add cluster_name in gs_om -t status

This commit is contained in:
Ricardo.Cui 2020-12-25 10:09:39 +08:00
parent 2da909eb3f
commit 3b3a26217c

View File

@ -1802,8 +1802,8 @@ class dbClusterInfo():
outText = \
"-------------------------------------------------" \
"----------------------\n\n" \
"cluster_state : %s\nredistributing : No\n\n" % \
clusterState
"cluster_name : %s\ncluster_state : %s\nredistributing : No\n\n" % \
(self.name, clusterState)
outText = outText + \
"-------------------------------------------" \
"----------------------------\n"