Browse Source

ocfs2: continue recovery when a dead node is encountered

Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Kurt Hackel 19 years ago
parent
commit
c27069e6cf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fs/ocfs2/dlm/dlmrecovery.c

+ 1 - 0
fs/ocfs2/dlm/dlmrecovery.c

@@ -2541,6 +2541,7 @@ stage2:
 				mlog(ML_ERROR, "node %u went down after this "
 				     "node finished recovery.\n", nodenum);
 				ret = 0;
+				continue;
 			}
 			break;
 		}