cluster: STABLE3 - fencing: Remove 'ipport' option from WTI fence agent

Marek Grác marx at fedoraproject.org
Fri Apr 2 12:08:21 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=d443af4fa07c64dd50dae4ea771c8f93bfd7cba6
Commit:        d443af4fa07c64dd50dae4ea771c8f93bfd7cba6
Parent:        f6994d1db1688140ae011c733efdbaa0af6808fb
Author:        Marek 'marx' Grac <mgrac at redhat.com>
AuthorDate:    Fri Apr 2 14:04:49 2010 +0200
Committer:     Marek 'marx' Grac <mgrac at redhat.com>
CommitterDate: Fri Apr 2 14:04:49 2010 +0200

fencing: Remove 'ipport' option from WTI fence agent

WTI devices do not support change of default TCP/IP ports so this
option is useless for them. Option was not working properly because
there is a non-standard login process used for these devices.
---
 fence/agents/wti/fence_wti.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/agents/wti/fence_wti.py b/fence/agents/wti/fence_wti.py
index 92b362a..bc25f26 100644
--- a/fence/agents/wti/fence_wti.py
+++ b/fence/agents/wti/fence_wti.py
@@ -76,7 +76,7 @@ def main():
 	device_opt = [  "help", "version", "agent", "quiet", "verbose", "debug",
 			"action", "ipaddr", "login", "passwd", "passwd_script",
 			"cmd_prompt", "secure", "identity_file", "port", "no_login", "no_password",
-			"test", "separator", "inet4_only", "inet6_only", "ipport",
+			"test", "separator", "inet4_only", "inet6_only",
 			"power_timeout", "shell_timeout", "login_timeout", "power_wait" ]
 
 	atexit.register(atexit_handler)


More information about the cluster-commits mailing list