diff --git a/src/redis-trib.rb b/src/redis-trib.rb index 68d46bdf877e2413595239ae78dd1cde892d687e..b40b5decbcc277124d929c2fd8c17cecb4ebb65c 100755 --- a/src/redis-trib.rb +++ b/src/redis-trib.rb @@ -1305,6 +1305,11 @@ class RedisTrib sleep 1 wait_cluster_join flush_nodes_config # Useful for the replicas + # Reset the node information, so that when the + # final summary is listed in check_cluster about the newly created cluster + # all the nodes would get properly listed as slaves or masters + reset_nodes + load_cluster_info_from_node(argv[0]) check_cluster end