From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio M. Di Nitto Date: Wed, 10 Oct 2012 09:06:35 +0200 Subject: [Cluster-devel] [PATCH 2/2] checkquorum.wdmd: add integration script with wdmd In-Reply-To: <24E144B8C0207547AD09C467A8259F75576A7D60@lisa.maurer-it.com> References: <1349775365-31526-1-git-send-email-fdinitto@redhat.com> <1349775365-31526-2-git-send-email-fdinitto@redhat.com> <24E144B8C0207547AD09C467A8259F75576A7D60@lisa.maurer-it.com> Message-ID: <50751E7B.7040702@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 10/10/2012 6:33 AM, Dietmar Maurer wrote: > Will you add some documentaion how to use those scripts? Yes our documentation overlord is preparing an upstream wiki page for it. It will be ready before a release. > > Seems those scripts does not check if the node is joined to the fence domain? > It doesn?t really need to. I?ll put this in the easiest way as possible: - real fencing == murder there can only be one killer in the cluster at a time fence domain coordinates who can/should be killed by who - checkquorum.wdmd == suicide there are N nodes in the cluster that can decide to commit suicide without really caring about what others are doing. this can run without any fencing configuration at all. Anyway examples and all, setups, limitations.. all in the doc as soon as it?s ready. Be a bit patience :) Fabio