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

Marek Grác marx at fedoraproject.org
Mon Aug 2 13:56:25 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=59222e02a1f69cbd8956f7ac39b515a8c038a15d
Commit:        59222e02a1f69cbd8956f7ac39b515a8c038a15d
Parent:        52e9397d969966542367e832c6a3eff91204c117
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 Aug 2 15:52:00 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 c5dd80a..7e9343f 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