Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
code
Browse files Browse the repository at this point in the history
liangxin1300 committed Jul 12, 2021
1 parent 5b73ac4 commit 520948f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crmsh/bootstrap.py
Original file line number Diff line number Diff line change
@@ -708,7 +708,8 @@ def init_cluster_local():
if pass_msg:
warn("You should change the hacluster password to something more secure!")

utils.start_service("pacemaker.service", enable=True)
with status_long("Starting pacemaker"):
utils.start_service("pacemaker.service", enable=True)
wait_for_cluster()


0 comments on commit 520948f

Please sign in to comment.