Comment 2 for bug 1161841

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

Reviewed: https://review.openstack.org/25783
Committed: http://github.com/openstack/cinder/commit/cabca4fd3046503bcd917eba0cdd400491ba89cd
Submitter: Jenkins
Branch: master

commit cabca4fd3046503bcd917eba0cdd400491ba89cd
Author: Jean-Baptiste RANSY <email address hidden>
Date: Sat Mar 30 15:25:29 2013 +0100

    Prevent create volume from snapshot with bad size

    Prevent to create a volume from a snapshot with a volume size less
    than the snapshot size.

    Check if a volume size is specified that it is less than
    the snapshot size.

    Raise a exception if it's lesser.

    Fixes bug 1161841

    Change-Id: Ic1afbfb025ce0b3906c35c6c50a71734d74a9851