add cluster_name in gs_om -t status
This commit is contained in:
parent
2da909eb3f
commit
3b3a26217c
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user