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