Description of problem: ovirt network qos relies on libvirt qos elements inside the domain.xml however, libvirt fails badly at enforing per device qos rules instead it filters per protocol and just filters ipv4 traffic. this leads to no network qos available for other protocols like ipv6. Version-Release number of selected component (if applicable): tested in engine 3.3.3 el6 should reproduce in latest master, even on fedora How reproducible: alwayss Steps to Reproduce: 1. create vnic profile with qos, attach to vm_nic 2. start vm with ipv4 and ipv6 and test vs ipv6 host 3. Actual results: qos outbound doesn't work because ipv6 traffic is ignored Expected results: it should 'just work' (TM) Additional info: See upstream Bug: BZ 1084444
The problem is on the libvirt side, due to tc filters matching 'protocol ip'. I'll send libvirt a patch.
This is an automated message. oVirt 3.4.1 has been released. This issue has been retargeted to 3.5.0 since it has not been marked as high priority or severity issue, please retarget if needed.
libvirt-0.10.2-29.el6_5.8 which fixes this bug is now out.