Comment 10 for bug 1888905

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

Reviewed: https://review.opendev.org/744231
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=4dff4e37c237fb196700a98b08bd3843000b01f4
Submitter: Zuul
Branch: stable/rocky

commit 4dff4e37c237fb196700a98b08bd3843000b01f4
Author: Goutham Pacha Ravi <email address hidden>
Date: Fri Jul 24 15:56:57 2020 -0700

    Fix fallback share group snapshot implementation

    When a share driver does not provide the capability
    to create share group snapshots, the share manager
    iterates over the shares in the group and invokes the
    driver method to snapshot the shares. However, the
    create and delete routines in this fallback path
    did not include some attributes necessary for the
    operation in many drivers.

    Change-Id: Id5a9467247df1d8f0ec6dee3fae842ba673c34ed
    Closes-Bug: #1888905
    Signed-off-by: Goutham Pacha Ravi <email address hidden>
    (cherry picked from commit a398743264023660c1c6dc441a9847ba9a3cabfa)
    (cherry picked from commit e49075dfee4c586ea024b14005f65b8d52bd3cc4)
    (cherry picked from commit 4ac14e017ba079795071592b7493c7f8b3e9ac8f)
    (cherry picked from commit edab20c26fbe2d7908772409f4a412c055910b04)