[Cluster-devel] [PATCH] fence_xvmd: Make -L imply -X.

Lon Hohberger lhh at redhat.com
Fri Mar 27 14:11:43 UTC 2009


Obvious change: local only should imply no-cluster
mode.

Signed-off-by: Lon Hohberger <lhh at redhat.com>
---
 fence/agents/xvm/options.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/fence/agents/xvm/options.c b/fence/agents/xvm/options.c
index 5dd6781..15d80b6 100644
--- a/fence/agents/xvm/options.c
+++ b/fence/agents/xvm/options.c
@@ -267,6 +267,7 @@ assign_noccs(fence_xvm_args_t *args, struct arg_info *arg, char *value)
 static inline void
 assign_nocluster(fence_xvm_args_t *args, struct arg_info *arg, char *value)
 {
+	args->flags |= F_NOCCS;
 	args->flags |= F_NOCLUSTER;
 }
 
@@ -365,7 +366,7 @@ static struct arg_info _arg_info[] = {
 	  assign_noccs }, 
 
 	{ 'L', "-L", NULL,
- 	  "Local mode only (no cluster)",
+ 	  "Local mode only (no cluster; implies -X)",
 	  assign_nocluster }, 
 
 	{ 'U', "-U", "uri",
-- 
1.6.0.6




More information about the Cluster-devel mailing list