cluster: STABLE3 - cman: Disable "Disallowed" mode by default.

Christine Caulfield chrissie at fedoraproject.org
Thu Oct 1 09:39:40 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=f1c1fa3445fe4646904a41d0f370697d25f8dc70
Commit:        f1c1fa3445fe4646904a41d0f370697d25f8dc70
Parent:        e13925e953da1add1444160d139564e9ef8ba9da
Author:        Christine Caulfield <ccaulfie at redhat.com>
AuthorDate:    Thu Oct 1 10:38:44 2009 +0100
Committer:     Christine Caulfield <ccaulfie at redhat.com>
CommitterDate: Thu Oct 1 10:38:44 2009 +0100

cman: Disable "Disallowed" mode by default.

Hooray

rhbz#526495

Signed-off-by: Christine Caulfield <ccaulfie at redhat.com>
---
 cman/daemon/cman.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cman/daemon/cman.h b/cman/daemon/cman.h
index f6e87cc..67f76d3 100644
--- a/cman/daemon/cman.h
+++ b/cman/daemon/cman.h
@@ -14,4 +14,4 @@ extern int our_nodeid(void);
 #define DEFAULT_QUORUMDEV_POLL   10000
 #define DEFAULT_SHUTDOWN_TIMEOUT 5000
 #define DEFAULT_CCSD_POLL        1000
-#define DEFAULT_DISALLOWED       1
+#define DEFAULT_DISALLOWED       0


More information about the cluster-commits mailing list