Comment 2 for bug 1888905

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

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

commit a398743264023660c1c6dc441a9847ba9a3cabfa
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>