Blame SOURCES/013-probe-failures.patch

533c21
From 186d5a02fba919c455fd6eeb050b4be107f82159 Mon Sep 17 00:00:00 2001
533c21
From: Chris Lumens <clumens@redhat.com>
533c21
Date: Thu, 13 Jan 2022 17:02:47 -0500
533c21
Subject: [PATCH] Low: scheduler: Use the old RC code to log maskable probe
533c21
 failures.
533c21
533c21
---
533c21
 lib/pengine/unpack.c | 2 +-
533c21
 1 file changed, 1 insertion(+), 1 deletion(-)
533c21
533c21
diff --git a/lib/pengine/unpack.c b/lib/pengine/unpack.c
533c21
index 8a2d2a6d6d..b01f86257a 100644
533c21
--- a/lib/pengine/unpack.c
533c21
+++ b/lib/pengine/unpack.c
533c21
@@ -3780,7 +3780,7 @@ unpack_rsc_op(pe_resource_t *rsc, pe_node_t *node, xmlNode *xml_op,
533c21
 
533c21
     if (maskable_probe_failure) {
533c21
         crm_notice("Treating probe result '%s' for %s on %s as 'not running'",
533c21
-                   services_ocf_exitcode_str(rc), rsc->id, node->details->uname);
533c21
+                   services_ocf_exitcode_str(old_rc), rsc->id, node->details->uname);
533c21
         update_resource_state(rsc, node, xml_op, task, target_rc, *last_failure,
533c21
                               on_fail, data_set);
533c21
         crm_xml_add(xml_op, XML_ATTR_UNAME, node->details->uname);
533c21
-- 
533c21
2.27.0
533c21