Created attachment 598891[details]
Network_Interfaces
Description of problem:
On RHEVM webadmin > Host > Network interfaces the speed for some interfaces are '0' even if the interface is up with speed 1000.
vdsClient -s 0 getVdsCaps:
'eth1': {'hwaddr': '00:15:17:3D:CD:CF', 'netmask': '', 'speed': 1000, 'addr': '', 'mtu': '1500'},
'eth0': {'hwaddr': '00:15:17:3D:CD:CE', 'netmask': '', 'speed': 1000, 'addr': '', 'mtu': '1500'}}
[root@orchid-vds2 ~]# cat /sys/class/net/eth1/speed
1000
[root@orchid-vds2 ~]# cat /sys/class/net/eth0/speed
1000
On webadmin interfa speed for eth0 and eth1 is '0'
Version-Release number of selected component (if applicable):
rhevm-3.1.0-6.el6ev.noarch
Actual results:
Interface speed is '0' on webadmin
Expected results:
Interface speed should be 1000 on webadmin
(In reply to comment #3)
> To reproduce:
>
> Open SetupNetworks and attach network to interface.
> The interface should set to UP and the speed is still 0
My guess is that if you start with the interface down, and use setupNetwork to enabled it, getVdsStats would keep reporting it as '0' speed. Is this the case?
If so, this does not seem to be a regression.
(In reply to comment #10)
> Is this by any chance related to bug 709674 ?
don't think so - in his case, nic information is correlated between getVdsCaps and getVdsStats, where in our case, information is missing from getVdsStats.
Created attachment 598891 [details] Network_Interfaces Description of problem: On RHEVM webadmin > Host > Network interfaces the speed for some interfaces are '0' even if the interface is up with speed 1000. vdsClient -s 0 getVdsCaps: 'eth1': {'hwaddr': '00:15:17:3D:CD:CF', 'netmask': '', 'speed': 1000, 'addr': '', 'mtu': '1500'}, 'eth0': {'hwaddr': '00:15:17:3D:CD:CE', 'netmask': '', 'speed': 1000, 'addr': '', 'mtu': '1500'}} [root@orchid-vds2 ~]# cat /sys/class/net/eth1/speed 1000 [root@orchid-vds2 ~]# cat /sys/class/net/eth0/speed 1000 On webadmin interfa speed for eth0 and eth1 is '0' Version-Release number of selected component (if applicable): rhevm-3.1.0-6.el6ev.noarch Actual results: Interface speed is '0' on webadmin Expected results: Interface speed should be 1000 on webadmin