aboutsummaryrefslogtreecommitdiff
path: root/src/garage
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-10-19 17:31:04 +0200
committerAlex Auvolat <alex@adnab.me>2021-10-19 23:40:21 +0200
commitd9c52e9a9c260ee2ec3350a253f6e6e8ae966b26 (patch)
treeecea8cd9be97e529ffc2e18f7fee8e88b6441343 /src/garage
parent550ce7db2a43ddff310df710b78aab4a11436a2b (diff)
downloadgarage-d9c52e9a9c260ee2ec3350a253f6e6e8ae966b26.tar.gz
garage-d9c52e9a9c260ee2ec3350a253f6e6e8ae966b26.zip
Update documentation: real_world.md
Diffstat (limited to 'src/garage')
-rw-r--r--src/garage/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/garage/cli.rs b/src/garage/cli.rs
index a88bd84e..3f3a255f 100644
--- a/src/garage/cli.rs
+++ b/src/garage/cli.rs
@@ -371,7 +371,7 @@ pub async fn cmd_status(rpc_cli: &Endpoint<SystemRpc, ()>, rpc_host: NodeID) ->
));
} else {
healthy_nodes.push(format!(
- "{id:?}\t{h}\t{addr}\tUNCONFIGURED/REMOVED",
+ "{id:?}\t{h}\t{addr}\tNO ROLE ASSIGNED",
id = adv.id,
h = adv.status.hostname,
addr = adv.addr,