Comment 3 for bug 2032929

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/892648
Committed: https://opendev.org/openstack/neutron/commit/a3a113aedbf40fdb8d90179033773a9d225a0735
Submitter: "Zuul (22348)"
Branch: master

commit a3a113aedbf40fdb8d90179033773a9d225a0735
Author: Elvira García <email address hidden>
Date: Thu Aug 24 10:31:30 2023 +0200

    [OVN] Fix rate and burst for stateless security groups

    Right now, as per kernel limitation, the burst limit is not correctly
    enforcing the rate and burst when using the ovn "log-related" option and
    stateless security groups. We log exactly double the burst. Creating a
    new meter that limits the rate and burst to half of the expected ones is
    a workaround that solves the issue.

    Closes-bug: #2032929

    Signed-off-by: Elvira García <email address hidden>
    Change-Id: Ib0047d38c58bcebb23c8887e7934987ff8c8a432