Comment 4 for bug 1869712

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

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

commit cd9292b931a0f74079512cd43652129a9c595ee8
Author: Jose Castro Leon <email address hidden>
Date: Tue Mar 31 13:33:07 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.

    Change-Id: If1ea4ceedc495dc6c6e247feccfbdc4899ad725c
    Closes-Bug: #1869712