fence-agents: master - fence_rsb: Fix 62d90e3a0827fcdc5be632bdf4103d3c08b39622

Marek GrĂ¡c marx at fedoraproject.org
Thu Oct 2 14:23:54 UTC 2014


Gitweb:        http://git.fedorahosted.org/git/?p=fence-agents.git;a=commitdiff;h=11def0b2e4dcd18c5f098ba6a4cb935af937784e
Commit:        11def0b2e4dcd18c5f098ba6a4cb935af937784e
Parent:        842aabd3b2d27da36ac1bb2c210163f83613d591
Author:        Marek 'marx' Grac <mgrac at redhat.com>
AuthorDate:    Thu Oct 2 16:08:26 2014 +0200
Committer:     Marek 'marx' Grac <mgrac at redhat.com>
CommitterDate: Thu Oct 2 16:08:26 2014 +0200

fence_rsb: Fix 62d90e3a0827fcdc5be632bdf4103d3c08b39622

Patch was not incorporated correctly from older version.

Resolves: rhbz#1110428
---
 fence/agents/rsb/fence_rsb.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/fence/agents/rsb/fence_rsb.py b/fence/agents/rsb/fence_rsb.py
index bcad1de..d21093f 100755
--- a/fence/agents/rsb/fence_rsb.py
+++ b/fence/agents/rsb/fence_rsb.py
@@ -29,7 +29,6 @@ def set_power_status(conn, options):
 	conn.send("2")
 	conn.log_expect(options, options["--command-prompt"], int(options["--shell-timeout"]))
 	conn.send_eol(action)
-	conn.log_expect(options, ["want to power off", "'yes' or 'no'"], int(options["--shell-timeout"]))
 	conn.log_expect(options, ["want to power " + options["--action"], 
 			"yes/no", "'yes' or 'no'"], int(options["--shell-timeout"]))
 	conn.send_eol("yes")


More information about the cluster-commits mailing list