cluster: RHEL6 - fence_wti: Add direct support for WTI VMR

Marek Grác marx at fedoraproject.org
Wed May 19 14:34:50 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=6dd191b5a8044c60caba7109b77583b04823bd30
Commit:        6dd191b5a8044c60caba7109b77583b04823bd30
Parent:        9494b5e95ccd681c3f60601b6e306b670c73edbd
Author:        Marek 'marx' Grac <mgrac at redhat.com>
AuthorDate:    Wed May 19 16:25:25 2010 +0200
Committer:     Marek 'marx' Grac <mgrac at redhat.com>
CommitterDate: Wed May 19 16:28:47 2010 +0200

fence_wti: Add direct support for WTI VMR

Add a new command prompt for WTI VMR devices

Resolves: rhbz#578617
---
 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 bc25f26..81c0ab9 100644
--- a/fence/agents/wti/fence_wti.py
+++ b/fence/agents/wti/fence_wti.py
@@ -87,7 +87,7 @@ def main():
 	## Fence agent specific defaults
 	#####
 	if 0 == options.has_key("-c"):
-		options["-c"] = [ "RSM>", "MPC>", "IPS>", "TPS>", "NBB>", "NPS>" ]
+		options["-c"] = [ "RSM>", "MPC>", "IPS>", "TPS>", "NBB>", "NPS>", "VMR>" ]
 
 	docs = { }
 	docs["shortdesc"] = "Fence agent for WTI"


More information about the cluster-commits mailing list