public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - fence_lpar: option -x for ssh was required
@ 2009-07-13 15:06 Marek Grác
  0 siblings, 0 replies; only message in thread
From: Marek Grác @ 2009-07-13 15:06 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=8b932966fd7407b85b0b34ca71cb7471bbef8078
Commit:        8b932966fd7407b85b0b34ca71cb7471bbef8078
Parent:        634c700d5781476ed777266950bd84e4952fa4a9
Author:        Marek 'marx' Grac <mgrac@redhat.com>
AuthorDate:    Mon Jul 13 16:59:59 2009 +0200
Committer:     Marek 'marx' Grac <mgrac@redhat.com>
CommitterDate: Mon Jul 13 16:59:59 2009 +0200

fence_lpar: option -x for ssh was required

Option -x is no longer required for LPAR. It is turned on automatically. This
should not change behaviour of fence agent as -x was required before and no
other access to LPAR/HMC is supported.
---
 fence/agents/lib/fencing.py.py  |    2 +-
 fence/agents/lpar/fence_lpar.py |    4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/fence/agents/lib/fencing.py.py b/fence/agents/lib/fencing.py.py
index eaff7a0..bd4c114 100644
--- a/fence/agents/lib/fencing.py.py
+++ b/fence/agents/lib/fencing.py.py
@@ -144,7 +144,7 @@ all_opt = {
 	"hmc_version" : {
 		"getopt" : "H:",
 		"longopt" : "hmc-version",
-		"help" : "-H, --hmc-version=<version>   Force HMC version to use: 3, 4 (default)",
+		"help" : "-H, --hmc-version=<version>    Force HMC version to use: 3, 4 (default)",
 		"required" : "0",
 		"shortdesc" : "Force HMC version to use (3 or 4)",
 		"default" : "4", 
diff --git a/fence/agents/lpar/fence_lpar.py b/fence/agents/lpar/fence_lpar.py
index f6e4a58..aaaa65b 100644
--- a/fence/agents/lpar/fence_lpar.py
+++ b/fence/agents/lpar/fence_lpar.py
@@ -138,6 +138,7 @@ def main():
 	atexit.register(atexit_handler)
 
 	options = check_input(device_opt, process_input(device_opt))
+	options["-x"] = 1
 
 	## 
 	## Fence agent specific settings and default values
@@ -145,9 +146,6 @@ def main():
 	if 0 == options.has_key("-c"):
 		options["-c"] = [ ":~>", "]\$", "\$ " ]
 
-	if 0 == options.has_key("-x"):
-		fail_usage("Failed: You have to use ssh connection (-x) to fence device")
-		
 	show_docs(options)
 
 	if 0 == options.has_key("-s"):


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

only message in thread, other threads:[~2009-07-13 15:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-13 15:06 cluster: STABLE3 - fence_lpar: option -x for ssh was required 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).