Add success message to init function
This commit is contained in:
parent
34fb851c33
commit
c5a13afbb8
2
pvc.py
2
pvc.py
|
@ -507,6 +507,8 @@ def init_cluster():
|
||||||
# Close the Zookeeper connection
|
# Close the Zookeeper connection
|
||||||
pvcf.stopZKConnection(zk)
|
pvcf.stopZKConnection(zk)
|
||||||
|
|
||||||
|
click.echo('Successfully initialized new cluster. Any running PVC daemons will need to be restarted.')
|
||||||
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# pvc
|
# pvc
|
||||||
|
|
Loading…
Reference in New Issue