WIP: Garage v2 #948

Draft
lx wants to merge 48 commits from next-v2 into main
Showing only changes of commit 076ce04fe5 - Show all commits

View file

@ -71,7 +71,7 @@ impl Cli {
_ => "NO ROLE ASSIGNED", _ => "NO ROLE ASSIGNED",
}; };
healthy_nodes.push(format!( healthy_nodes.push(format!(
"{id:?}\t{h}\t{addr}\t\t\t{new_role}", "{id:.16}\t{h}\t{addr}\t\t\t{new_role}",
id = adv.id, id = adv.id,
h = host, h = host,
addr = addr, addr = addr,