Bug 1525059
Summary: | No event in timeline for the web console activity in RHV41 | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
Component: | Providers | Assignee: | Piotr Kliczewski <pkliczew> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ilanit Stein <istein> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 5.7.0 | CC: | agrare, bodnopoz, cpelland, gblomqui, hkataria, izapolsk, jfrey, jhardy, mperina, mpovolny, obarenbo, pkliczew, simaishi, tfischer |
Target Milestone: | GA | Flags: | istein:
needinfo-
istein: needinfo+ |
Target Release: | 5.9.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.9.0.13 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1518330 | Environment: | |
Last Closed: | 2018-03-06 15:17:17 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: | 1518330, 1544460 | ||
Bug Blocks: |
Comment 2
CFME Bot
2017-12-12 14:50:24 UTC
Tested on CFME-5.8.3.1/RHV-4.1.8. No Console events were displayed under Timelines. No UNKNOWN events mentioned in evm.log. When moving CFME to api version 4 - The Console events were displayed under the timelines. Piotr, Is this the expected behavior please? Thanks. Comment 3 was mistakenly put here, and was suppose to be added to the 5.8.3 cloned bug 1525583 Tested on CFME-5.9.0.16/RHV-4.1.8: The only Console events displayed under Timelines->Console Activity are only VM_SET_TICKET events. Console events: 1. VM_CONSOLE_CONNECTED 2. VM_CONSOLE_DISCONNECTED are not displayed. Note that on CFME-5.8.3.1 (with api version 4), all the above console events are displayed. Piotr, Would you please check? Thanks. Sure, will verify it. After investigation with boriso it turned out that Console events: 1. VM_CONSOLE_CONNECTED 2. VM_CONSOLE_DISCONNECTED are not displayed, because of Bug 1544460 - "TypeError: no implicit conversion of Symbol into Integer on appending EmsEvent" In evm.log, after those 2 events are caught, such error is seen. When adding CFME the fix for bug 1544460, those 2 events are displayed under timelines. Note that on CFME-5.8.3.1 bug 1544460 do not exist, and thus it worked there. We noticed additional problem: if the VM console is opened, and immediately closed, even if the bug 1544460 is added, VM_CONSOLE_CONNECTED, VM_CONSOLE_DISCONNECTED are not displayed under Timelines * All above testing were by open VM console from CFME side. This bug can be verified once 1544460 move to ON_QA. Verified on CFME-5.9.0.21/RHV-4.1.8.2 All events are now displayed under VM Timelines: 1. VM_SET_TICKET 2. VM_CONSOLE_CONNECTED 3. VM_CONSOLE_DISCONNECTED ERROR: "[TypeError]: no implicit conversion of Symbol into Integer Method:[block in method_missing]", That existed for CFME-5.9.0.20, in evm.log, no longer exist in CFME-5.9.0.21. |