Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ocaml/xenopsd/lib/xenops_server.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3842,7 +3842,7 @@ module VM = struct
let s3resume _ dbg id = queue_operation dbg id (Atomic (VM_s3resume id))

let migrate _context dbg id vmm_vdi_map vmm_vif_map vmm_vgpu_pci_map vmm_url
(compress : bool) (localhost_migration : bool) (verify_dest : bool) =
(compress : bool) (verify_dest : bool) (localhost_migration : bool) =
let tmp_uuid_of uuid ~kind =
Printf.sprintf "%s00000000000%c" (String.sub uuid 0 24)
(match kind with `dest -> '1' | `src -> '0')
Expand Down
Loading