public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: RHEL5 - [FENCE] Resolves #481566 - typo
@ 2009-01-26 13:19 Marek Grác
  0 siblings, 0 replies; only message in thread
From: Marek Grác @ 2009-01-26 13:19 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=8a4dd5f1237d8db22d91fd40d4c49764fe0de54a
Commit:        8a4dd5f1237d8db22d91fd40d4c49764fe0de54a
Parent:        48b307ce5a78b3316273d7e0877f2bd8223474ab
Author:        Marek 'marx' Grac <mgrac@redhat.com>
AuthorDate:    Mon Jan 26 14:16:28 2009 +0100
Committer:     Marek 'marx' Grac <mgrac@redhat.com>
CommitterDate: Mon Jan 26 14:16:28 2009 +0100

[FENCE] Resolves #481566 - 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 25abb7e..33ab92b 100755
--- a/fence/agents/lpar/fence_lpar.py
+++ b/fence/agents/lpar/fence_lpar.py
@@ -35,8 +35,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"


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

only message in thread, other threads:[~2009-01-26 13:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-26 13:19 cluster: RHEL5 - [FENCE] Resolves #481566 - typo 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).