Add profiler to cluster status function
This commit is contained in:
parent
00b503824e
commit
20542c3653
|
@ -97,6 +97,7 @@ def restore_cluster(zkhandler, cluster_data_raw):
|
||||||
#
|
#
|
||||||
# Cluster functions
|
# Cluster functions
|
||||||
#
|
#
|
||||||
|
@pvc_common.Profiler(config)
|
||||||
@ZKConnection(config)
|
@ZKConnection(config)
|
||||||
def cluster_status(zkhandler):
|
def cluster_status(zkhandler):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue