diff options
author | Kurt Hackel <kurt.hackel@oracle.com> | 2006-05-01 13:51:49 -0700 |
---|---|---|
committer | Mark Fasheh <mark.fasheh@oracle.com> | 2006-06-26 14:43:11 -0700 |
commit | c27069e6cfa242a3b84eb3442934c6fe51ee9066 (patch) | |
tree | 87d7613528c8df4c265ffab09f3d911cb793529c /fs | |
parent | 67a187412baa84dfff2d423961d86663b7fc7d3c (diff) | |
download | linux-c27069e6cfa242a3b84eb3442934c6fe51ee9066.tar.bz2 |
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>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ocfs2/dlm/dlmrecovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/dlm/dlmrecovery.c b/fs/ocfs2/dlm/dlmrecovery.c index 4e0aada7327f..c699a450b0f2 100644 --- a/fs/ocfs2/dlm/dlmrecovery.c +++ b/fs/ocfs2/dlm/dlmrecovery.c @@ -2541,6 +2541,7 @@ stage2: mlog(ML_ERROR, "node %u went down after this " "node finished recovery.\n", nodenum); ret = 0; + continue; } break; } |