]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
NetApp fix create vol different size than snapshot
authorNavneet Singh <singn@netapp.com>
Tue, 30 Jul 2013 05:34:20 +0000 (11:04 +0530)
committerNavneet Singh <singn@netapp.com>
Wed, 31 Jul 2013 18:20:44 +0000 (23:50 +0530)
commit204c3a30afd5c4d2f9e595a7c64b187e1a0531c2
tree23f01fa15411214a6cf3f00e4c5cba28c6862b9d
parent26044e7ccdc8ecb2286b676a8d85f0417b256976
NetApp fix create vol different size than snapshot

This fixes the issue of creating vol of different
size than snapshot and creating cloned vol of
different size than original.

This change adds a lot of additional LUN geometry
and sub-LUN cloning code which is neccesary to
support extreme resizes, since normal resize
operations are limitted to be within a certain factor
of the original LUN size.

Closes-Bug:#1098581

Change-Id: I8652bfaa67c12c790fa80650a051497f70279b9c
cinder/tests/test_netapp.py
cinder/tests/test_netapp_nfs.py
cinder/volume/drivers/netapp/api.py
cinder/volume/drivers/netapp/iscsi.py
cinder/volume/drivers/netapp/nfs.py