]> xenbits.xensource.com Git - xcp/xen-api.git/commitdiff
[CP-1698] Extends the set of valid HA restart priorities to include "0".
authorJonathan Knowles <jonathan.knowles@eu.citrix.com>
Mon, 23 Aug 2010 12:25:16 +0000 (13:25 +0100)
committerJonathan Knowles <jonathan.knowles@eu.citrix.com>
Mon, 23 Aug 2010 12:25:16 +0000 (13:25 +0100)
Signed-off-by: Jonathan Knowles <jonathan.knowles@eu.citrix.com>
ocaml/idl/constants.ml

index b47afa2bfe87e0359630caed5c130cc88f3189ec..f00017d00220f5014c6944f33e81be08942cde6c 100644 (file)
@@ -65,7 +65,7 @@ let fix_firewall_script = "/opt/xensource/bin/fix_firewall.sh"
 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"