Comment 1 for bug 1617461

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

Reviewed: https://review.openstack.org/361473
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=3e96712c47dd490a43216069033927ff1c73feb5
Submitter: Jenkins
Branch: master

commit 3e96712c47dd490a43216069033927ff1c73feb5
Author: Rodrigo Barbieri <email address hidden>
Date: Fri Aug 26 18:13:00 2016 -0300

    Fix race condition updating routes

    Generic driver updates routes on host according to the tap
    interfaces created for use by share servers. That code
    should be within a lock to prevent a thread failing to delete
    a route previously listed and already deleted by another thread.

    This change moves an existing lock to the function that
    performs route changes while also covering the function
    that had the lock before.

    Closes-bug: #1617461

    Change-Id: I798e5d9b0bc9ebefc8661d0ade720c60303cf484