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>
This commit is contained in:
parent
67a187412b
commit
c27069e6cf
1 changed files with 1 additions and 0 deletions
|
@ -2541,6 +2541,7 @@ static int dlm_send_finalize_reco_message(struct dlm_ctxt *dlm)
|
|||
mlog(ML_ERROR, "node %u went down after this "
|
||||
"node finished recovery.\n", nodenum);
|
||||
ret = 0;
|
||||
continue;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue