Bug #568

VM poll cannot handle multiple NICs

Added by Shi Jin over 10 years ago. Updated almost 10 years ago.

Status:ClosedStart date:04/08/2011
Priority:NormalDue date:
Assignee:Javi Fontan% Done:

0%

Category:Drivers - Auth
Target version:Release 3.0
Resolution:fixed Pull request:
Affected Versions:

Description

The "$ONE_LOCATION/lib/remotes/vmm/kvm/poll --kvm" only supports VMs that has a single network interface.
If there are more than one, it does not know how to handle them. For example, it would run the command like

virsh --connect qemu:///system --readonly domifstat one-150 vnet1 vnet2

which does not work with the extra argument.

Also in the accounting design, the NET_TX and NET_RX is associated with VM, meaning you can account only for one network per VM. But in the proper design, this should be associated to the NIC itself so that we can account for multiple NICs per VM.

Associated revisions

Revision 79f6fad4
Added by Javi Fontan almost 10 years ago

bug #568: get network consumption from all interfaces (kvm)

Revision 6fd04f1a
Added by Javi Fontan almost 10 years ago

bug #568: get network consumption from all interfaces (kvm)
(cherry picked from commit 79f6fad41d2b09f97c931ad97baed764de10894c)

Revision a45f7075
Added by Abel Coronado over 3 years ago

F #5241: Updated install.sh (#568)

Revision 70ce299c
Added by Ruben S. Montero over 3 years ago

Revert "F #5241: Updated install.sh (#568)"

This reverts commit a45f7075522c419ae45d35a42381c938cc2a73e0.

History

#1 Updated by Ruben S. Montero over 10 years ago

  • Category set to Drivers - Auth
  • Assignee set to Javi Fontan
  • Target version set to Release 3.0

#2 Updated by Ruben S. Montero almost 10 years ago

  • Assignee deleted (Javi Fontan)

#3 Updated by Ruben S. Montero almost 10 years ago

  • Assignee set to Javi Fontan

#4 Updated by Javi Fontan almost 10 years ago

  • Status changed from New to Closed
  • Resolution set to fixed

Also available in: Atom PDF