Skip to content

Commit 63a9fe1

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ocaml/xapi-storage-script/main.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,6 +1818,8 @@ module DATAImpl (M : META) = struct
18181818
let stat_impl dbg sr vdi vm key = wrap @@ stat dbg sr vdi vm key
18191819

18201820
let mirror dbg sr vdi' image_format vm' remote =
1821+
let _ = image_format in
1822+
(* TODO: really use image format *)
18211823
let vdi = Storage_interface.Vdi.string_of vdi' in
18221824
let domain = Storage_interface.Vm.string_of vm' in
18231825
Attached_SRs.find sr >>>= fun sr ->

0 commit comments

Comments
 (0)