Bug 951916

Summary: rhevm-guest-agent-1.0.7-4 reports to the engine as "rhevm-guest-agent" and should be reported as "RHEV-Agent" (old guest-agent).
Product: Red Hat Enterprise Virtualization Manager Reporter: Meni Yakove <myakove>
Component: ovirt-guest-agentAssignee: Barak <bazulay>
Status: CLOSED DUPLICATE QA Contact: Meni Yakove <myakove>
Severity: high Docs Contact:
Priority: urgent    
Version: 3.2.0CC: acathrow, alkaplan, dyasny, iheim, michal.skrivanek, mkenneth
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: virt
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-15 07:22:14 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:
Embargoed:

Description Meni Yakove 2013-04-14 11:46:38 UTC
Description of problem:
The new guest-agent (3.2) is reported as "rhevm-guest-agent" to the engine and old guest-agent is reported as RHEV-Agent to engine . 
This causes the old code that is used to determine if guest-agent is installed on the VM to fail.

like BZ https://bugzilla.redhat.com/show_bug.cgi?id=923889 

Version-Release number of selected component (if applicable):
guest-agent - rhevm-guest-agent-common-1.0.7-4.el6ev 
rhevm - rhevm-3.2.0-10.19.beta2.el6ev.noarch


Actual results:
guest-agent reports "rhevm-guest-agent <VERSION>" to the engine.

Expected results:
guest-agent reports "RHEV-Agent" to the engine.

Comment 1 Alona Kaplan 2013-04-14 12:30:58 UTC
The engine determines whether the vm has an agent by checking if one of the strings in the reported app-list contains the string "rhev-agent".

The new reported name "rhevm-guest-agent <VERSION>" doesn't contain "rhev-agent" string, so the engine considers the vm as vm with no agent.

Comment 2 Michal Skrivanek 2013-04-15 07:22:14 UTC

*** This bug has been marked as a duplicate of bug 922398 ***