Skip to content
Snippets Groups Projects
Commit 4ab25308 authored by zphrs's avatar zphrs
Browse files

accidental regression

parent 75ed97dc
No related branches found
No related tags found
No related merge requests found
......@@ -384,6 +384,7 @@ class ClusterConductor:
# connect nodes to partition network, and update node ip
self.log(f" connecting nodes to partition network {net_name}")
view_changed = False
for i in node_ids:
node = self.nodes[i]
......@@ -450,6 +451,7 @@ class ClusterConductor:
# connect nodes to partition network, and update node ip
self.log(f" connecting nodes to partition network {net_name}")
view_changed = False
for i in node_ids:
node = self.nodes[i]
self.log(f" connecting {node.name} to network {net_name}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment