Comment 3 for bug 1561704

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

Reviewed: https://review.openstack.org/301710
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=f56d2fda973cfa3d45e19f18ea2a057b8a9438fd
Submitter: Jenkins
Branch: master

commit f56d2fda973cfa3d45e19f18ea2a057b8a9438fd
Author: Clinton Knight <email address hidden>
Date: Thu Mar 24 15:19:10 2016 -0400

    NetApp cDOT driver should honor reserved percentage

    There is a common manila.conf parameter 'reserved_share_percentage'
    that may be set for each backend, and (if desired) it is the
    driver's responsibility to read this value and report it to the
    scheduler for each pool. The NetApp cDOT driver has never honored
    this value, but it should. This commit makes this change, and it
    removes a couple extraneous capacity fields from the share stats.

    Change-Id: Ice52926033e5fd1fd787b71b0e98adccc1a2cbdc
    Closes-Bug: #1561704