70a035e920
The basic goal of the High Availability Linux project is to provide a high availability (clustering) solution for Linux (and Unix-like) which promotes reliability, availability, and serviceability (RAS) through a community development effort. Inspired from an original submission by Sebastian Reitenbach (maintainer) whom I want to thank for his work and patience.
31 lines
915 B
Plaintext
31 lines
915 B
Plaintext
$OpenBSD: patch-resources_OCF_Xen,v 1.1.1.1 2007/11/21 18:48:40 ajacoutot Exp $
|
|
--- resources/OCF/Xen.orig Thu Oct 25 09:40:41 2007
|
|
+++ resources/OCF/Xen Mon Nov 12 11:13:26 2007
|
|
@@ -13,8 +13,10 @@
|
|
#
|
|
# OCF parameters are as below:
|
|
# OCF_RESKEY_xmfile
|
|
-# Absolute path to the Xen control file,
|
|
-# for this virtual machine.
|
|
+# Absolute path to the Xen control file,
|
|
+# for this virtual machine.
|
|
+# OCF_RESKEY_allow_migrate
|
|
+# Use migration where possible
|
|
|
|
#######################################################################
|
|
# Initialization:
|
|
@@ -61,6 +63,13 @@ for this virtual machine.
|
|
<content type="string" default="" />
|
|
</parameter>
|
|
|
|
+<parameter name="allow_migrate" unique="0" required="1">
|
|
+<longdesc lang="en">
|
|
+Use migration where possible.
|
|
+</longdesc>
|
|
+<shortdesc lang="en">use migration</shortdesc>
|
|
+<content type="boolean" default="0" />
|
|
+</parameter>
|
|
</parameters>
|
|
|
|
<actions>
|