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 9ee6a57 commit 65f6222Copy full SHA for 65f6222
ocaml/xapi/storage_mux.ml
@@ -373,7 +373,7 @@ module Mux = struct
373
) ;
374
Server_helpers.exec_with_new_task "SR.update_snapshot_info_dest"
375
~subtask_of:(Ref.of_string dbg) (fun __context ->
376
- let local_vdis = scan () ~dbg ~sr in
+ let local_vdis, _ = scan2 () ~dbg ~sr in
377
let find_sm_vdi ~vdi ~vdi_info_list =
378
try List.find (fun x -> x.vdi = vdi) vdi_info_list
379
with Not_found ->
0 commit comments