1. there are too many false-positive alerts; and
2. there is no obvious action to resolve the problem
Signed-off-by: David Scott <dave.scott@eu.citrix.com>
try
let vm = Db.VM.get_by_uuid ~__context ~uuid in
Helpers.set_vm_uncooperative ~__context ~self:vm ~value;
+(*
if value then ignore(Xapi_message.create ~__context ~name:Api_messages.vm_uncooperative ~priority:1L ~cls:`VM ~obj_uuid:uuid ~body:"")
+*)
with _ -> () in
StringSet.iter (set_uncooperative_flag true) uncooperative_domains;
StringSet.iter (set_uncooperative_flag false) cooperative_domains;