]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix bug in rbd driver: the cloned volume size is wrong
authorwuyuting <wytdahu@gmail.com>
Sun, 18 Jan 2015 22:32:34 +0000 (06:32 +0800)
committerwuyuting <wytdahu@gmail.com>
Wed, 21 Jan 2015 18:41:26 +0000 (02:41 +0800)
commitae375ebb9d64f67767838d91c5d007fee93f4f63
treef235456eedd6a708768b0804c819050666d9dcd1
parenteb107145173fb71314de9b10cf3ca50c74442519
Fix bug in rbd driver: the cloned volume size is wrong

The cloned volume size is wrong when the size is different
from source volume. This is because rbd driver doesn't
resize the volume when clone has completed.

Change-Id: If953441b2c24dee46bd64e6d4b8f4d3ab116f0fa
Closes-Bug: #1412317
cinder/tests/test_rbd.py
cinder/volume/drivers/rbd.py