We dont need to verify the nodemap on remote nodes that are banned
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 6 Apr 2009 02:00:22 +0000 (12:00 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 22 Apr 2009 23:29:52 +0000 (09:29 +1000)
server/ctdb_recoverd.c

index 4d533f9bdf40c12cbbc816b37bec033b23f67864..ba809665fc1fa22a7bc77f71cb2a75021ef3e8e8 100644 (file)
@@ -2657,7 +2657,7 @@ again:
        /* verify that all other nodes have the same nodemap as we have
        */
        for (j=0; j<nodemap->num; j++) {
-               if (nodemap->nodes[j].flags & NODE_FLAGS_DISCONNECTED) {
+               if (nodemap->nodes[j].flags & NODE_FLAGS_INACTIVE) {
                        continue;
                }