From mboxrd@z Thu Jan 1 00:00:00 1970 From: fabbione@sourceware.org Date: 25 Jul 2008 10:05:45 -0000 Subject: [Cluster-devel] Cluster Project branch, master, updated. cluster-2.99.06-70-g37f6d47 Message-ID: <20080725100545.23114.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Cluster Project". http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=37f6d47cb10977b33267a449e22a755e27164c35 The branch, master has been updated via 37f6d47cb10977b33267a449e22a755e27164c35 (commit) via 45148006e107401911b3c33632ad1a07f7dd3c05 (commit) via 485d0902e6fa115d020a17fdfbbf830c0cac3bf2 (commit) via 108a4bfd6b43acd5456dba85f9795386fa511375 (commit) via c627f11488dc6c28c01ebb5521432157617e7840 (commit) via 02523a530a0b4cb3d63603dda6ff37c496c35614 (commit) from e968098fa53e14d1cc9e60c42a4102674ecb51d2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 37f6d47cb10977b33267a449e22a755e27164c35 Author: Fabio M. Di Nitto Date: Fri Jul 25 12:03:56 2008 +0200 fence: port scsi agent to use ccs_tool query and drop XML::LibXML requirement The new ccs_tool query is able to answer to the queries from fence_scsi*. Drop the need of XML::LibXML. Use ccs_tool query directly. Abstract from the need of parsing cluster.conf that is not the authoritative config file anymore. Drop unrequire check_config_nodes that's already embedded in the need of cman to run this code. Signed-off-by: Fabio M. Di Nitto commit 45148006e107401911b3c33632ad1a07f7dd3c05 Author: Fabio M. Di Nitto Date: Fri Jul 25 12:03:16 2008 +0200 fence: simplify init script fence_scsi needs cman to run. Verify that cman is running as first thing, before querying for config information that are now stored in cman/aisexec. cman already guarantees that all nodes have a nodeid. Drop this redundant check. Signed-off-by: Fabio M. Di Nitto commit 485d0902e6fa115d020a17fdfbbf830c0cac3bf2 Author: Fabio M. Di Nitto Date: Fri Jul 25 12:02:32 2008 +0200 rgmanger: remove check on cluster.conf from rgmanager init script cluster.conf is not the only authoritative configuration file anymore. LDAP and others could be in place. Remove the check and allow rgmanager to start. Signed-off-by: Fabio M. Di Nitto commit 108a4bfd6b43acd5456dba85f9795386fa511375 Author: Fabio M. Di Nitto Date: Fri Jul 25 12:01:16 2008 +0200 Revert "rgmanger: remove check on cluster.conf from rgmanager init script" This reverts commit 691c72052655c0f7c8142c35145237e122ae6b86. commit c627f11488dc6c28c01ebb5521432157617e7840 Author: Fabio M. Di Nitto Date: Fri Jul 25 12:01:03 2008 +0200 Revert "fence: simplify init script" This reverts commit 6a0647657348dd732615b7a0b7d6aad89c85b93a. commit 02523a530a0b4cb3d63603dda6ff37c496c35614 Author: Fabio M. Di Nitto Date: Fri Jul 25 12:00:49 2008 +0200 Revert "fence: port scsi agent to use ccs_tool query and drop XML::LibXML requirement" This reverts commit e968098fa53e14d1cc9e60c42a4102674ecb51d2. ----------------------------------------------------------------------- Summary of changes: hooks/post-receive -- Cluster Project