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_lpar: fence_lpar can't log in to IVM systems


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=ff19cfc65e74661e5b5bedff4455d50b40ba6a6e
Commit:        ff19cfc65e74661e5b5bedff4455d50b40ba6a6e
Parent:        ee1e985411a98170ce8f4b530ac83c5a495cca93
Author:        Marek 'marx' Grac <mgrac@redhat.com>
AuthorDate:    Fri May 29 10:49:36 2009 +0200
Committer:     Marek 'marx' Grac <mgrac@redhat.com>
CommitterDate: Fri May 29 10:52:01 2009 +0200

fence_lpar: fence_lpar can't log in to IVM systems

Added new command prompt used on IVM systems
---
 fence/agents/lpar/fence_lpar.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/agents/lpar/fence_lpar.py b/fence/agents/lpar/fence_lpar.py
index d858755..a7ad68a 100755
--- a/fence/agents/lpar/fence_lpar.py
+++ b/fence/agents/lpar/fence_lpar.py
@@ -89,7 +89,7 @@ def main():
 	## Fence agent specific defaults
 	#####
 	if 0 == options.has_key("-c"):
-		options["-c"] = [ ":~>", "]\$" ]
+		options["-c"] = [ ":~>", "]\$", "\$ " ]
 
 	if 0 == options.has_key("-H"):
 		options["-H"] = "4"


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