# HG changeset patch
# User Jonathan Knowles <[email protected]>
# 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 <[email protected]>

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 +-


# HG changeset patch
# User Jonathan Knowles <[email protected]>
# 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 <[email protected]>

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"
_______________________________________________
xen-api mailing list
[email protected]
http://lists.xensource.com/mailman/listinfo/xen-api

Reply via email to