public inbox for cluster-cvs@sourceware.org help / color / mirror / Atom feed
From: David Teigland <teigland@fedoraproject.org> To: cluster-cvs-relay@redhat.com Subject: cluster: STABLE3 - groupd/fenced/dlm_controld/gfs_controld: default groupd_compat 0 Date: Tue, 07 Apr 2009 21:07:00 -0000 [thread overview] Message-ID: <20090407200857.2C17B1201DD@lists.fedorahosted.org> (raw) Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=2c607cbc7d1371db48d47082b42c18dc16de8b70 Commit: 2c607cbc7d1371db48d47082b42c18dc16de8b70 Parent: 7adbe0ef27635a0139b5d3789e12a3cc2019ae5e Author: David Teigland <teigland@redhat.com> AuthorDate: Fri Apr 3 13:52:43 2009 -0500 Committer: David Teigland <teigland@redhat.com> CommitterDate: Tue Apr 7 15:03:56 2009 -0500 groupd/fenced/dlm_controld/gfs_controld: default groupd_compat 0 Change the default groupd_compat from 2 to 0 (0 is no compatibility). Default is used if groupd_compat is unspecified in cluster.conf or command line. groupd_compat can still be set explicitly to 0, 1, or 2. Signed-off-by: David Teigland <teigland@redhat.com> --- fence/fenced/config.h | 2 +- group/daemon/gd_internal.h | 2 +- group/dlm_controld/config.h | 2 +- group/gfs_controld/config.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fence/fenced/config.h b/fence/fenced/config.h index 8152787..e2926e6 100644 --- a/fence/fenced/config.h +++ b/fence/fenced/config.h @@ -1,7 +1,7 @@ #ifndef __CONFIG_DOT_H__ #define __CONFIG_DOT_H__ -#define DEFAULT_GROUPD_COMPAT 2 +#define DEFAULT_GROUPD_COMPAT 0 #define DEFAULT_DEBUG_LOGFILE 0 #define DEFAULT_CLEAN_START 0 #define DEFAULT_SKIP_UNDEFINED 0 diff --git a/group/daemon/gd_internal.h b/group/daemon/gd_internal.h index 7866ba2..ec64321 100644 --- a/group/daemon/gd_internal.h +++ b/group/daemon/gd_internal.h @@ -54,7 +54,7 @@ extern uint32_t gd_event_nr; extern int group_mode; -#define DEFAULT_GROUPD_COMPAT 2 +#define DEFAULT_GROUPD_COMPAT 0 #define DEFAULT_GROUPD_WAIT 5 #define DEFAULT_GROUPD_MODE_DELAY 2 #define DEFAULT_DEBUG_LOGFILE 0 diff --git a/group/dlm_controld/config.h b/group/dlm_controld/config.h index 7e4fdb1..e498ec8 100644 --- a/group/dlm_controld/config.h +++ b/group/dlm_controld/config.h @@ -4,7 +4,7 @@ /* the kernel has default values for debug, timewarn and protocol; we only change them if new values are given on command line or in ccs */ -#define DEFAULT_GROUPD_COMPAT 2 +#define DEFAULT_GROUPD_COMPAT 0 #define DEFAULT_DEBUG_LOGFILE 0 #define DEFAULT_ENABLE_FENCING 1 #define DEFAULT_ENABLE_QUORUM 1 diff --git a/group/gfs_controld/config.h b/group/gfs_controld/config.h index d4fed6e..1330c10 100644 --- a/group/gfs_controld/config.h +++ b/group/gfs_controld/config.h @@ -1,7 +1,7 @@ #ifndef __CONFIG_DOT_H__ #define __CONFIG_DOT_H__ -#define DEFAULT_GROUPD_COMPAT 2 +#define DEFAULT_GROUPD_COMPAT 0 #define DEFAULT_DEBUG_LOGFILE 0 #define DEFAULT_ENABLE_WITHDRAW 1 #define DEFAULT_ENABLE_PLOCK 1
reply other threads:[~2009-04-07 21:07 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=20090407200857.2C17B1201DD@lists.fedorahosted.org \ --to=teigland@fedoraproject.org \ --cc=cluster-cvs-relay@redhat.com \ /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: linkBe 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 read-only IMAP folder(s) and NNTP newsgroup(s).