From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Mon, 23 Feb 2009 13:44:58 -0600 Subject: [Cluster-devel] unfencing In-Reply-To: <20090223193604.GB14849@redhat.com> References: <20090220214431.GC23911@redhat.com> <20090223193604.GB14849@redhat.com> Message-ID: <20090223194458.GA17543@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 Mon, Feb 23, 2009 at 01:36:04PM -0600, Ryan O'Hara wrote: > What happens if unfencing fails? Is it safe to say that a node that > fails to unfence itself will be prohibited from joining the fence > domain? This is important for fence_scsi, since unfencing is > equivalient to re-registering with the scsi devices. Failure to > unfence (ie. register) precludes that node from being able to fence > other nodes. I'm not sure if other fencing methods have this type of > requirement. Good point, it would probably be as simple as init.d/cman exiting with a failure if fence_node -U fails. Dave