OST failure: 002_bootstrap.configure_high_perf_vm2

Hi, I experienced the following OST failure on my OST patch: http://jenkins.ovirt.org/job/ovirt-system-tests_master_check-patch-el7-x86_6... The failure is unrelated to my patch, since it occurred before reaching its changes. OST passed when I retriggered it later. The error was: 2018-04-20 05:08:46,748-04 WARN [org.ovirt.engine.core.bll.numa.vm.AddVmNumaNodesCommand] (default task-6) [a8a3d723-655c-43ba-9776-70eb9317e66c] Validation of action 'AddVmNumaNodes' failed for user admin@internal-authz. Reasons: ACTION_TYPE_FAILED_VM_PINNED_TO_MULTIPLE_HOSTS 2018-04-20 05:08:46,753-04 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (default task-6) [] Operation Failed: [Cannot ${action} ${type}. VM must be pinned to a single host.]

On Fri, Apr 20, 2018 at 9:29 PM, Milan Zamazal <mzamazal@redhat.com> wrote:
Hi, I experienced the following OST failure on my OST patch:
http://jenkins.ovirt.org/job/ovirt-system-tests_master_ check-patch-el7-x86_64/5217/
The failure is unrelated to my patch, since it occurred before reaching its changes. OST passed when I retriggered it later.
The error was:
2018-04-20 05:08:46,748-04 WARN [org.ovirt.engine.core.bll.numa.vm.AddVmNumaNodesCommand] (default task-6) [a8a3d723-655c-43ba-9776-70eb9317e66c] Validation of action 'AddVmNumaNodes' failed for user admin@internal-authz. Reasons: ACTION_TYPE_FAILED_VM_PINNED_TO_MULTIPLE_HOSTS 2018-04-20 05:08:46,753-04 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (default task-6) [] Operation Failed: [Cannot ${action} ${type}. VM must be pinned to a single host.]
If this is indeed a limitation (not sure why), I indeed assume it's a race - I take all hosts that are up and pin it to them. Sometimes there's only 1 up, sometimes more than 1. I'll post a patch. Y. _______________________________________________
Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

On Fri, Apr 20, 2018 at 10:23 PM, Yaniv Kaul <ykaul@redhat.com> wrote:
On Fri, Apr 20, 2018 at 9:29 PM, Milan Zamazal <mzamazal@redhat.com> wrote:
Hi, I experienced the following OST failure on my OST patch:
http://jenkins.ovirt.org/job/ovirt-system-tests_master_check -patch-el7-x86_64/5217/
The failure is unrelated to my patch, since it occurred before reaching its changes. OST passed when I retriggered it later.
The error was:
2018-04-20 05:08:46,748-04 WARN [org.ovirt.engine.core.bll.numa.vm.AddVmNumaNodesCommand] (default task-6) [a8a3d723-655c-43ba-9776-70eb9317e66c] Validation of action 'AddVmNumaNodes' failed for user admin@internal-authz. Reasons: ACTION_TYPE_FAILED_VM_PINNED_TO_MULTIPLE_HOSTS 2018-04-20 05:08:46,753-04 ERROR [org.ovirt.engine.api.restapi. resource.AbstractBackendResource] (default task-6) [] Operation Failed: [Cannot ${action} ${type}. VM must be pinned to a single host.]
If this is indeed a limitation (not sure why), I indeed assume it's a race - I take all hosts that are up and pin it to them. Sometimes there's only 1 up, sometimes more than 1. I'll post a patch.
I've sent a patch[1] - now obviously it's failing with ha_recovery test... Y. [1] https://gerrit.ovirt.org/#/c/90500/
Y.
_______________________________________________
Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
participants (2)
-
Milan Zamazal
-
Yaniv Kaul