Blame SOURCES/bz1250586-2-list_status.patch

44709c
From 9df35db45f9d3e78e4c4e382e85003b02297dd75 Mon Sep 17 00:00:00 2001
44709c
From: Marek 'marx' Grac <mgrac@redhat.com>
44709c
Date: Wed, 12 Aug 2015 14:32:07 +0200
44709c
Subject: [PATCH 1/2] fencing: Actions 'list-status' and 'validate-all' were
44709c
 not documented in manual pages
44709c
44709c
---
44709c
 fence/agents/lib/fence2man.xsl | 2 ++
44709c
 1 file changed, 2 insertions(+)
44709c
44709c
diff --git a/fence/agents/lib/fence2man.xsl b/fence/agents/lib/fence2man.xsl
44709c
index 97786ea..fd923f5 100644
44709c
--- a/fence/agents/lib/fence2man.xsl
44709c
+++ b/fence/agents/lib/fence2man.xsl
44709c
@@ -33,7 +33,9 @@
44709c
 <xsl:when test="@name = 'monitor'">Check the health of fence device</xsl:when>
44709c
 <xsl:when test="@name = 'metadata'">Display the XML metadata describing this resource.</xsl:when>
44709c
 <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>
44709c
+<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>
44709c
 <xsl:when test="@name = 'status'">This returns the status of the plug/virtual machine.</xsl:when>
44709c
+<xsl:when test="@name = 'validate-all'">Validate if all required parameters are entered.</xsl:when>
44709c
 
44709c
 <xsl:otherwise> The operational behavior of this is not known.</xsl:otherwise>
44709c
 </xsl:choose>
44709c
-- 
44709c
1.9.3
44709c