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.
2 parents 02a8cd2 + 34e6eed commit 0bec45bCopy full SHA for 0bec45b
xc/xenops_server_xen.ml
@@ -2648,7 +2648,8 @@ module Actions = struct
2648
if value = "4" (* connected *) then begin
2649
let non_persistent = { non_persistent with VmExtra.pv_drivers_detected = true } in
2650
debug "VM = %s; found PV driver evidence on %s (value = %s)" vm path value;
2651
- DB.write vm { VmExtra.persistent; non_persistent }
+ DB.write vm { VmExtra.persistent; non_persistent };
2652
+ Updates.add (Dynamic.Vm vm) internal_updates
2653
end
2654
with Xs_protocol.Enoent _ ->
2655
warn "Watch event on %s fired but couldn't read from it" path;
0 commit comments