From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lon Hohberger Date: Tue, 11 Oct 2011 14:17:29 -0400 Subject: [Cluster-devel] [PATCH] rgmanager: Add -F to clusvcadm man page [RHEL5] Message-ID: <1318357049-27759-1-git-send-email-lhh@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Resolves: rhbz#715052 Signed-off-by: Lon Hohberger --- rgmanager/man/clusvcadm.8 | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/rgmanager/man/clusvcadm.8 b/rgmanager/man/clusvcadm.8 index d5e09eb..055a0bf 100644 --- a/rgmanager/man/clusvcadm.8 +++ b/rgmanager/man/clusvcadm.8 @@ -8,7 +8,7 @@ clusvcadm \- Cluster User Service Administration Utility .B ] .B [\-e .I -.B ] +.B [\-F] ] .B [\-l] .B [\-u] .B [\-S] @@ -52,10 +52,15 @@ on which the command is invoked. Stops and disables the user service named .I service -.IP "\-e " +.IP "\-e [\-F]" Enables and starts the user service named .I service + +Normally, rgmanager starts the service locally (i.e. on +the host where clusvcadm was run). However, if the \fB-F\fP +option is specified, rgmanager will use the assigned failover +domain rules as hints on where to start the service. .IP \-l Lock services in preparation for cluster shutdown. This should only be used if the administrator intends to perform a global, cluster -- 1.7.3.4