cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: fabbione@sourceware.org <fabbione@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] Cluster Project branch, master, updated. gfs-kernel_0_1_22-59-g4e89285
Date: 7 Mar 2008 09:51:10 -0000	[thread overview]
Message-ID: <20080307095110.20586.qmail@sourceware.org> (raw)

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



                 reply	other threads:[~2008-03-07  9:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080307095110.20586.qmail@sourceware.org \
    --to=fabbione@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).