public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - groupd/fenced/dlm_controld/gfs_controld: default groupd_compat 0
@ 2009-04-07 21:07 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2009-04-07 21:07 UTC (permalink / raw)
  To: cluster-cvs-relay

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-07 21:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-07 21:07 cluster: STABLE3 - groupd/fenced/dlm_controld/gfs_controld: default groupd_compat 0 David Teigland

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).