Description of problem: In the old setup networks api there was the ability to see if the following properties are out-of-sync ('out-of-sync'=the logical network/host network qos has different values than the host reported interface- vdsNetworkInterface)- mtu, vlan and QoS (outAverageLinkshare, outAverageUpperlimit and outAverageRealtime). The new HostSetupNetworks api introduces new entity- NetworkAttachment, which allows tracking also the sync status of the following properties- IpConfiguration (boot protocol, ip address, netmask/prefix and gateway) and overriden QoS. However, the current code (engine and ui) still doesn't support showing the sync status of those properties. Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. Change the 'ip' of a network via the host 2. Mark the qos of the host network as overridden-> change the 'outAverageLinkshare' manually on the host 3. Call refresh caps Actual results: The 'ip' and 'outAverageLinkshare' are not marked as 'out-of-sync'. Expected results: The 'ip' and 'outAverageLinkshare' are marked as 'out-of-sync'. Additional info:
Tested and verified on - 3.6.0-0.18.el6 with vdsm-4.17.8-1.el7ev.noarch Difference recognized between Host and DC when changing manually network properties on host --> Host Qos (with tc command) Bootproto(with vdsClient setup networks command) IP Netmask This properties marked as out-of-sync ^^ - For gateway change on host i opened a separate BZ 1270688
oVirt 3.6.0 has been released on November 4th, 2015 and should fix this issue. If problems still persist, please open a new BZ and reference this one.