Fix other_config.disks XML generation.
This commit is contained in:
parent
7148fec6e1
commit
db97787b15
@ -478,7 +478,7 @@ export default class Xapi extends XapiBase {
|
|||||||
if (vdis.length) {
|
if (vdis.length) {
|
||||||
const vdisXml = formatXml({
|
const vdisXml = formatXml({
|
||||||
provisition: {
|
provisition: {
|
||||||
disks: map(vdis, vdi => {
|
disk: map(vdis, vdi => {
|
||||||
const bootable = String(Boolean(vdi.bootable))
|
const bootable = String(Boolean(vdi.bootable))
|
||||||
const size = String(vdi.size)
|
const size = String(vdi.size)
|
||||||
const sr = vdi.sr || vdi.SR
|
const sr = vdi.sr || vdi.SR
|
||||||
|
Loading…
Reference in New Issue
Block a user