From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio M. Di Nitto Date: Mon, 26 Sep 2011 12:35:55 +0200 Subject: [Cluster-devel] use cman_tool leave remove on shutdown/restart In-Reply-To: <24E144B8C0207547AD09C467A8259F753790279C@lisa.maurer-it.com> References: <24E144B8C0207547AD09C467A8259F753790279C@lisa.maurer-it.com> Message-ID: <4E80558B.7050900@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 09/26/2011 11:05 AM, Dietmar Maurer wrote: > in /etc/init.d/cman: > > I wonder if it would be safe to use the 'remove' option for runlevel 0 and 6. > > Or is that considered dangerous? if so, why? The leave "remove" option has to be used only when permanently removing a node from a cluster. The "remove" code path, totally cancel the knowledge of that node from the cluster, including quorum recalculation. It has to be used very carefully for example when doing some long planned maintenance of the node. Fabio