We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddce42c commit 05f9b4dCopy full SHA for 05f9b4d
ocaml/xapi/xapi_pool.ml
@@ -852,6 +852,10 @@ let eject ~__context ~host =
852
Db.Host.destroy ~__context ~self:host;
853
Create_misc.create_pool_cpuinfo ~__context;
854
855
+ (* Update pool features, in case this host had a different license to the
856
+ * rest of the pool. *)
857
+ Pool_features.update_pool_features ~__context;
858
+
859
(* and destroy my control domain, since you can't do this from the API [operation not allowed] *)
860
begin try
861
let my_control_domain = List.find (fun x->x.API.vM_is_control_domain) (List.map snd my_vms_with_records) in
0 commit comments