Comment 13 for bug 1869712

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

Reviewed: https://review.opendev.org/718401
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=89aa8939aa53e52254e4f98da0d80a76ef12b9e7
Submitter: Zuul
Branch: stable/train

commit 89aa8939aa53e52254e4f98da0d80a76ef12b9e7
Author: Jose Castro Leon <email address hidden>
Date: Tue Apr 7 11:24:00 2020 +0200

    Remove provisioned calculation on non thin provision backends

    On those backends, there is no need to calculate provisioned_capacity_gb
    as it is not used during the scheduling. This calculation was not
    scaling properly on big environments as it implies many database
    queries.

    Closes-Bug: #1869712

    Change-Id: Icb8947991723a2a1cc334a72276a35cf50fc1b7d
    (cherry picked from commit 2c30fed486320ec5ba88f21ae3df14b14da6eb35)