From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31897 invoked by alias); 29 May 2009 08:54:47 -0000 Received: (qmail 31891 invoked by alias); 29 May 2009 08:54:47 -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: RHEL5 - fence_lpar: #502674 - 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/RHEL5 X-Git-Reftype: branch X-Git-Oldrev: 0c9e7d2a297729c6ebfc3b0166081f6f1fffc1c8 X-Git-Newrev: 0d82bd7f38bd6e898fdfd5f22c8e1a2386300745 From: =?utf-8?q?Marek_Gr=C3=A1c?= Message-Id: <20090529085415.0A1EF120371@lists.fedorahosted.org> Date: Fri, 29 May 2009 08:54: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/msg00439.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=0d82bd7f38bd6e898fdfd5f22c8e1a2386300745 Commit: 0d82bd7f38bd6e898fdfd5f22c8e1a2386300745 Parent: 0c9e7d2a297729c6ebfc3b0166081f6f1fffc1c8 Author: Marek 'marx' Grac AuthorDate: Fri May 29 10:49:36 2009 +0200 Committer: Marek 'marx' Grac CommitterDate: Fri May 29 10:49:36 2009 +0200 fence_lpar: #502674 - 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 450b507..2b669e3 100755 --- a/fence/agents/lpar/fence_lpar.py +++ b/fence/agents/lpar/fence_lpar.py @@ -96,7 +96,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"