1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

dont mark the recovery daemon as a ban culprit just because a node in the cluster was set to recvoery mode == ACTIVE.

This happens normally when someone explicitely triggers a recovery using "ctdb recover"

(This used to be ctdb commit 3085170be8460e59996a3eee4e29fec9ddbcf0f8)
This commit is contained in:
Ronnie Sahlberg 2009-09-18 12:58:30 +10:00
parent 4a05b2dfd8
commit 4b7f6c8a29

View File

@ -2825,7 +2825,6 @@ again:
*/
switch (verify_recmode(ctdb, nodemap)) {
case MONITOR_RECOVERY_NEEDED:
ctdb_set_culprit(rec, ctdb->pnn);
do_recovery(rec, mem_ctx, pnn, nodemap, vnnmap);
goto again;
case MONITOR_FAILED: