parent
6c08afaa0e
commit
2fbeaa618a
@ -4,7 +4,7 @@ const { asyncMap, asyncMapSettled } = require('@xen-orchestra/async-map')
|
|||||||
const { decorateClass } = require('@vates/decorate-with')
|
const { decorateClass } = require('@vates/decorate-with')
|
||||||
const { defer } = require('golike-defer')
|
const { defer } = require('golike-defer')
|
||||||
const { incorrectState } = require('xo-common/api-errors')
|
const { incorrectState } = require('xo-common/api-errors')
|
||||||
const { VDI_FORMAT_RAW } = require('./index.js')
|
const { VDI_FORMAT_VHD } = require('./index.js')
|
||||||
const peekFooterFromStream = require('vhd-lib/peekFooterFromVhdStream')
|
const peekFooterFromStream = require('vhd-lib/peekFooterFromVhdStream')
|
||||||
|
|
||||||
const AggregateError = require('./_AggregateError.js')
|
const AggregateError = require('./_AggregateError.js')
|
||||||
@ -155,7 +155,7 @@ class Sr {
|
|||||||
const footer = await peekFooterFromStream(stream)
|
const footer = await peekFooterFromStream(stream)
|
||||||
const vdiRef = await this.VDI_create({ ...vdiCreateOpts, name_label, SR: ref, virtual_size: footer.currentSize })
|
const vdiRef = await this.VDI_create({ ...vdiCreateOpts, name_label, SR: ref, virtual_size: footer.currentSize })
|
||||||
$defer.onFailure.call(this, 'callAsync', 'VDI.destroy', vdiRef)
|
$defer.onFailure.call(this, 'callAsync', 'VDI.destroy', vdiRef)
|
||||||
await this.VDI_importContent(vdiRef, stream, { format: VDI_FORMAT_RAW })
|
await this.VDI_importContent(vdiRef, stream, { format: VDI_FORMAT_VHD })
|
||||||
return vdiRef
|
return vdiRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
> Users must be able to say: “I had this issue, happy to know it's fixed”
|
> Users must be able to say: “I had this issue, happy to know it's fixed”
|
||||||
|
|
||||||
- [Home/VM] Show error when deleting VMs failed (PR [#6323](https://github.com/vatesfr/xen-orchestra/pull/6323))
|
- [Home/VM] Show error when deleting VMs failed (PR [#6323](https://github.com/vatesfr/xen-orchestra/pull/6323))
|
||||||
|
- [REST API] Fix broken VDI after VHD import [#6327](https://github.com/vatesfr/xen-orchestra/issues/6327) (PR [#6326](https://github.com/vatesfr/xen-orchestra/pull/6326))
|
||||||
|
|
||||||
### Packages to release
|
### Packages to release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user