search for: node_flags_banned

Displaying 1 result from an estimated 1 matches for "node_flags_banned".

2009 Jul 31
0
CTDB Node unnecessarily banning other nodes
...ban itself): 2009/07/29 23:23:37.748506 [19892]: Got a ban request for pnn:0 but our pnn is 2. Ignoring ban request 2009/07/29 23:23:37.749575 [19750]: This node has been banned - forcing freeze and recovery Existing Version 1.0.77: ctdb-1.0.77/ctdb_monitor.c 241 if ((node->flags & NODE_FLAGS_BANNED) && !(c->old_flags & NODE_FLAGS _BANNED)) { 242 /* make sure we are frozen */ 243 DEBUG(DEBUG_NOTICE,("This node has been banned - forcing fre eze and recovery\n")); -- I see a condition added in the "ban algorithm" in the l...