Home
last modified time | relevance | path

Searched hist:bc9838c4d44a1713ab1bf24aa6675bc3a02b6a88 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmrecovery.cdiff bc9838c4d44a1713ab1bf24aa6675bc3a02b6a88 Fri Feb 26 14:53:51 CST 2010 Srinivas Eeda <srinivas.eeda@oracle.com> dlm: allow dlm do recovery during shutdown

If a node down event happens while dlm shutdown in progress, dlm recovery
should be done before dlm is shutdown. We can't migrate unrecovered locks,
obviously. But dlm_reco_thread only does recovery if the dlm_state is
in DLM_CTXT_JOINED.

dlm_reco_thread should do recovery if dlm_state is in DLM_CTXT_JOINED or
DLM_CTXT_IN_SHUTDOWN.

Signed-off-by: Srinivas Eeda <srinivas.eeda@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>