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: STABLE2 - fence_drac5: #496724 - support for modulename indrac5 agent


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=0ce88b9aaca6f9fda0bb6e85d3345c589aa33968
Commit:        0ce88b9aaca6f9fda0bb6e85d3345c589aa33968
Parent:        d6a6f733525ec28f7485daa58be62facea7dc4d5
Author:        Marek 'marx' Grac <mgrac@redhat.com>
AuthorDate:    Wed May 13 10:35:00 2009 +0200
Committer:     Marek 'marx' Grac <mgrac@redhat.com>
CommitterDate: Fri May 15 09:53:03 2009 +0200

fence_drac5: #496724 - support for modulename in drac5 agent

---
 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 08dd47c..b8131a2 100644
--- a/fence/agents/lib/fencing.py.py
+++ b/fence/agents/lib/fencing.py.py
@@ -289,6 +289,8 @@ def process_input(avail_opt):
 				name = "port"
 			elif name == "hostname":
 				name = "ipaddr"
+			elif name == "modulename":
+				name = "module_name"
 
 			##
 			######


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