26 lines
896 B
Diff
26 lines
896 B
Diff
|
From 53dd360f096e5f005e3221e8d44d82d3654b5172 Mon Sep 17 00:00:00 2001
|
||
|
From: Klaus Wenninger <klaus.wenninger@aon.at>
|
||
|
Date: Wed, 4 Aug 2021 15:57:23 +0200
|
||
|
Subject: [PATCH] Fix: watchdog-fencing: Silence warning without node
|
||
|
restriction
|
||
|
|
||
|
---
|
||
|
lib/fencing/st_client.c | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/lib/fencing/st_client.c b/lib/fencing/st_client.c
|
||
|
index 0ff9815..14fa7b2 100644
|
||
|
--- a/lib/fencing/st_client.c
|
||
|
+++ b/lib/fencing/st_client.c
|
||
|
@@ -223,7 +223,6 @@ stonith__watchdog_fencing_enabled_for_node_api(stonith_t *st, const char *node)
|
||
|
*/
|
||
|
crm_warn("watchdog-fencing-query failed");
|
||
|
} else if (list[0] == '\0') {
|
||
|
- crm_warn("watchdog-fencing-query returned an empty list - any node");
|
||
|
rv = TRUE;
|
||
|
} else {
|
||
|
GList *targets = stonith__parse_targets(list);
|
||
|
--
|
||
|
1.8.3.1
|
||
|
|