File bsc#1174696-0001-Log-scheduler-clarify-message-about-when-watchdog-wi.patch of Package pacemaker.26413
From 6c0b4e1e9121014299c05d02f853487d9922ca06 Mon Sep 17 00:00:00 2001
From: Ken Gaillot <kgaillot@redhat.com>
Date: Wed, 23 Oct 2019 09:26:54 -0500
Subject: [PATCH] Log: scheduler: clarify message about when watchdog will be
used
---
lib/pengine/unpack.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/pengine/unpack.c b/lib/pengine/unpack.c
index 7385dad97..1b7b8eb4c 100644
--- a/lib/pengine/unpack.c
+++ b/lib/pengine/unpack.c
@@ -190,7 +190,8 @@ unpack_config(xmlNode * config, pe_working_set_t * data_set)
value = pe_pref(data_set->config_hash, XML_ATTR_HAVE_WATCHDOG);
if (value && crm_is_true(value)) {
- crm_notice("Watchdog will be used via SBD if fencing is required");
+ crm_notice("Watchdog will be used via SBD if fencing is required "
+ "and stonith-watchdog-timeout is nonzero");
set_bit(data_set->flags, pe_flag_have_stonith_resource);
}
--
2.26.2