From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio M. Di NItto Date: Sun, 13 Mar 2011 15:34:49 +0100 Subject: [Cluster-devel] [PATCH] Fix pacemaker's wrong quorum view in a CMAN+pacemaker cluster In-Reply-To: <4D7CC3D1.7080600@gmail.com> References: <4D7CC3D1.7080600@gmail.com> Message-ID: <4D7CD609.6060003@fabbione.net> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 03/13/2011 02:17 PM, Simone Gotti wrote: > > The fix I tried used CMAN_DISPATCH_ALL instead of CMAN_DISPATCH_ONE and > looks like its working. In most of our cluster daemons, we use DISPATCH_ONE in a proper loop to be repeated till there are no more events in the queue. I don't recall exactly why one is better than another tho. That would require some investigation in libcman. Fabio