cluster: RHEL56 - fence_cisco_ucs: Fix path to fencing library

Marek Grác marx at fedoraproject.org
Mon Sep 27 08:08:08 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=c73d85e25c4f198534ec7a8585f42b89ba0675ae
Commit:        c73d85e25c4f198534ec7a8585f42b89ba0675ae
Parent:        66638a76b2b41acbb1f43cb5f4d500f803949678
Author:        Marek 'marx' Grac <mgrac at redhat.com>
AuthorDate:    Mon Sep 27 09:35:04 2010 +0200
Committer:     Marek 'marx' Grac <mgrac at redhat.com>
CommitterDate: Mon Sep 27 09:59:01 2010 +0200

fence_cisco_ucs: Fix path to fencing library

Resolves: rhbz#579859
---
 fence/agents/cisco_ucs/fence_cisco_ucs.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/agents/cisco_ucs/fence_cisco_ucs.py b/fence/agents/cisco_ucs/fence_cisco_ucs.py
index 07375b3..702f05b 100755
--- a/fence/agents/cisco_ucs/fence_cisco_ucs.py
+++ b/fence/agents/cisco_ucs/fence_cisco_ucs.py
@@ -2,7 +2,7 @@
 
 import sys, re, pexpect, socket
 import pycurl, StringIO
-sys.path.append("@FENCEAGENTSLIBDIR@")
+sys.path.append("/usr/lib/fence")
 from fencing import *
 
 #BEGIN_VERSION_GENERATION


More information about the cluster-commits mailing list