Bug fix: VDIs should be on chosen SRs.
This commit is contained in:
parent
472e419abc
commit
944163be0e
@ -226,8 +226,8 @@ migrate = $coroutine ({
|
||||
|
||||
yield @getXapi(vm).migrateVm(vm._xapiId, @getXapi(host), host._xapiId, {
|
||||
migrationNetworkId: migrationNetwork?._xapiId
|
||||
mapVifsNetworksXapi,
|
||||
mapVdisSrsXapi,
|
||||
mapVifsNetworks: mapVifsNetworksXapi,
|
||||
mapVdisSrs: mapVdisSrsXapi,
|
||||
})
|
||||
return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user