cluster: RHEL6 - fencing: Method to cause one node to delay fencing [2]

Marek Grác marx at fedoraproject.org
Mon Oct 25 16:32:18 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=1631602ea41ab1866bc672ee5da124005fcc7a27
Commit:        1631602ea41ab1866bc672ee5da124005fcc7a27
Parent:        c43ed4d1cf583273b34866a1815ddf831fc3161d
Author:        Marek 'marx' Grac <mgrac at redhat.com>
AuthorDate:    Wed Jul 28 14:54:44 2010 +0200
Committer:     Marek 'marx' Grac <mgrac at redhat.com>
CommitterDate: Mon Oct 25 18:25:22 2010 +0200

fencing: Method to cause one node to delay fencing [2]

Option was not correctly showed in metadata

Resolves: rhbz#614046
---
 fence/agents/lib/fencing.py.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/fence/agents/lib/fencing.py.py b/fence/agents/lib/fencing.py.py
index 4f8cbdc..da4b222 100644
--- a/fence/agents/lib/fencing.py.py
+++ b/fence/agents/lib/fencing.py.py
@@ -67,6 +67,8 @@ all_opt = {
 		"getopt" : "f:",
 		"longopt" : "delay",
 		"help" : "--delay <seconds>              Wait X seconds before fencing is started",
+		"required" : "0",
+		"shortdesc" : "Wait X seconds before fencing is started",
 		"default" : "0",
 		"order" : 200 },
 	"agent"   : {


More information about the cluster-commits mailing list