]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add optimized volume migration to Storwize/SVC
authorAvishay Traeger <avishay@il.ibm.com>
Wed, 10 Jul 2013 10:59:51 +0000 (13:59 +0300)
committerAvishay Traeger <avishay@il.ibm.com>
Tue, 27 Aug 2013 10:00:14 +0000 (13:00 +0300)
commit1cbf6c3c00c03c5acd86bcc6dddfc9822b19120f
tree86a2396c3b561cbea066f42df245ad7ac112b693
parentef4d1084f44cd90e366256086fbd55b55a21326c
Add optimized volume migration to Storwize/SVC

Add an optimized migration path for when the source and destination are
managed by the same storage. If the source and destination pools have
the same extent_size, it will use the optimal migratevdisk command.
Otherwise, it will use addvdiskcopy and rmvdiskcopy, which must be
watched until the copies are sync'ed.

Change-Id: Ic6069422f5ac7f963f4b1268c0d632a038a8474f
cinder/tests/test_storwize_svc.py
cinder/volume/drivers/storwize_svc.py