Comment 2 for bug 1626523

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

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

commit ec0cda28cd3399a312cc28a58b13a1ff3891fad1
Author: Rodrigo Barbieri <email address hidden>
Date: Mon Nov 28 15:15:42 2016 -0200

    Fix share writable in host-assisted migration

    For drivers that implement update_access always through recovery
    mode, access rules previously set to read-only were being reset
    to read-write when the Data Service was adding/removing its access
    rule.

    Fixed it by integrating the logic that casts DB rules to read-only
    into access helper class.

    Change-Id: Ife35dcdb99dffa2f266b5c2f6a68fe163da7edd3
    Closes-bug: #1626523