commit | d44e0fc704143624b3e88fbf8fbcfda7a83fd299 | [log] [tgz] |
---|---|---|
author | David Teigland <teigland@redhat.com> | Tue Mar 18 14:22:11 2008 -0500 |
committer | David Teigland <teigland@redhat.com> | Mon Apr 21 11:18:01 2008 -0500 |
tree | af6c5a5c6ae179051caf725e46f11ff8e2f0f7c8 | |
parent | 761b9d3ffc953c24ceb55d8e12ff7e02b17e0484 [diff] |
dlm: recover nodes that are removed and re-added If a node is removed from a lockspace, and then added back before the dlm is notified of the removal, the dlm will not detect the removal and won't clear the old state from the node. This is fixed by using a list of added nodes so the membership recovery can detect when a newly added node is already in the member list. Signed-off-by: David Teigland <teigland@redhat.com>