| Summary: | [ovirt-guest-agent] rhevm-guest-agent on RHEL5 is not reported in appsList because pattern is RHEL6 specific | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Jiri Belka <jbelka> | ||||
| Component: | ovirt-guest-agent | Assignee: | Vinzenz Feenstra [evilissimo] <vfeenstr> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Jiri Belka <jbelka> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.3.0 | CC: | acathrow, eedri, iheim, lbopf, mavital, michal.skrivanek, mkenneth, yeylon | ||||
| Target Milestone: | --- | Keywords: | ZStream | ||||
| Target Release: | 3.4.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | virt | ||||||
| Fixed In Version: | rhevm-guest-agent-1.0.8-9.el5 | Doc Type: | Bug Fix | ||||
| Doc Text: |
Previously, rhevm-guest-agent on RHEL5 was not reported in appsList, because the pattern was RHEL6 specific. Now, the pattern has been corrected, and rhevm-guest-agent is reported in appsList on RHEL5.
|
Story Points: | --- | ||||
| Clone Of: | |||||||
| : | 1069221 (view as bug list) | Environment: | |||||
| Last Closed: | 2014-06-09 13:43:38 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1069221, 1078909, 1142926 | ||||||
| Attachments: |
|
||||||
Created attachment 834308 [details]
Proposed fix for the guest agent fix
moving to 3.3.2 since 3.3.1 was built and moved to QE. if this is still targeted for z-stream, please clone bug to 3.3.2. Broken conflict comparison. 13:01 < vfeenstr> jbelka|lunch: I see, I messed that up the comparison -_- ok, rhevm-guest-agent-1.0.8-10.el5ev Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-0654.html |
Description of problem: rhevm-guest-agent on RHEL5 is not reported in appsList because pattern is RHEL6 specific. silly issue... # grep ^appl /etc/ovirt-guest-agent.conf ; rpm -qa | grep rhevm-guest ; cat /etc/redhat-release applications_list = kernel rhevm-guest-agent-common xorg-x11-drv-qxl linux-image xserver-xorg-video-qxl rhevm-guest-agent-1.0.8-5.el5ev Red Hat Enterprise Linux Client release 5.10 (Tikanga) # vdsClient -s 0 getVmStats c3f32ef3-2d0b-4f9d-9874-c054b976a8a0 | grep appsList appsList = ['kernel-2.6.18-371.1.2.el5', 'kernel-2.6.18-371.el5'] Version-Release number of selected component (if applicable): rhevm-guest-agent-1.0.8-5.el5ev How reproducible: 100% Steps to Reproduce: 1. install agent 2. check if reported 3. Actual results: not reported Expected results: reported :) Additional info: rhel5 opposes novelties!