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 069a557 commit 63a9fe1Copy full SHA for 63a9fe1
ocaml/xapi-storage-script/main.ml
@@ -1818,6 +1818,8 @@ module DATAImpl (M : META) = struct
1818
let stat_impl dbg sr vdi vm key = wrap @@ stat dbg sr vdi vm key
1819
1820
let mirror dbg sr vdi' image_format vm' remote =
1821
+ let _ = image_format in
1822
+ (* TODO: really use image format *)
1823
let vdi = Storage_interface.Vdi.string_of vdi' in
1824
let domain = Storage_interface.Vm.string_of vm' in
1825
Attached_SRs.find sr >>>= fun sr ->
0 commit comments