]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Move CloneableVD to common functions
authorMarc Koderer <marc@koderer.com>
Mon, 20 Jul 2015 11:26:49 +0000 (13:26 +0200)
committerJohn Griffith <john.griffith8@gmail.com>
Tue, 13 Oct 2015 18:26:20 +0000 (18:26 +0000)
commitbf89833ebf4e05a351bede616e2baba1e6f2600a
tree673ec2a115f348fc70de6e3501157564d0019604
parent7fb767f2d652f070a20fd70d92585d61e56f3a50
Move CloneableVD to common functions

Since every driver implements the functions needed by CloneableVD
we can move it to BaseVD.

Change-Id: I3ce24f9950bfa54c8dc19835f0e19f4c3c5181c8
20 files changed:
cinder/volume/driver.py
cinder/volume/drivers/block_device.py
cinder/volume/drivers/dell/dell_storagecenter_common.py
cinder/volume/drivers/glusterfs.py
cinder/volume/drivers/ibm/gpfs.py
cinder/volume/drivers/ibm/storwize_svc/__init__.py
cinder/volume/drivers/ibm/xiv_ds8k.py
cinder/volume/drivers/netapp/dataontap/fc_7mode.py
cinder/volume/drivers/netapp/dataontap/fc_cmode.py
cinder/volume/drivers/netapp/dataontap/iscsi_7mode.py
cinder/volume/drivers/netapp/dataontap/iscsi_cmode.py
cinder/volume/drivers/netapp/dataontap/nfs_base.py
cinder/volume/drivers/netapp/eseries/fc_driver.py
cinder/volume/drivers/netapp/eseries/iscsi_driver.py
cinder/volume/drivers/prophetstor/dplcommon.py
cinder/volume/drivers/rbd.py
cinder/volume/drivers/san/hp/hp_3par_fc.py
cinder/volume/drivers/san/hp/hp_3par_iscsi.py
cinder/volume/drivers/san/hp/hp_lefthand_iscsi.py
cinder/volume/drivers/tintri.py