Can't create new VM today, after updating to 5.101.0 / 5.102.0 build 281a1
Any thoughts on this? Am I missing something?
thanks.
vm.create
{
"clone": true,
"existingDisks": {},
"installation": {
"method": "cdrom",
"repository": "a05463cd-8a9f-40e5-9087-8f1ddda0c750"
},
"name_label": "Windows Server 2019 (64-bit)",
"template": "9788e5a6-c4ec-a4ba-2083-c448722a5974-d986ea98-09fa-4e9a-9ee6-e6c78119496f",
"VDIs": [
{
"bootable": false,
"device": "0",
"size": 268435456000,
"type": "system",
"SR": "000988d9-5c09-4c63-86a1-8cb904d0642f",
"name_description": "Created by XO",
"name_label": "Windows Server 2019 (64-bit)_oleri"
}
],
"VIFs": [
{
"network": "46843b23-dd90-2b78-0f9a-dfaac7847e9c",
"allowedIpv4Addresses": [],
"allowedIpv6Addresses": []
}
],
"coresPerSocket": 2,
"CPUs": "4",
"cpusMax": 4,
"cpuWeight": null,
"cpuCap": null,
"name_description": "",
"memory": 17179869184,
"bootAfterCreate": true,
"copyHostBiosStrings": false,
"secureBoot": false,
"share": false,
"coreOs": false,
"tags": [],
"hvmBootFirmware": "uefi"
}
{
"code": 10,
"data": {
"errors": [
{
"instancePath": "/VDIs/0",
"schemaPath": "#/properties/VDIs/items/additionalProperties",
"keyword": "additionalProperties",
"params": {
"additionalProperty": "bootable"
},
"message": "must NOT have additional properties"
},
{
"instancePath": "/VDIs/0",
"schemaPath": "#/properties/VDIs/items/additionalProperties",
"keyword": "additionalProperties",
"params": {
"additionalProperty": "device"
},
"message": "must NOT have additional properties"
},
{
"instancePath": "/VDIs/0",
"schemaPath": "#/properties/VDIs/items/additionalProperties",
"keyword": "additionalProperties",
"params": {
"additionalProperty": "name_description"
},
"message": "must NOT have additional properties"
},
{
"instancePath": "/VDIs/0",
"schemaPath": "#/properties/VDIs/items/additionalProperties",
"keyword": "additionalProperties",
"params": {
"additionalProperty": "name_label"
},
"message": "must NOT have additional properties"
}
]
},
"message": "invalid parameters",
"name": "XoError",
"stack": "XoError: invalid parameters
at Module.invalidParameters (/opt/xo/xo-builds/xen-orchestra-202209011436/packages/xo-common/api-errors.js:26:11)
at Xo.call (file:///opt/xo/xo-builds/xen-orchestra-202209011436/packages/xo-server/src/xo-mixins/api.mjs:65:20)
at Api.#callApiMethod (file:///opt/xo/xo-builds/xen-orchestra-202209011436/packages/xo-server/src/xo-mixins/api.mjs:390:19)"
}