Bug 1169139
Summary: | Incorrect LAN interface speed (Saying 10G instead of 1G) | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Mohyedeen Nazzal <Mohyedeen.Nazzal> | ||||||
Component: | ovirt-engine-core | Assignee: | bugs <bugs> | ||||||
Status: | CLOSED NOTABUG | QA Contact: | Pavel Stehlik <pstehlik> | ||||||
Severity: | low | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | unspecified | CC: | danken, dfediuck, ecohen, fdeutsch, gklein, iheim, lsurette, lvernia, Mohyedeen.Nazzal, rbalakri, yeylon | ||||||
Target Milestone: | --- | ||||||||
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: | 2014-12-01 20:14:07 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Mohyedeen Nazzal
2014-11-30 17:07:28 UTC
The Guest Nic is supposed to be the same as the Host Nic "Same speed", the acctual results are different. When creating a new virtual machine and deploy it on a host with 1GB Nic. Attach that interface to the GuestVM, the Nic speed will become 10GB .... Could you share the output of vdsClient -s 0 getAllVmStats ? Created attachment 963173 [details]
vdsClient -s 0 getAllVmStats
VM Stats.
For the record: nic "speed", and even more so vnic "speed", is a fake number that should not be taken too seriously. Actual traffic limit can be much more or much less than the stated speed. Regarding the vdsm output: it is clear that vdsm reports all vnic with 'speed': '1000' so maybe Engine can tell why turned into 10G. Lior tells me that the 10G is what the Windows (or some monitoring tool) reports within the guest. This is a reasonable fake number, since the vNIC is of virtio type, and it is capable of such speeds (inside the host). Communication out of the host are limited by the bottle neck on the way to a destination. This can be the host vNIC, or a loaded switch on the way. In my opinion it is not a bug. It's just a fact of life that NIC "speeds" should not be taken too seriously. Created attachment 963579 [details]
LAN Interface Speed
Just noticed that the screenshot wasn't attached here but to the mail on users, so attaching for future reference...
|