cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Jan Pokorný <jpokorny@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [fence-agents.git][PATCH] rng: enforce unfence action to always be "on" convention (FA part)
Date: Fri, 15 Nov 2013 23:52:36 +0100	[thread overview]
Message-ID: <1384555956-16046-1-git-send-email-jpokorny@redhat.com> (raw)
In-Reply-To: <1384555575-9513-1-git-send-email-jpokorny@redhat.com>

There is a silent agreement on this probably "since beginning" already
(cf. [1]).  Enforce it to move a boundary of what is explicitly
wrong a bit further.

Counterpart change for [2].

[1] https://bugzilla.redhat.com/show_bug.cgi?id=865161#c17
[2] http://www.redhat.com/archives/cluster-devel/2013-November/msg00061.html

Signed-off-by: Jan Pokorn? <jpokorny@redhat.com>
---
 fence/agents/lib/fence2rng.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fence/agents/lib/fence2rng.xsl b/fence/agents/lib/fence2rng.xsl
index 432bc89..08520af 100644
--- a/fence/agents/lib/fence2rng.xsl
+++ b/fence/agents/lib/fence2rng.xsl
@@ -123,7 +123,7 @@
         </xsl:call-template>
         <xsl:value-of select="$NL"/>
 
-        <xsl:for-each select="parameters/parameter">
+        <xsl:for-each select="parameters/parameter[@name != 'action']">
             <!-- optional (start) -->
             <xsl:call-template name="tag-start">
                 <xsl:with-param name="name" select="'optional'"/>
-- 
1.8.1.4



  reply	other threads:[~2013-11-15 22:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-15 22:46 [Cluster-devel] [cluster.git][PATCH] rng: enforce unfence action to always be "on" convention Jan Pokorný
2013-11-15 22:52 ` Jan Pokorný [this message]
2013-11-21  0:41 ` [Cluster-devel] [cluster.git][v2][PATCH] rng: enforce unfence action to always be "on" ("enable") convention Jan Pokorný

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1384555956-16046-1-git-send-email-jpokorny@redhat.com \
    --to=jpokorny@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).