Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
pacemaker
bug-1011240_pacemaker-increase-severity-when-fe...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bug-1011240_pacemaker-increase-severity-when-fencing-didnt-happen.patch of Package pacemaker
From 5354348035762201a6c5b8c0f928e3f5fa6ccb17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Koutn=C3=BD?= <mkoutny@suse.com> Date: Fri, 25 Nov 2016 17:16:51 +0100 Subject: [PATCH] Low: cmrd: increase severity when fencing didn't happen Increase the level so that user is more strongly notified about possible consequences of omitted fencing (even when ignoring notices). --- crmd/te_callbacks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crmd/te_callbacks.c b/crmd/te_callbacks.c index 92cc7b8322..4c86bde033 100644 --- a/crmd/te_callbacks.c +++ b/crmd/te_callbacks.c @@ -638,10 +638,10 @@ too_many_st_failures(void) g_hash_table_iter_init(&iter, stonith_failures); while (g_hash_table_iter_next(&iter, (gpointer *) & key, (gpointer *) & value)) { if (value->count > 10) { - crm_notice("Too many failures to fence %s (%d), giving up", key, value->count); + crm_warn("Too many failures to fence %s (%d), giving up", key, value->count); return TRUE; } else if (value->last_rc == -ENODEV) { - crm_notice("No devices found in cluster to fence %s, giving up", key); + crm_warn("No devices found in cluster to fence %s, giving up", key); return TRUE; } }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor