OST 004_basic_sanity.runVm()

In a manual jenkins run [1] run vm once fails because of 'CPU-Level' with traceback [2]. engine.log [3]: 2018-02-14 07:11:02,272-05 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (default task-20) [7d3b5606-16d7-4749-858c-8e6859135999] Running command: RunVmOnceCommand internal: false. Entities affected : ID: cedb8d45-a3f3-4475-b494-fb9e9aaaeb93 Type: VMAction group RUN_VM with role type USER, ID: cedb8d45-a3f3-4475-b494-fb9e9aaaeb93 Type: VMAction group EDIT_ADMIN_VM_PROPERTIES with role type ADMIN 2018-02-14 07:11:02,276-05 DEBUG [org.ovirt.engine.core.common.di.interceptor.DebugLoggingInterceptor] (default task-20) [7d3b5606-16d7-4749-858c-8e6859135999] method: getVmManager, params: [cedb8d45-a3f3-4475-b494-fb9e9aaaeb93], timeElapsed: 4ms 2018-02-14 07:11:02,288-05 DEBUG [org.ovirt.engine.core.common.di.interceptor.DebugLoggingInterceptor] (default task-20) [7d3b5606-16d7-4749-858c-8e6859135999] method: getAllForClusterWithStatus, params: [91d42c1f-07f5-4ef8-ae09-8da2481f6e65, Up], timeElapsed: 5ms 2018-02-14 07:11:02,289-05 INFO [org.ovirt.engine.core.bll.scheduling.SchedulingManager] (default task-20) [7d3b5606-16d7-4749-858c-8e6859135999] Candidate host 'lago-basic-suite-master-host-0' ('ad4e3763-233c-4ae1-95c8-b23ba4ffd60a') was filtered out by 'VAR__FILTERTYPE__INTERNAL' filter 'CPU-Level' (correlation id: 7d3b5606-16d7-4749-858c-8e6859135999) 2018-02-14 07:11:02,289-05 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (default task-20) [7d3b5606-16d7-4749-858c-8e6859135999] Can't find VDS to run the VM 'cedb8d45-a3f3-4475-b494-fb9e9aaaeb93' on, so this VM will not be run. 2018-02-14 07:11:02,295-05 ERROR [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-20) [7d3b5606-16d7-4749-858c-8e6859135999] EVENT_ID: USER_FAILED_RUN_VM(54), Failed to run VM vm0 (User: admin@internal-authz). anybody? thanks [1] http://jenkins.ovirt.org/job/ovirt-system-tests_manual/2176/ [2] http://jenkins.ovirt.org/job/ovirt-system-tests_manual/2176/artifact/exporte... [3] http://jenkins.ovirt.org/job/ovirt-system-tests_manual/2176/artifact/exporte... -- Eitan Raviv IRC: erav (#ovirt #vdsm #devel #rhev-dev)

Hi Eitan, I ran manual without your patch (from master) and it was successful [1] so I don't think this is something on master. However, please note that last week we had the same issues after 4.3 support was merged [2] Perhaps you can check if the issue is related to those changes (the failures in were in engine due to the vdsm change not merging) [1] http://jenkins.ovirt.org/job/ovirt-system-tests_manual/2179/ [2] https://gerrit.ovirt.org/#/c/87181/ [3] https://gerrit.ovirt.org/#/c/87116/ Thanks, Dafna On Wed, Feb 14, 2018 at 1:31 PM, Eitan Raviv <eraviv@redhat.com> wrote:
In a manual jenkins run [1] run vm once fails because of 'CPU-Level' with traceback [2].
engine.log [3]:
2018-02-14 07:11:02,272-05 INFO [org.ovirt.engine.core.bll.RunVmOnceCommand] (default task-20) [7d3b5606-16d7-4749-858c-8e6859135999] Running command: RunVmOnceCommand internal: false. Entities affected : ID: cedb8d45-a3f3-4475-b494-fb9e9aaaeb93 Type: VMAction group RUN_VM with role type USER, ID: cedb8d45-a3f3-4475-b494-fb9e9aaaeb93 Type: VMAction group EDIT_ADMIN_VM_PROPERTIES with role type ADMIN 2018-02-14 07:11:02,276-05 DEBUG [org.ovirt.engine.core.common.di.interceptor.DebugLoggingInterceptor] (default task-20) [7d3b5606-16d7-4749-858c-8e6859135999] method: getVmManager, params: [cedb8d45-a3f3-4475-b494-fb9e9aaaeb93], timeElapsed: 4ms 2018-02-14 07:11:02,288-05 DEBUG [org.ovirt.engine.core.common.di.interceptor.DebugLoggingInterceptor] (default task-20) [7d3b5606-16d7-4749-858c-8e6859135999] method: getAllForClusterWithStatus, params: [91d42c1f-07f5-4ef8-ae09-8da2481f6e65, Up], timeElapsed: 5ms 2018-02-14 07:11:02,289-05 INFO [org.ovirt.engine.core.bll.scheduling.SchedulingManager] (default task-20) [7d3b5606-16d7-4749-858c-8e6859135999] Candidate host 'lago-basic-suite-master-host-0' ('ad4e3763-233c-4ae1-95c8-b23ba4ffd60a') was filtered out by 'VAR__FILTERTYPE__INTERNAL' filter 'CPU-Level' (correlation id: 7d3b5606-16d7-4749-858c-8e6859135999) 2018-02-14 07:11:02,289-05 ERROR [org.ovirt.engine.core.bll.RunVmCommand] (default task-20) [7d3b5606-16d7-4749-858c-8e6859135999] Can't find VDS to run the VM 'cedb8d45-a3f3-4475-b494-fb9e9aaaeb93' on, so this VM will not be run. 2018-02-14 07:11:02,295-05 ERROR [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-20) [7d3b5606-16d7-4749-858c-8e6859135999] EVENT_ID: USER_FAILED_RUN_VM(54), Failed to run VM vm0 (User: admin@internal-authz).
anybody? thanks
[1] http://jenkins.ovirt.org/job/ovirt-system-tests_manual/2176/ [2] http://jenkins.ovirt.org/job/ovirt-system-tests_manual/2176/ artifact/exported-artifacts/004_basic_sanity.py.junit.xml [3] http://jenkins.ovirt.org/job/ovirt-system-tests_manual/2176/ artifact/exported-artifacts/test_logs/basic-suite-master/pos t-004_basic_sanity.py/lago-basic-suite-master-engine/_var_ log/ovirt-engine/engine.log
-- Eitan Raviv IRC: erav (#ovirt #vdsm #devel #rhev-dev)
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
participants (2)
-
Dafna Ron
-
Eitan Raviv