]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
EMC ScaleIO - fix bug in extend volume
authorMatan Sabag <matan.sabag@emc.com>
Sat, 30 Jan 2016 22:09:27 +0000 (14:09 -0800)
committerMatan Sabag <matan.sabag@emc.com>
Tue, 16 Feb 2016 08:03:02 +0000 (00:03 -0800)
commit164010ab0cdcd6b3a9f280793a460a7f1fd9f4aa
treeab3aaa61106ecb84ef9209d01752a7a75d1cf500
parent4856d5acbc5903f642e72de1937a465ca43cfc3d
EMC ScaleIO - fix bug in extend volume

Our storage system works in 8GB granularity.
If User extends volume from X to Y while X==Y(mod 8)
it is redundant and fails the REST call.

DocImpact
Closes-Bug: #1539099

Change-Id: I75bc5bbffa506c4cb29d9741f8f54874290c0101
cinder/tests/unit/volume/drivers/emc/scaleio/test_extend_volume.py
cinder/volume/drivers/emc/scaleio.py