Gitweb: http://git.fedorahosted.org/git/?p=cluster.git;a=commitdiff;h=224a841585ea30... Commit: 224a841585ea300718f9e82d9fadd0f163233e8f Parent: e8af462b7531f87b5cb20f7204eeb4b520591da9 Author: Fabio M. Di Nitto fdinitto@redhat.com AuthorDate: Tue Jul 24 11:24:39 2012 +0200 Committer: Fabio M. Di Nitto fdinitto@redhat.com CommitterDate: Tue Jul 24 11:24:39 2012 +0200
cman init: clarify better comments for FENCE_JOIN=no
(input from GSS)
Related: rhbz#821016
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com --- cman/init.d/cman.in | 7 ++++--- cman/init.d/cman.init.defaults.in | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/cman/init.d/cman.in b/cman/init.d/cman.in index 95323b4..c6e038e 100644 --- a/cman/init.d/cman.in +++ b/cman/init.d/cman.in @@ -135,9 +135,10 @@ fi # set to "yes", then the script will attempt to join the fence domain. # If FENCE_JOIN is set to any other value, the default behavior is # to join the fence domain (equivalent to "yes"). -# When setting FENCE_JOIN to "no", it is important to check -# DLM_CONTROLD_OPTS to reflect expected behavior regarding fencing -# and quorum. +# When setting FENCE_JOIN to "no", it is important to also set +# DLM_CONTROLD_OPTS="-f0" (at least) for correct operation. +# Please note that clusters without fencing are not +# supported by Red Hat except for MRG installations. [ -z "$FENCE_JOIN" ] && FENCE_JOIN="yes"
# FENCED_OPTS -- allow extra options to be passed to fence daemon. diff --git a/cman/init.d/cman.init.defaults.in b/cman/init.d/cman.init.defaults.in index b981bab..5be97ff 100644 --- a/cman/init.d/cman.init.defaults.in +++ b/cman/init.d/cman.init.defaults.in @@ -58,9 +58,10 @@ # set to "yes", then the script will attempt to join the fence domain. # If FENCE_JOIN is set to any other value, the default behavior is # to join the fence domain (equivalent to "yes"). -# When setting FENCE_JOIN to "no", it is important to check -# DLM_CONTROLD_OPTS to reflect expected behavior regarding fencing -# and quorum. +# When setting FENCE_JOIN to "no", it is important to also set +# DLM_CONTROLD_OPTS="-f0" (at least) for correct operation. +# Please note that clusters without fencing are not +# supported by Red Hat except for MRG installations. #FENCE_JOIN="yes"
# FENCED_OPTS -- allow extra options to be passed to fence daemon.
cluster-commits@lists.stg.fedorahosted.org