public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: RHEL5 - fence_drac5: #496724 - support for modulename in drac5 agent
@ 2009-05-13  8:39 Marek Grác
  0 siblings, 0 replies; only message in thread
From: Marek Grác @ 2009-05-13  8:39 UTC (permalink / raw)
  To: cluster-cvs-relay

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"
 
 			##
 			######


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-13  8:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-13  8:39 cluster: RHEL5 - fence_drac5: #496724 - support for modulename in drac5 agent Marek Grác

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).