From 0a7dbe56d1b4545e9f45c29ea719d24b3b3ada3e Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Thu, 2 Apr 2009 14:50:43 +1100 Subject: [PATCH] if we cant pull the remote nodemap off a node we should mark it as a culprit so it eventually becomes banned. --- server/ctdb_recoverd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/ctdb_recoverd.c b/server/ctdb_recoverd.c index 540749d1..4d533f9b 100644 --- a/server/ctdb_recoverd.c +++ b/server/ctdb_recoverd.c @@ -2663,6 +2663,8 @@ again: if (remote_nodemaps[j] == NULL) { DEBUG(DEBUG_ERR,(__location__ " Did not get a remote nodemap for node %d, restarting monitoring\n", j)); + ctdb_set_culprit(rec, j); + goto again; } -- 2.34.1