Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 841242

Summary: beta 3 - 3.1 [Network] Network Interface speed shows '0' speed while VDSM report otherwise
Product: Red Hat Enterprise Virtualization Manager Reporter: Meni Yakove <myakove>
Component: ovirt-engineAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 3.1.0CC: alkaplan, bazulay, danken, dyasny, ecohen, hateya, iheim, lpeer, masayag, mkolesni, Rhev-m-bugs, sgrinber, yeylon, ykaul
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: network
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-12 12:23:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Network RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Network_Interfaces none

Description Meni Yakove 2012-07-18 13:45:11 UTC
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

Comment 3 Meni Yakove 2012-08-12 14:38:33 UTC
To reproduce:

Open SetupNetworks and attach network to interface.
The interface should set to UP and the speed is still 0

Comment 8 Dan Kenigsberg 2012-08-13 08:23:43 UTC
(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.

Comment 9 Meni Yakove 2012-08-13 12:24:15 UTC
I ifup eth1 on my host and then add network using SetupNetwork and the speed report is still 0.

Comment 10 Mike Kolesnik 2012-08-15 07:52:05 UTC
Is this by any chance related to bug 709674 ?

Comment 12 Haim 2012-08-19 14:50:46 UTC
(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.

Comment 13 Moti Asayag 2012-09-12 12:23:24 UTC

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