cluster: RHEL5 - fence_drac5: #496724 - support for modulename in drac5 agent

Marek Grác marx@fedoraproject.org
Wed May 13 08:39:00 GMT 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=bb1e50295e8dcf36d7ce9ad22196fd7f89fba899
Commit:        bb1e50295e8dcf36d7ce9ad22196fd7f89fba899
Parent:        8154fa46818786e45cd158be649e99a112efa2da
Author:        Marek 'marx' Grac <mgrac@redhat.com>
AuthorDate:    Wed May 13 10:35:00 2009 +0200
Committer:     Marek 'marx' Grac <mgrac@redhat.com>
CommitterDate: Wed May 13 10:35:00 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 2a1ff01..59133a6 100644
--- a/fence/agents/lib/fencing.py.py
+++ b/fence/agents/lib/fencing.py.py
@@ -295,6 +295,8 @@ def process_input(avail_opt):
 				name = "port"
 			elif name == "hostname":
 				name = "ipaddr"
+			elif name == "modulename":
+				name = "module_name"
 
 			##
 			######



More information about the Cluster-cvs mailing list