File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ let with_migrate f =
5353module XenAPI = Client
5454module SMAPI = Storage_interface. Client (struct let rpc = Storage_migrate. rpc ~srcstr: " xapi" ~dststr: " smapiv2" Storage_migrate. local_url end )
5555
56- module XenopsAPI = Xenops_client. Client
5756open Storage_interface
5857open Listext
5958open Fun
@@ -73,7 +72,7 @@ let rec migrate_with_retries queue_name max try_no dbg vm_uuid xenops_vdi_map xe
7372 let progress = ref " (none yet)" in
7473 let f () =
7574 progress := " XenopsAPI.VM.migrate" ;
76- let t1 = XenopsAPI .VM. migrate dbg vm_uuid xenops_vdi_map xenops_vif_map xenops in
75+ let t1 = Client .VM. migrate dbg vm_uuid xenops_vdi_map xenops_vif_map xenops in
7776 progress := " wait_for_task" ;
7877 let t2 = Xapi_xenops. wait_for_task queue_name dbg t1 in
7978 progress := " success_task" ;
You can’t perform that action at this time.
0 commit comments