Cluster Project branch, master, updated. gfs-kernel_0_1_22-59-g4e89285

fabbione@sourceware.org fabbione@sourceware.org
Fri Mar 7 09:51:00 GMT 2008


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 <fabbione@fabbione.net>
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 <fabbione@fabbione.net>

-----------------------------------------------------------------------

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



More information about the Cluster-cvs mailing list