From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio M. Di Nitto Date: Thu, 16 Feb 2012 08:59:12 +0100 Subject: [Cluster-devel] dlm: master - dlm_controld: fail to start with negative nodeid In-Reply-To: <20120215193505.2B8E31438@lists.fedorahosted.org> References: <20120215193505.2B8E31438@lists.fedorahosted.org> Message-ID: <4F3CB750.8030200@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 2/15/2012 8:35 PM, David Teigland wrote: > > + if (our_nodeid < 0) { > + log_error("negative nodeid, set corosync totem.clear_node_high_bit"); > + corosync_cfg_finalize(ch); > + return -1; > + } Might be worth pointing people to corosync.conf.5 and eventually nodelist + nodeid? IMHO the message is rather cryptic. Fabio