From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32251 invoked by alias); 29 May 2009 08:56:00 -0000 Received: (qmail 32245 invoked by alias); 29 May 2009 08:56:00 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion2.fedora.phx.redhat.com Subject: cluster: STABLE3 - fence_lpar: fence_lpar can't log in to IVM systems To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/STABLE3 X-Git-Reftype: branch X-Git-Oldrev: 15258fc72f6c13531acbf7ebfb7420171d1775f0 X-Git-Newrev: 85ba4b3bae67758f0c1f742ae79d06dba315e2d8 From: =?utf-8?q?Marek_Gr=C3=A1c?= Message-Id: <20090529085541.C7C8A120371@lists.fedorahosted.org> Date: Fri, 29 May 2009 08:56:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00441.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=85ba4b3bae67758f0c1f742ae79d06dba315e2d8 Commit: 85ba4b3bae67758f0c1f742ae79d06dba315e2d8 Parent: 15258fc72f6c13531acbf7ebfb7420171d1775f0 Author: Marek 'marx' Grac AuthorDate: Fri May 29 10:49:36 2009 +0200 Committer: Marek 'marx' Grac CommitterDate: Fri May 29 10:52:48 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 377e14b..04737ce 100644 --- a/fence/agents/lpar/fence_lpar.py +++ b/fence/agents/lpar/fence_lpar.py @@ -143,7 +143,7 @@ def main(): ## Fence agent specific defaults ##### if 0 == options.has_key("-c"): - options["-c"] = [ ":~>", "]\$" ] + options["-c"] = [ ":~>", "]\$", "\$ " ] if 0 == options.has_key("-x"): fail_usage("Failed: You have to use ssh connection (-x) to fence device")