Blame SOURCES/bz1111597-1-fence_rsb.patch

e4ffb1
From 11def0b2e4dcd18c5f098ba6a4cb935af937784e Mon Sep 17 00:00:00 2001
e4ffb1
From: Marek 'marx' Grac <mgrac@redhat.com>
e4ffb1
Date: Thu, 2 Oct 2014 16:08:26 +0200
e4ffb1
Subject: [PATCH 1/2] fence_rsb: Fix 62d90e3a0827fcdc5be632bdf4103d3c08b39622
e4ffb1
e4ffb1
Patch was not incorporated correctly from older version.
e4ffb1
e4ffb1
Resolves: rhbz#1110428
e4ffb1
---
e4ffb1
 fence/agents/rsb/fence_rsb.py | 1 -
e4ffb1
 1 file changed, 1 deletion(-)
e4ffb1
e4ffb1
diff --git a/fence/agents/rsb/fence_rsb.py b/fence/agents/rsb/fence_rsb.py
e4ffb1
index bcad1de..d21093f 100755
e4ffb1
--- a/fence/agents/rsb/fence_rsb.py
e4ffb1
+++ b/fence/agents/rsb/fence_rsb.py
e4ffb1
@@ -29,7 +29,6 @@ def set_power_status(conn, options):
e4ffb1
 	conn.send("2")
e4ffb1
 	conn.log_expect(options, options["--command-prompt"], int(options["--shell-timeout"]))
e4ffb1
 	conn.send_eol(action)
e4ffb1
-	conn.log_expect(options, ["want to power off", "'yes' or 'no'"], int(options["--shell-timeout"]))
e4ffb1
 	conn.log_expect(options, ["want to power " + options["--action"], 
e4ffb1
 			"yes/no", "'yes' or 'no'"], int(options["--shell-timeout"]))
e4ffb1
 	conn.send_eol("yes")
e4ffb1
-- 
e4ffb1
1.9.3
e4ffb1