]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Storwize/SVC: Clone between different size volumes
authorXiaoqin Li <lixqin@cn.ibm.com>
Wed, 13 Jan 2016 06:47:42 +0000 (22:47 -0800)
committerXiaoqin Li <lixqin@cn.ibm.com>
Wed, 2 Mar 2016 07:29:38 +0000 (23:29 -0800)
commitd02908ba59fed2a5be6b2158313c3f5044728753
treeb58b815e40ac68c15d09bcebb777947334458b23
parent9e84c095aeae4a1eb1f5b990d77d5c7a5a16f1f2
Storwize/SVC: Clone between different size volumes

The source volume size is equal to target volume size
in most cases of create_cloned_volume. But in some
scenario, the target volume size may be bigger
than the source volume size. SVC driver should
support such scenario.

Change-Id: I1598381037a516dca611f5060d3f41195bbe3e17
Closes-Bug: 1533188
cinder/tests/unit/test_storwize_svc.py
cinder/volume/drivers/ibm/storwize_svc/storwize_svc_common.py