You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ocaml/idl/datamodel.ml
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -2884,25 +2884,11 @@ let host_get_vms_which_prevent_evacuation = call
2884
2884
~in_product_since:rel_orlando
2885
2885
~name:"get_vms_which_prevent_evacuation"
2886
2886
~doc:"Return a set of VMs which prevent the host being evacuated, with per-VM error codes"
2887
-
~lifecycle:[
2888
-
Published, rel_orlando, "The call returns for each VM all the reasons why a host cannot be evacuated";
2889
-
Changed, rel_ely, "The call now retuns only one reason per VM."
2890
-
]
2891
2887
~params:[Ref _host, "self", "The host to query"]
2892
2888
~result:(Map(Ref _vm, Set(String)), "VMs which block evacuation together with reasons")
2893
2889
~allowed_roles:_R_READ_ONLY
2894
2890
()
2895
2891
2896
-
let host_get_vms_which_prevent_evacuation_all = call
2897
-
~in_product_since:rel_ely
2898
-
~name:"get_vms_which_prevent_evacuation_all"
2899
-
~doc:"Return a set of VMs which prevent the host being evacuated, with per-VM error codes. This call returns for each VM all the reasons why a host cannot be evacuated."
2900
-
~params:[Ref _host, "self", "The host to query"]
2901
-
~hide_from_docs:true
2902
-
~result:(Map(Ref _vm, Set(String)), "VMs which block evacuation together with reasons")
0 commit comments