public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: RHEL5 - fence_apc: #501586 - fence_apc fails with pexpect exception
@ 2009-05-21  8:44 Marek Grác
  0 siblings, 0 replies; only message in thread
From: Marek Grác @ 2009-05-21  8:44 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=dc1798cc8ad2216acc8fb08cf6f4b6381c77f447
Commit:        dc1798cc8ad2216acc8fb08cf6f4b6381c77f447
Parent:        958e09ffc9135f4ba22064b095d1dcc03160b6f3
Author:        Marek 'marx' Grac <mgrac@redhat.com>
AuthorDate:    Thu May 21 10:38:55 2009 +0200
Committer:     Marek 'marx' Grac <mgrac@redhat.com>
CommitterDate: Thu May 21 10:38:55 2009 +0200

fence_apc: #501586 - fence_apc fails with pexpect exception

---
 fence/agents/apc/fence_apc.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/fence/agents/apc/fence_apc.py b/fence/agents/apc/fence_apc.py
index f9e6822..dfe9913 100755
--- a/fence/agents/apc/fence_apc.py
+++ b/fence/agents/apc/fence_apc.py
@@ -211,6 +211,8 @@ def main():
 		conn.close()
 	except exceptions.OSError:
 		pass
+	except pexpect.ExceptionPexpect:
+		pass
 
 if __name__ == "__main__":
 	main()


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-21  8:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-21  8:44 cluster: RHEL5 - fence_apc: #501586 - fence_apc fails with pexpect exception Marek Grác

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).