New commit detected on ManageIQ/manageiq-providers-ovirt/gaprindashvili: https://github.com/ManageIQ/manageiq-providers-ovirt/commit/f859b70ec892c757cab0ba93793b01dbbb2d2c7e commit f859b70ec892c757cab0ba93793b01dbbb2d2c7e Author: Adam Grare <agrare> AuthorDate: Fri Feb 9 21:00:06 2018 -0500 Commit: Satoe Imaishi <simaishi> CommitDate: Mon Feb 12 09:44:04 2018 -0500 Merge pull request #205 from borod108/bugs/1537139events Fix adding vm_location to vm event hash (cherry picked from commit 079cd9c6db150c891bfec73fac30b20be3ed071f) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1544460 .../providers/redhat/infra_manager/event_parsing/strategies/v4.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
This bug was reproduced on CFME-5.9.0.20/RHV-4.1.8.2, by power off VM on RHV side, and generating the error in evm.log, mentioned in the bug description, that followed the USER_STOP_VM event. On CFME-5.9.0.21/RHV-4.1.8.2, this error no longer exist. Event USER_STOP_VM is handled, and also displayed under VM Timelines Power events.