mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-25 17:53:34 -05:00
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 @@ stage2:
|
|||
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