Comment 2 for bug 1714209

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

Reviewed: https://review.openstack.org/505672
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=42b8b7fe60ffdd7a7772dc0ab228265dc83344bc
Submitter: Jenkins
Branch: master

commit 42b8b7fe60ffdd7a7772dc0ab228265dc83344bc
Author: Goutham Pacha Ravi <email address hidden>
Date: Wed Sep 13 23:54:08 2017 -0600

    NetApp ONTAP: Fix reporting of provisioned_capacity_gb

    The ONTAP drivers in Cinder ("7mode" and "cmode") cannot
    reliably and efficiently track provisioned_capacity_gb as expected
    by the Cinder scheduler.

    The driver authors originally assumed that provisioned_capacity_gb
    is consumed space on the backend. This results in miscalculation of
    over subscription in the Cinder scheduler.

    The fix adopted here is to remove this wrong reporting and rely on
    calculation of the provisioned_capacity_gb in the scheduler.

    Change-Id: Ic106dbcae8ceaac265b710756ab1874e445ca826
    Closes-Bug: #1714209