fence-agents: master - fencing: Fix documentation for action 'monitor'

Marek GrĂ¡c marx at fedoraproject.org
Mon Feb 18 08:58:25 UTC 2013


Gitweb:        http://git.fedorahosted.org/git/?p=fence-agents.git;a=commitdiff;h=d2b7fb001fc50a8e14da8f2b6b974a5b5ade50fc
Commit:        d2b7fb001fc50a8e14da8f2b6b974a5b5ade50fc
Parent:        1204c484a089ba337c6d4c9797eafce24a71915a
Author:        Marek 'marx' Grac <mgrac at redhat.com>
AuthorDate:    Mon Feb 18 09:56:50 2013 +0100
Committer:     Marek 'marx' Grac <mgrac at redhat.com>
CommitterDate: Mon Feb 18 09:56:50 2013 +0100

fencing: Fix documentation for action 'monitor'

---
 fence/agents/lib/fence2man.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/agents/lib/fence2man.xsl b/fence/agents/lib/fence2man.xsl
index 89baf7f..13e24da 100644
--- a/fence/agents/lib/fence2man.xsl
+++ b/fence/agents/lib/fence2man.xsl
@@ -20,7 +20,7 @@
 <xsl:when test="@name = 'enable'">Enable fabric access.</xsl:when>
 <xsl:when test="@name = 'disable'">Disable fabric access.</xsl:when>
 <xsl:when test="@name = 'reboot'">Reboot machine.</xsl:when>
-<xsl:when test="@name = 'monitor'">Check if fencing device is running. List available plugs/virtual machines or get status of machine (if it does not support more).</xsl:when>
+<xsl:when test="@name = 'monitor'">Check the health of fence device</xsl:when>
 <xsl:when test="@name = 'metadata'">Display the XML metadata describing this resource.</xsl:when>
 <xsl:when test="@name = 'list'">List available plugs with aliases/virtual machines if there is support for more then one device. Returns N/A otherwise.</xsl:when>
 <xsl:when test="@name = 'status'">This returns the status of the plug/virtual machine.</xsl:when>


More information about the cluster-commits mailing list