commit | 46b43eed7018bab3a4e8c259eed27697b9170cb8 | [log] [tgz] |
---|---|---|
author | David Teigland <teigland@redhat.com> | Tue Jan 08 16:24:00 2008 -0600 |
committer | David Teigland <teigland@redhat.com> | Wed Jan 30 11:04:42 2008 -0600 |
tree | d5a1c23ba3bb40ff2fcea4e635c72f2a33ff6ba7 | |
parent | aec64e1be2225c6fc64499594d23257c6adf6168 [diff] |
dlm: reject messages from non-members Messages from nodes that are no longer members of the lockspace should be ignored. When nodes are removed from the lockspace, recovery can sometimes complete quickly enough that messages arrive from a removed node after recovery has completed. When processed, these messages would often cause an error message, and could in some cases change some state, causing problems. Signed-off-by: David Teigland <teigland@redhat.com>