Skip to content

Commit

Permalink
Update crmsh/ui_corosync.py
Browse files Browse the repository at this point in the history
Co-authored-by: Roger Zhou <[email protected]>
  • Loading branch information
nicholasyang2022 and zzhou1 authored Jul 26, 2024
1 parent 06c31dc commit 8033900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crmsh/ui_corosync.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def __save_changed_config(linkmanager, dom, reload: bool):
if 0 != result.returncode:
raise ValueError('Failed to reload corosync.conf.')
else:
logger.info('Please restart corosync.service in the cluster to apply the changes.')
logger.warning('Restarting corosync.service is needed to apply the changes, ie. crm cluster restart --all ')


class Corosync(command.UI):
Expand Down

0 comments on commit 8033900

Please sign in to comment.