Blob Blame History Raw
From 9df35db45f9d3e78e4c4e382e85003b02297dd75 Mon Sep 17 00:00:00 2001
From: Marek 'marx' Grac <mgrac@redhat.com>
Date: Wed, 12 Aug 2015 14:32:07 +0200
Subject: [PATCH 1/2] fencing: Actions 'list-status' and 'validate-all' were
 not documented in manual pages

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

diff --git a/fence/agents/lib/fence2man.xsl b/fence/agents/lib/fence2man.xsl
index 97786ea..fd923f5 100644
--- a/fence/agents/lib/fence2man.xsl
+++ b/fence/agents/lib/fence2man.xsl
@@ -33,7 +33,9 @@
 <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 = 'list-status'">List available plugs with aliases/virtual machines and their power state if it can be obtained without additional commands.</xsl:when>
 <xsl:when test="@name = 'status'">This returns the status of the plug/virtual machine.</xsl:when>
+<xsl:when test="@name = 'validate-all'">Validate if all required parameters are entered.</xsl:when>
 <!-- Ehhh -->
 <xsl:otherwise> The operational behavior of this is not known.</xsl:otherwise>
 </xsl:choose>
-- 
1.9.3