diff options
author | Alex Auvolat <alex@adnab.me> | 2021-10-19 17:31:04 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-10-19 23:40:21 +0200 |
commit | d9c52e9a9c260ee2ec3350a253f6e6e8ae966b26 (patch) | |
tree | ecea8cd9be97e529ffc2e18f7fee8e88b6441343 /src | |
parent | 550ce7db2a43ddff310df710b78aab4a11436a2b (diff) | |
download | garage-d9c52e9a9c260ee2ec3350a253f6e6e8ae966b26.tar.gz garage-d9c52e9a9c260ee2ec3350a253f6e6e8ae966b26.zip |
Update documentation: real_world.md
Diffstat (limited to 'src')
-rw-r--r-- | src/garage/cli.rs | 2 |
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, |