]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Update EMC SMI-S iSCSI Driver
authorXing Yang <xing.yang@emc.com>
Thu, 17 Jan 2013 21:33:47 +0000 (16:33 -0500)
committerXing Yang <xing.yang@emc.com>
Tue, 22 Jan 2013 15:40:47 +0000 (10:40 -0500)
commit4c2cfaa985c57c14400d5c8604b4215c41a66f65
tree4502db9ad556fa219c569b5264df6c8336c90f75
parentd3324a35adc6bdba9b58a1bc2dbb6d9654e8936a
Update EMC SMI-S iSCSI Driver

Refactor EMC SMI-S based iSCSI driver.  There are lots of common code
that can be shared between iSCSI and FC drivers using SMI-S.  Break
the original emc.py into two files: emc_smis_common.py and
emc_smis_iscsi.py.  Also added support for get_volume_stats() and
create_cloned_volume().  get_volume_stats() will be revisited after
winston-d's changes.  copy volume<->image will be revisited after
avishay-il's changes.

Change-Id: I90dc3599ec2fd5bb86a3e988111a8aee5de7efea
cinder/tests/test_emc.py
cinder/volume/drivers/emc/__init__.py [new file with mode: 0644]
cinder/volume/drivers/emc/emc_smis_common.py [moved from cinder/volume/drivers/emc.py with 86% similarity]
cinder/volume/drivers/emc/emc_smis_iscsi.py [new file with mode: 0644]