diff --git a/client-cli/pvc.py b/client-cli/pvc.py index 970a6702..56a0e3d1 100755 --- a/client-cli/pvc.py +++ b/client-cli/pvc.py @@ -1222,7 +1222,8 @@ def init_cluster(): """ import pvc_init - pvc_init.run() +# pvc_init.run() + pvc_init.init_zookeeper(zk_host) ###############################################################################