Comment 18 for bug 2019887

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/883721
Committed: https://opendev.org/openstack/neutron/commit/acbb2927e36c5459a1d283aca36d0c71ad620227
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit acbb2927e36c5459a1d283aca36d0c71ad620227
Author: Elvira García <email address hidden>
Date: Fri May 19 20:30:47 2023 +0200

    [ovn] Avoid unwanted ACL_NOT_FOUND error when deleting log objects

    There is the possibility that db_remove raises an error if an ACL was
    deleted on parallel for other reasons while deleting a log object. On a
    normal situation, this command would remove the no-longer-needed
    'log-related' property, but since the ACL is no longer there, it will
    raise an error. For this case, it is not problematic to have an ACL
    deleted mid-operation, so it should not raise any error.

    Related-Bug: #2019887

    Signed-off-by: Elvira García <email address hidden>
    Change-Id: I154393529134b5861e0ef0283257ef964fe057fd
    (cherry picked from commit e0a2427a2f701adae14cd8196e3c2f064416d044)