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.
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.
*** This bug has been marked as a duplicate of bug 922398 ***