+++ This bug was initially created as a clone of Bug #907781 +++
Created attachment 693288[details]
engine.log
Description of problem:
Under windows the ip of the VM is not shown under Guest Agent Data, The format that windows send the MAC is XX-XX-XX-XX-XX-XX and engine only match with MAC format XX:XX:XX:XX:XX:XX
Version-Release number of selected component (if applicable):
rhevm-3.2.0-6.el6ev.noarch
How reproducible:
100%
Steps to Reproduce:
1.Create windows VM with vnic and install guest-agent-tools
2.Configure the VM vnic with IP
Actual results:
Under Virtual Machines > Network Interfaces > <vnic name> > Guest Agent Data no IP of the VM is displayed
Expected results:
Under Virtual Machines > Network Interfaces > <vnic name> > Guest Agent Data the VM IP should be displayed
Additional info:
--- Additional comment from Moti Asayag on 2013-02-05 15:14:21 EST ---
Since the engine allows configuring mac addresses for the VM interfaces only by the colons format (XX:XX:XX:XX:XX:XX), I suggest we adjust the reported MAC addresses format reported by the agents to the supported format by the engine (basically replacing "-" with ":").
Bug was cloned since the issue should also be solved in guest agent itself, currently there are is a difference in MAC address format coming from Windows guest agent.
Comment 3Vinzenz Feenstra [evilissimo]
2013-04-02 10:01:10 UTC