This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: RHEL53 - fence: Fix NBB1600 regression the right way (pullline from STABLE2)


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=e8dc174b6d441c211c99e765a326332ec7bc3e76
Commit:        e8dc174b6d441c211c99e765a326332ec7bc3e76
Parent:        e900d9b1a58da97964bee55a20232cb7ef2ba229
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Wed Dec 3 09:42:30 2008 -0500
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Wed Dec 3 09:46:07 2008 -0500

fence: Fix NBB1600 regression the right way (pull line from STABLE2)

---
 fence/agents/wti/fence_wti.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/agents/wti/fence_wti.py b/fence/agents/wti/fence_wti.py
index bbfc7e5..a3e2610 100755
--- a/fence/agents/wti/fence_wti.py
+++ b/fence/agents/wti/fence_wti.py
@@ -76,7 +76,7 @@ def main():
 	## Fence agent specific defaults
 	#####
 	if 0 == options.has_key("-c"):
-		options["-c"] = [ "RSM>", "MPC>", "IPS>" ]
+		options["-c"] = [ "RSM>", "MPC>", "IPS>", "TPS>", "NBB>", "NPS>" ]
 
 	##
 	## Operate the fencing device


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]