]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Implement cloned volume for the RBD driver
authorleseb <sebastien.han@enovance.com>
Wed, 15 May 2013 11:45:45 +0000 (13:45 +0200)
committerleseb <sebastien.han@enovance.com>
Wed, 15 May 2013 11:45:45 +0000 (13:45 +0200)
commit4d522b9dc2cf0c727ff65e533241a8302b68ddf8
treecf1273be64bd17f3d0333dabf06a825aab0004e3
parent180a3209e71c24c0d340edd611fafb9132cf9868
Implement cloned volume for the RBD driver

This adds the support for cloned volume to the RBD driver. This is perform by the
create option --source-volid. Since the clone is pure copy of a volume,
we don't use the clone capability from RBD and simply copy the source
image.

Change-Id: I3b73bc77b74767ffe3583422f56b3603594589ce
Implements: blueprint implement-cloned-volume-for-rbd
cinder/volume/drivers/rbd.py