From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19819 invoked by alias); 26 Jan 2009 13:19:56 -0000 Received: (qmail 19807 invoked by alias); 26 Jan 2009 13:19:56 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_MX,SPF_HELO_PASS X-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_MX,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on bastion.fedora.phx.redhat.com Subject: cluster: STABLE3 - [FENCE] Resolves #472781 - typo 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: 85664567545315c307f41d695a3c947cc6c70415 X-Git-Newrev: 390b97907834c86edaafa457e2e95c260903584f From: =?utf-8?q?Marek_Gr=C3=A1c?= Message-Id: <20090126131923.8B2F012055C@lists.fedorahosted.org> Date: Mon, 26 Jan 2009 13:19: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-q1/txt/msg00268.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=390b97907834c86edaafa457e2e95c260903584f Commit: 390b97907834c86edaafa457e2e95c260903584f Parent: 85664567545315c307f41d695a3c947cc6c70415 Author: Marek 'marx' Grac AuthorDate: Mon Jan 26 14:17:37 2009 +0100 Committer: Marek 'marx' Grac CommitterDate: Mon Jan 26 14:18:58 2009 +0100 [FENCE] Resolves #472781 - typo --- fence/agents/lpar/fence_lpar.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/fence/agents/lpar/fence_lpar.py b/fence/agents/lpar/fence_lpar.py index 53063b8..44b3a71 100644 --- a/fence/agents/lpar/fence_lpar.py +++ b/fence/agents/lpar/fence_lpar.py @@ -34,8 +34,6 @@ def get_power_status(conn, options): ## ## Transformation to standard ON/OFF status if possible if status in ["Running", "Open Firmware", "Shutting Down"]: - - if status == "Running": status = "on" else: status = "off"