Comment 2 for bug 2033604

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

Reviewed: https://review.opendev.org/c/openstack/manila/+/893345
Committed: https://opendev.org/openstack/manila/commit/9e835496dc2e87d1137749e6420852e41735bf4f
Submitter: "Zuul (22348)"
Branch: master

commit 9e835496dc2e87d1137749e6420852e41735bf4f
Author: Kiran Pawar <email address hidden>
Date: Thu Aug 31 08:33:54 2023 +0000

    Fix count in the response of shares/snapshots list API

    Share/Snapshot list API returns count of shares/snapshotsi along-with
    list of resource objects. The list returned by API contains correct
    entries of shares/snapshots but it returns the wrong count as it
    ShareInstances/SnapshotInstances. So filter queries by unique
    share_id/snapshot_id.

    Closes-bug: #2033604
    Change-Id: I13c415767b0d126563f9553df415de564b3901d6