commit | df016c665b10ae80d8db67ec8103b50c5c234e5c | [log] [tgz] |
---|---|---|
author | Sunil Mushran <sunil.mushran@oracle.com> | Wed May 04 10:28:07 2011 -0700 |
committer | Joel Becker <jlbec@evilplan.org> | Fri May 13 11:27:30 2011 -0700 |
tree | 84d2737f5c7ce101aefb98a0b1b3ae1c761cde5e | |
parent | 10b3dd76117a327557b8cb898b41c18afd08dc86 [diff] |
ocfs2/dlm: Target node death during resource migration leads to thread spin During resource migration, if the target node were to die, the thread doing the migration spins until the target node is not removed from the domain map. This patch slows the spin by making the thread wait for the recovery to kick in. Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com> Signed-off-by: Joel Becker <jlbec@evilplan.org>