1
0
Fork 0

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>
wifi-calibration
Kurt Hackel 2006-05-01 13:51:49 -07:00 committed by Mark Fasheh
parent 67a187412b
commit c27069e6cf
1 changed files with 1 additions and 0 deletions

View File

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