You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a template with the CPU policy = 'resize_and_pin_numa', pinned to host. The template xml is attached.
Create a new VM from this template by rest API
POST https://{{host}}/ovirt-engine/api/vms/
vm_from_resize_template
golden_env_mixed_1
resize_and_pin_template
actual result: the VM is created with None CPU policy although the template is set with 'resize_and_pin_numa' policy
At the same time if to create such a VM in web UI it will be created with resize policy as expected.
Include cpuPinningPolicy when extracting data from a VM template for
creating a VM through REST API.
FixesoVirt#633
Change-Id: I139d3c9c00a005610eebe172272a45b3f37ace27
Signed-off-by: Shmuel Melamud <smelamud@redhat.com>
Include cpuPinningPolicy, cpuPinning, parallelMigrations fields when
extracting data from a VM template for creating a VM through REST API.
FixesoVirt#633
Change-Id: I139d3c9c00a005610eebe172272a45b3f37ace27
Signed-off-by: Shmuel Melamud <smelamud@redhat.com>
Include cpuPinningPolicy, cpuPinning, parallelMigrations fields when
extracting data from a VM template for creating a VM through REST API.
Fixes#633
Change-Id: I139d3c9c00a005610eebe172272a45b3f37ace27
Signed-off-by: Shmuel Melamud <smelamud@redhat.com>
POST https://{{host}}/ovirt-engine/api/vms/
vm_from_resize_template
golden_env_mixed_1
resize_and_pin_template
actual result: the VM is created with None CPU policy although the template is set with 'resize_and_pin_numa' policy
At the same time if to create such a VM in web UI it will be created with resize policy as expected.
expected result: VM must be created with the 'resize_and_pin_numa' policy
resize_and_pin_template.log
The text was updated successfully, but these errors were encountered: