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: STABLE3 - [FENCE] Resolves #472781 - typo


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=390b97907834c86edaafa457e2e95c260903584f
Commit:        390b97907834c86edaafa457e2e95c260903584f
Parent:        85664567545315c307f41d695a3c947cc6c70415
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: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"


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