!4 gs_om -t status增加cluster_name显示
Merge pull request !4 from Ricardo_Cui/master
This commit is contained in:
@ -1707,8 +1707,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"
|
||||
|
Reference in New Issue
Block a user