Bug 1544460

Summary: TypeError: no implicit conversion of Symbol into Integer on appending EmsEvent
Product: Red Hat CloudForms Management Engine Reporter: Satoe Imaishi <simaishi>
Component: ProvidersAssignee: Boriso <bodnopoz>
Status: CLOSED CURRENTRELEASE QA Contact: Ilanit Stein <istein>
Severity: medium Docs Contact:
Priority: high    
Version: 5.9.0CC: gblomqui, gtanzill, hkataria, istein, jfrey, jhardy, lavenel, mgoldboi, mperina, mpovolny, obarenbo
Target Milestone: GA   
Target Release: 5.9.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.9.0.21 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1537139 Environment:
Last Closed: 2018-03-06 15:19:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: RHEVM Target Upstream Version:
Embargoed:
Bug Depends On: 1537139    
Bug Blocks: 1525059    

Comment 2 CFME Bot 2018-02-12 14:55:52 UTC
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(-)

Comment 3 Ilanit Stein 2018-02-15 08:07:53 UTC
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.