From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20635 invoked by alias); 7 Mar 2008 09:51:11 -0000 Received: (qmail 20602 invoked by uid 9702); 7 Mar 2008 09:51:11 -0000 Date: Fri, 07 Mar 2008 09:51:00 -0000 Message-ID: <20080307095110.20586.qmail@sourceware.org> From: fabbione@sourceware.org To: cluster-cvs@sources.redhat.com, cluster-devel@redhat.com Subject: Cluster Project branch, master, updated. gfs-kernel_0_1_22-59-g4e89285 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6679499462cb1d3f87047d7e23d1a73a5a9b68a4 X-Git-Newrev: 4e89285efd017abcb2c812b5e01ecf61d5e3c4b4 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2008-q1/txt/msg00284.txt.bz2 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=4e89285efd017abcb2c812b5e01ecf61d5e3c4b4 The branch, master has been updated via 4e89285efd017abcb2c812b5e01ecf61d5e3c4b4 (commit) from 6679499462cb1d3f87047d7e23d1a73a5a9b68a4 (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 4e89285efd017abcb2c812b5e01ecf61d5e3c4b4 Author: Fabio M. Di Nitto Date: Fri Mar 7 10:48:59 2008 +0100 [CCS] Upload all subsystem configs into objdb By adding the the whole cluster.conf to the objdb, we can start moving all the subsystems away from using ccs directly and ask cman for config bits. Signed-off-by: Fabio M. Di Nitto ----------------------------------------------------------------------- Summary of changes: ccs/ccsais/config.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ccs/ccsais/config.c b/ccs/ccsais/config.c index 9743725..485a95b 100644 --- a/ccs/ccsais/config.c +++ b/ccs/ccsais/config.c @@ -240,6 +240,14 @@ static int init_config(struct objdb_iface_ver0 *objdb, char *error_string) /* Nodes information */ read_config_for(cd, objdb, OBJECT_PARENT_HANDLE, "clusternodes", "clusternodes", 1); + /* all the others */ + read_config_for(cd, objdb, OBJECT_PARENT_HANDLE, "quorumd", "quorumd", 1); + read_config_for(cd, objdb, OBJECT_PARENT_HANDLE, "fence_xvmd", "fence_xvmd", 1); + read_config_for(cd, objdb, OBJECT_PARENT_HANDLE, "fencedevices", "fencedevices", 1); + read_config_for(cd, objdb, OBJECT_PARENT_HANDLE, "dlm", "dlm", 1); + read_config_for(cd, objdb, OBJECT_PARENT_HANDLE, "gfs_controld", "gfs_controld", 1); + read_config_for(cd, objdb, OBJECT_PARENT_HANDLE, "rm", "rm", 1); + /* Also get cluster name and config version number */ if (!ccs_get(cd, CONFIG_VERSION_PATH, &str)) { objdb->object_key_create(OBJECT_PARENT_HANDLE, hooks/post-receive -- Cluster Project