fix(xo-server/importOvaVm): set memory_static_min (#4866)

This commit is contained in:
Nicolas Raynaud
2020-03-12 09:48:40 +01:00
committed by GitHub
parent ec51cf7606
commit eeef536803
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
> Users must be able to say: “I had this issue, happy to know it's fixed”
- [XOSAN] Fix the installer (PR [#4839](https://github.com/vatesfr/xen-orchestra/pull/4839))
- [OVA Import] Fix *no host available* error when starting for imported VMs with low memory (PR [#4866](https://github.com/vatesfr/xen-orchestra/pull/4866))
- [Self] When a Self Service related operation fails, always revert the quotas to what they were before the operation (PR [#4861](https://github.com/vatesfr/xen-orchestra/pull/4861))
- [auth-{github,google,saml}] Don't require manually reloading the plugin for configuration changes to take effect [#4863](https://github.com/vatesfr/xen-orchestra/issues/4863) (PR [#4864](https://github.com/vatesfr/xen-orchestra/pull/4864))

View File

@@ -1342,6 +1342,7 @@ export default class Xapi extends XapiBase {
memory_dynamic_max: memory,
memory_dynamic_min: memory,
memory_static_max: memory,
memory_static_min: memory,
name_description: descriptionLabel,
name_label: nameLabel,
VCPUs_at_startup: nCpus,