[Cluster-devel] [PATCH 2/2] fence_wti: Unable to parse output when splitted into several screens (2/2)

Lon Hohberger lhh at redhat.com
Wed Mar 16 13:57:49 UTC 2011


On Wed, Mar 16, 2011 at 02:06:19PM +0100, Fabio M. Di Nitto wrote:
> From: Marek 'marx' Grac <mgrac at redhat.com>
> 
> Minor changes to previous patch. Power ON/OFF now works as expected
> 
> Resolves: rhbz#678522
> ---
>  fence/agents/wti/fence_wti.py |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/fence/agents/wti/fence_wti.py b/fence/agents/wti/fence_wti.py
> index d05676b..8caa4c2 100644
> --- a/fence/agents/wti/fence_wti.py
> +++ b/fence/agents/wti/fence_wti.py
> @@ -28,13 +28,12 @@ def get_power_status(conn, options):
>  		conn.send("/S"+"\r\n")
>  
>  		if isinstance(options["-c"], list):
> -			re_all = options["-c"]
> +			re_all = list(options["-c"])
>  		else:
>  			re_all = [options["-c"]]
>  		re_next = re.compile("Enter: ", re.IGNORECASE)
>  		re_all.append(re_next)
>  
> -		conn.send("/S"+"\r\n")
>  		result = conn.log_expect(options, re_all, int(options["-Y"]))
>  		listing = conn.before
>  		if result == (len(re_all) - 1):

Ack

-- 
Lon Hohberger - Red Hat, Inc.




More information about the Cluster-devel mailing list