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

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


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=6b676e1ccc192a6c1396f72b637ba89aa254fd17
Commit:        6b676e1ccc192a6c1396f72b637ba89aa254fd17
Parent:        ee52baabd0eb5f187aa33c794e32e9dfd9e637a3
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:25:25 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