[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-API] [PATCH 2 of 2] [CP-1698] Extends the set of valid HA restart priorities to include "0"



# 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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.