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