WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH 2 of 2] [CP-1698] Extends the set of valid HA restart p

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH 2 of 2] [CP-1698] Extends the set of valid HA restart priorities to include "0"
From: Jonathan Knowles <jonathan.knowles@xxxxxxxxxxxxx>
Date: Mon, 16 Aug 2010 16:12:38 +0100
Delivery-date: Mon, 16 Aug 2010 08:19:27 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1281971556@radon>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Jonathan Knowles <jonathan.knowles@xxxxxxxxxxxxx>
# Date 1281460733 -3600
# Node ID f51c8a419125fc3fd110e70c1401371c7a776090
# Parent  4236a320c9bfa1f80d1aad56b0f77eb872812c84
[CP-1698] Extends the set of valid HA restart priorities to include "0".

Signed-off-by: Jonathan Knowles <jonathan.knowles@xxxxxxxxxxxxx>

diff -r 4236a320c9bf -r f51c8a419125 ocaml/idl/constants.ml
--- a/ocaml/idl/constants.ml    Tue Aug 10 18:18:35 2010 +0100
+++ b/ocaml/idl/constants.ml    Tue Aug 10 18:18:53 2010 +0100
@@ -65,7 +65,7 @@
 let ha_armed = "ha.armed"
 let ha_disable_failover_decisions = "ha.disable_failover_decisions"
 let ha_restart_best_effort = "best-effort"
-let ha_valid_restart_priorities = [ "1"; "2"; "3"; ha_restart_best_effort ]
+let ha_valid_restart_priorities = [ "0"; "1"; "2"; "3"; ha_restart_best_effort 
]
 let ha_base_t = "ha_base_t"
 let ballooning_enabled = "ballooning.enabled"
 let redo_log_enabled = "redo_log.enabled"
1 file changed, 1 insertion(+), 1 deletion(-)
ocaml/idl/constants.ml |    2 +-


Attachment: xen-api.hg-2.patch
Description: Text Data

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api