Commit c27069e6cfa242a3b84eb3442934c6fe51ee9066

Authored by Kurt Hackel
Committed by Mark Fasheh
1 parent 67a187412b

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

fs/ocfs2/dlm/dlmrecovery.c
... ... @@ -2541,6 +2541,7 @@
2541 2541 mlog(ML_ERROR, "node %u went down after this "
2542 2542 "node finished recovery.\n", nodenum);
2543 2543 ret = 0;
  2544 + continue;
2544 2545 }
2545 2546 break;
2546 2547 }