Xapi#createDeltaVdi(): correctly set the source of cloned VDI.
This commit is contained in:
parent
5496c2d7fd
commit
2061a006d0
@ -1380,7 +1380,7 @@ export default class Xapi extends XapiBase {
|
||||
onFailure(() => this._deleteVdi(newVdi))
|
||||
|
||||
await this._updateObjectMapProperty(newVdi, 'other_config', {
|
||||
[TAG_COPY_SRC]: vdi.$id
|
||||
[TAG_COPY_SRC]: vdi.uuid
|
||||
})
|
||||
|
||||
return newVdi
|
||||
|
Loading…
Reference in New Issue
Block a user