Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix event linking to a disconnected VM
When linking events to a VM we first try [ems_id, ems_ref] which fails to find a disconnected VM because the ems_id is nullified. Next we try by uid_ems but no one was setting the field that we were using so this standardizes on an event key :vm_uid_ems (similar to :vm_location) which can be set by the EventParser to allow events to be connected to VMs after they are disconnected. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1538996
- Loading branch information