fix(vm.deltaCopy()): delete snapshot when import fails.
This commit is contained in:
parent
ffb3659ef5
commit
4ba2ffce5b
@ -140,7 +140,7 @@ export default class {
|
||||
stream => stream.cancel()
|
||||
))
|
||||
|
||||
return srcXapi.deleteVm(delta.vm.$id, true)
|
||||
return srcXapi.deleteVm(delta.vm.uuid, true)
|
||||
})
|
||||
|
||||
const promise = targetXapi.importDeltaVm(
|
||||
|
Loading…
Reference in New Issue
Block a user