fix(xo-server/vm#set): fix virtualization switch (#4349)
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
> Users must be able to say: “I had this issue, happy to know it's fixed”
|
||||
|
||||
- [VM/Advanced] Fix virtualization mode switch (PV/HVM) (PR [#4349](https://github.com/vatesfr/xen-orchestra/pull/4349))
|
||||
|
||||
### Released packages
|
||||
|
||||
|
||||
@@ -631,6 +631,8 @@ set.params = {
|
||||
|
||||
// set the VM boot firmware mode
|
||||
hvmBootFirmware: { type: ['string', 'null'], optional: true },
|
||||
|
||||
virtualizationMode: { type: 'string', optional: true },
|
||||
}
|
||||
|
||||
set.resolve = {
|
||||
|
||||
Reference in New Issue
Block a user