This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cluster Project".
The branch, master has been updated
via 74b2b54ae2388692c4cd3c05012dc47d1436a3fa (commit)
from 3c3e0dd3dbca52c6edb5ce86d7de2ab09556e838 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 74b2b54ae2388692c4cd3c05012dc47d1436a3fa
Author: David Teigland <teigland@redhat.com>
Date: Fri May 9 16:01:33 2008 -0500
dlm_controld: fix waiting for removed node
When a node is removed by leaving (not failing), don't wait
for it to be removed by cman/quorum, since it won't be.
Signed-off-by: David Teigland <teigland@redhat.com>
-/* wait for cman to see all the same nodes removed, and to say there's quorum */
+/* wait for cman to see all the same nodes failed, and to say there's quorum */
static int check_quorum_done(struct lockspace *ls)
{