]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use base ISCSI driver to fulfill some driver requirements
authorMike Perez <thingee@gmail.com>
Mon, 15 Jul 2013 01:48:54 +0000 (18:48 -0700)
committerMike Perez <thingee@gmail.com>
Mon, 15 Jul 2013 02:20:57 +0000 (19:20 -0700)
commitcc1f16e4c81694d33a755ea50d2630aad8e7e3a2
tree3d8c9c0e17ff0b120bb1b11a51dc560d7838e5f5
parent5610092fc116f7263dbf48e045061c64a0846e10
Use base ISCSI driver to fulfill some driver requirements

Cinder has a list of minimum features that must be implemented by each
driver. This uses the copy_volume_to_image and copy_image_to_volume
implementation from the base ISCSI class. Also use the base for raising
NotImplementedError. This touches the Nexenta and Zadara driver.

Change-Id: I44a347e126a783e38d3a68cba23306a571aec43b
cinder/volume/drivers/nexenta/volume.py
cinder/volume/drivers/zadara.py