Comment 3 for bug 1896322

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

Reviewed: https://review.opendev.org/752789
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=40b12b23af17a70d22780dfefe1c6689698f9693
Submitter: Zuul
Branch: master

commit 40b12b23af17a70d22780dfefe1c6689698f9693
Author: Douglas Viroel <email address hidden>
Date: Sat Sep 19 07:10:34 2020 -0300

    Fix manage share server for container in Focal

    While managing share server using newest versions of the
    Open vSwitch, some of the interface external-ids are being
    saved without quotation marks around the container name.
    This causes the regex to fail on filtering the correct
    network interface and fail on manage share server operation.

    An alternative would be to always set the quotation mark
    around the container name, but this is not accepted and dropped
    by the Open vSwitch. Instead, the search regex was updated and
    now it accepts both modes:
    i) manila-container=manila_85fd0ad7_f614_46e3_bad3_f19eae36f6ea
    ii) manila-container="manila_85fd0ad7_f614_46e3_bad3_f19eae36f6ea"

    Closes-Bug: #1896322

    Change-Id: Ia24e7cd186cfa23fdfb267ce9b6155ff3d93d5d2
    Signed-off-by: Douglas Viroel <email address hidden>