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 1b420f7 commit ab4e186Copy full SHA for ab4e186
lib/xenops_server.ml
@@ -1677,8 +1677,6 @@ and perform ?subtask ?result (op: operation) (t: Xenops_task.task_handle) : unit
1677
debug "VM.receive_memory %s" id;
1678
Sockopt.set_sock_keepalives s;
1679
let open Xenops_migrate in
1680
- (* let state = B.VM.get_state (VM_DB.read_exn id) in
1681
- debug "VM.receive_memory %s power_state = %s" id (state.Vm.power_state |> rpc_of_power_state |> Jsonrpc.to_string);*)
1682
1683
(* set up the destination domain *)
1684
debug "VM.receive_memory creating domain and restoring VIFs";
0 commit comments