[sheepdog] [PATCH] collie: update help message for collie cluster recover

Liu Yuan namei.unix at gmail.com
Thu Sep 13 05:39:53 CEST 2012


From: Liu Yuan <tailai.ly at taobao.com>

Signed-off-by: Liu Yuan <tailai.ly at taobao.com>
---
 collie/cluster.c |    3 +--
 man/collie.8     |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/collie/cluster.c b/collie/cluster.c
index 9774c7f..5d7be83 100644
--- a/collie/cluster.c
+++ b/collie/cluster.c
@@ -413,8 +413,7 @@ static struct subcommand cluster_recover_cmd[] = {
 	{"enable", NULL, NULL, "enable automatic recovery and "
 				"run once recover if necessary",
 	 NULL, 0, cluster_enable_recover},
-	{"disable", NULL, NULL, "disable automatic recovery caused "
-				"by JOIN events (excluding LEAVE events now)",
+	{"disable", NULL, NULL, "disable automatic recovery",
 	 NULL, 0, cluster_disable_recover},
 	{NULL},
 };
diff --git a/man/collie.8 b/man/collie.8
index bcb9ffe..61d56e6 100644
--- a/man/collie.8
+++ b/man/collie.8
@@ -146,7 +146,7 @@ Force recover cluster immediately.
 Enable automatic recovery and run once recover if necessary.
 .TP
 .BI "cluster recover disable [-a address] [-f] [-p port] [-h]"
-Disable automatic recovery caused by JOIN events (excluding LEAVE events now).
+Disable automatic recovery.
 
 .SH DEPENDENCIES
 \fBSheepdog\fP requires QEMU 0.13.z or later and Corosync 1.y.z or 2.y.z.
-- 
1.7.10.2




More information about the sheepdog mailing list