Bug #568
VM poll cannot handle multiple NICs
Status: | Closed | Start date: | 04/08/2011 | |
---|---|---|---|---|
Priority: | Normal | Due 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
bug #568: get network consumption from all interfaces (kvm)
bug #568: get network consumption from all interfaces (kvm)
(cherry picked from commit 79f6fad41d2b09f97c931ad97baed764de10894c)
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