From 80339001b3da3b6e560cffe67f0cf13e1b2644dd Mon Sep 17 00:00:00 2001 From: Nicholas Yang Date: Fri, 26 Jul 2024 16:26:09 +0800 Subject: [PATCH] Update crmsh/ui_corosync.py Co-authored-by: Roger Zhou --- crmsh/ui_corosync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crmsh/ui_corosync.py b/crmsh/ui_corosync.py index a5145761c..d8ab2cca4 100644 --- a/crmsh/ui_corosync.py +++ b/crmsh/ui_corosync.py @@ -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):