Commit f42a100b2272bc5cb44fb2aa03526b436b1d6833

Authored by Kurt Hackel
Committed by Mark Fasheh
1 parent 6ff06a9391

ocfs2: have dlm_pre_master_reco_lockres() ignore dead nodes

Recovery will spin in dlm_pre_master_reco_lockres if we do not ignore
timed-out network responses from dead nodes.

Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

fs/ocfs2/dlm/dlmmaster.c
... ... @@ -2050,6 +2050,7 @@
2050 2050 BUG();
2051 2051 /* host is down, so answer for that node would be
2052 2052 * DLM_LOCK_RES_OWNER_UNKNOWN. continue. */
  2053 + ret = 0;
2053 2054 }
2054 2055  
2055 2056 if (master != DLM_LOCK_RES_OWNER_UNKNOWN) {