cluster: RHEL56 - fencing: Method to cause one node to delay fencing - metadata

Marek Grác marx at fedoraproject.org
Mon Aug 2 14:03:01 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=0b62fb0f9cc5c3c3ea13538fa21abcfd2b816244
Commit:        0b62fb0f9cc5c3c3ea13538fa21abcfd2b816244
Parent:        06499869a35807910749780c30e30a06893ceecb
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:59:33 2010 +0200

fencing: Method to cause one node to delay fencing - metadata

Option was not correctly showed in metadata

Resolves: rhbz#613064
---
 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 427b201..43eafe2 100644
--- a/fence/agents/lib/fencing.py.py
+++ b/fence/agents/lib/fencing.py.py
@@ -71,6 +71,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