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] Resolves #472781 - typo


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=ae3c642aae88d25ff38a55f2e5afbf831466818a
Commit:        ae3c642aae88d25ff38a55f2e5afbf831466818a
Parent:        73788833ea5986e28676081665c6fc5077b40b85
Author:        Marek 'marx' Grac <mgrac@redhat.com>
AuthorDate:    Mon Jan 26 14:17:37 2009 +0100
Committer:     Marek 'marx' Grac <mgrac@redhat.com>
CommitterDate: Mon Jan 26 14:17:37 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 cea3545..d03fea4 100755
--- 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"


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