Skip to content

Commit

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

backport from #1590
  • Loading branch information
liangxin1300 authored Oct 29, 2024
2 parents 3a32b36 + 15f1cd3 commit 21fd822
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 @@ -785,6 +785,7 @@ def start_pacemaker(node_list=[], enable_flag=False):
except ValueError as err:
node_list.remove(node)
logger.error(err)
logger.info("Starting pacemaker.service on %s", ', '.join(node_list) or utils.this_node())
return utils.start_service("pacemaker.service", enable=enable_flag, node_list=node_list)


Expand Down

0 comments on commit 21fd822

Please sign in to comment.