From d9c52e9a9c260ee2ec3350a253f6e6e8ae966b26 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 19 Oct 2021 17:31:04 +0200 Subject: Update documentation: real_world.md --- src/garage/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/garage') 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, 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, -- cgit v1.2.3