From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Wed, 5 Aug 2009 11:52:34 -0500 Subject: [Cluster-devel] disallowed in cluster3 Message-ID: <20090805165234.GB17292@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit When rewriting daemons for cluster3 to remove groupd, I wrote them to not need or use the disallowed-nodes feature from cman for handling remerging of cluster partitions. In compat mode, however, (the cluster2 code) they would still depend on that cman feature, which is why it still exists in cluster3 cman. I've found, though, that when we do have a partition remerge, cman's disallowed feature gets in the way of the daemons trying to handle it themselves (which I'm testing, it doesn't seem quite right in all partitioning/merging cases yet.) So, I think what we need is for cluster3 cman to turn off the disallowed feature unless the cluster is in compat mode, i.e. exists. Dave