mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
util: Fix typo in virNetDevOpenvswitchInterfaceSetQos
The typo is causing virtqemud to crash when starting a domain with ovs bridge interface and QOS. https://issues.redhat.com/browse/RHEL-69840 Fixes: a3b8753db975d8b92b122ccc7daee986974f8b18 Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
be784aa513
commit
dba710374d
@ -958,7 +958,7 @@ virNetDevOpenvswitchInterfaceSetQos(const char *ifname,
|
||||
}
|
||||
|
||||
if (rx) {
|
||||
if (rx->peak && tx->peak != rx->average) {
|
||||
if (rx->peak && rx->peak != rx->average) {
|
||||
VIR_WARN("Setting different 'peak' value than 'average' for QoS for OVS interface %s might have unexpected results",
|
||||
ifname);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user