From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio M. Di Nitto Date: Thu, 08 Sep 2011 09:02:06 +0200 Subject: [Cluster-devel] [PATCH] cman: improve cman/qdisk interactions In-Reply-To: <1315465162-18104-1-git-send-email-fdinitto@redhat.com> References: <1315465162-18104-1-git-send-email-fdinitto@redhat.com> Message-ID: <4E68686E.8020406@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 9/8/2011 8:59 AM, Fabio M. Di Nitto wrote: > - libcman/cman: add new quorum API call to update name and votes of a quorum device > - cman: simplify common code to free quorum_device infrastructure and handle quorum recalculation > - cman: do better logging/error reports of the quorum API usage > - cman: use strdup instead of malloc+strcpy (code is more readable) > - libcman: perform better error checking in register_quorum_device/update_quorum_device > > - Allow qdisk to update device name in cman using a new libcman quorum API call > - Perform slight better error checking of some update opertaions > > Resolves: rhbz#735917 > > Signed-off-by: Fabio M. Di Nitto This last version addresses the few comments you had in the other patch. Fabio