Skip to content

Commit 069a557

Browse files
committed
fixup! Allow selection of image format during migration
1 parent a43cdcc commit 069a557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/xapi/xapi_vm_migrate.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@ let migrate_send' ~__context ~vm ~dest ~live:_ ~vdi_map ~vdi_format_map ~vif_map
14791479
let all_vdis =
14801480
List.map
14811481
(fun vm ->
1482-
match get_vdi_type vm.vdi vdi_format_map with
1482+
match get_vdi_type ~vdi_ref:vm.vdi ~vdi_format_map with
14831483
| None ->
14841484
vm
14851485
| Some vdi_ty ->

0 commit comments

Comments
 (0)