* [Cluster-devel] [PATCH] Fixed hep for 'addservice' command
@ 2010-12-17 11:54 Dmitry Mishin
2010-12-17 12:18 ` Fabio M. Di Nitto
0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Mishin @ 2010-12-17 11:54 UTC (permalink / raw)
To: cluster-devel.redhat.com
Sorry, missed it in 'addservice' addition patch series.
Signed-off-by: Dmitry Mishin <dim@parallels.com>
---
config/tools/ccs_tool/editconf.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/config/tools/ccs_tool/editconf.c b/config/tools/ccs_tool/editconf.c
index a443831..9477d4e 100644
--- a/config/tools/ccs_tool/editconf.c
+++ b/config/tools/ccs_tool/editconf.c
@@ -236,6 +236,13 @@ static void addnode_usage(const char *name)
static void addservice_usage(const char *name)
{
fprintf(stderr, "Usage: %s %s [options] <servicename>\n", prog_name, name);
+ fprintf(stderr, " -a --autostart Start the service on boot\n");
+ fprintf(stderr, " -d --domain Failover domain for the service\n");
+ fprintf(stderr, " -x --exclusive Do not run other services on the same server\n");
+ fprintf(stderr, " -r --recovery Recovery policy\n");
+ fprintf(stderr, " -f --fs Filesystem resource for the service\n");
+ fprintf(stderr, " -s --script Script resource for the service\n");
+ fprintf(stderr, " -i --ip IP address resource for the service\n");
config_usage(1);
help_usage();
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-17 12:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-17 11:54 [Cluster-devel] [PATCH] Fixed hep for 'addservice' command Dmitry Mishin
2010-12-17 12:18 ` Fabio M. Di Nitto
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.