mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00: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
@ -2541,6 +2541,7 @@ stage2:
|
|||||||
mlog(ML_ERROR, "node %u went down after this "
|
mlog(ML_ERROR, "node %u went down after this "
|
||||||
"node finished recovery.\n", nodenum);
|
"node finished recovery.\n", nodenum);
|
||||||
ret = 0;
|
ret = 0;
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user