This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: STABLE3 - fence: Revert change to 'required' for 'action'operation


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=f0662a126b8fce569c4c3301d12c712c2795a7ed
Commit:        f0662a126b8fce569c4c3301d12c712c2795a7ed
Parent:        214280651f94c027ba9739bc3582a7609ea7ccb7
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Sat Feb 28 20:10:11 2009 -0500
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Sat Feb 28 20:10:11 2009 -0500

fence: Revert change to 'required' for 'action' operation

---
 fence/agents/lib/fencing.py.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/agents/lib/fencing.py.py b/fence/agents/lib/fencing.py.py
index 684efd0..a4548fd 100644
--- a/fence/agents/lib/fencing.py.py
+++ b/fence/agents/lib/fencing.py.py
@@ -66,7 +66,7 @@ all_opt = {
 		"getopt" : "o:",
 		"longopt" : "action",
 		"help" : "-o, --action=<action>          Action: status, reboot (default), off or on",
-		"required" : "0",
+		"required" : "1",
 		"shortdesc" : "Fencing Action",
 		"default" : "reboot",
 		"order" : 1 },


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]