Skip to content

Commit

Permalink
[crmsh-4.4] Dev: bootstrap: Add log info when starting pacemaker.serv…
Browse files Browse the repository at this point in the history
…ice (#1592)

backport from #1590
  • Loading branch information
liangxin1300 authored Oct 29, 2024
2 parents 61bee46 + d885098 commit 16b8719
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crmsh/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,7 @@ def start_pacemaker(node_list=[], enable_flag=False):
cmd3 = "systemctl daemon-reload"
for cmd in [cmd1, cmd2, cmd3]:
parallax.parallax_call(node_list, cmd)
logger.info("Starting pacemaker.service on %s", ', '.join(node_list) or utils.this_node())
utils.start_service("pacemaker.service", enable=enable_flag, node_list=node_list)


Expand Down

0 comments on commit 16b8719

Please sign in to comment.