layout admin: add missing calls to update_hash

This commit is contained in:
Alex Auvolat
2023-11-09 15:42:10 +01:00
parent 03ebf18830
commit bad7cc812e
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -240,6 +240,7 @@ pub async fn handle_update_cluster_layout(
.merge(&roles.update_mutator(node, layout::NodeRoleV(new_role)));
}
layout.update_hashes();
garage
.system
.layout_manager