Comment 2 for bug 1264053

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

Reviewed: https://review.openstack.org/63997
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=5fe07c1be34a73c457bd8e6b8a86bfc6e53567d5
Submitter: Jenkins
Branch: master

commit 5fe07c1be34a73c457bd8e6b8a86bfc6e53567d5
Author: ling-yun <email address hidden>
Date: Wed Dec 25 16:03:27 2013 +0800

    Redundant size check in volume restore api

    In cinder volume restore api, we do twice size check when restore volume
    with a given volume uuid. It's necessary to remove the redundant check.

    Change-Id: I8f240b2c0d1014d212ff56c2c9b5e193f9d552bd
    Closes-Bug: #1264053