Comment 2 for bug 1586593

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

Reviewed: https://review.openstack.org/322405
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=76d7a37afe386ae8ea272faed84d73a2538f72d3
Submitter: Jenkins
Branch: master

commit 76d7a37afe386ae8ea272faed84d73a2538f72d3
Author: Cao ShuFeng <email address hidden>
Date: Sat May 28 05:33:41 2016 -0400

    check quota per_volume_gigabytes for transfer-accept

    Now user can accept a volume which is larger than quota
    "per_volume_gigabytes". With this change, an exception is returned
    to user if the accepting volume is larger than per_volume_gigabytes.

    Change-Id: Ia7809be2ec69b827b2b2a132d598f0cb3eaccff4
    Closes-bug: #1586593