]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Transition LVM Driver to use Target Objects
authorJohn Griffith <john.griffith8@gmail.com>
Tue, 18 Nov 2014 00:46:54 +0000 (00:46 +0000)
committerJohn Griffith <john.griffith8@gmail.com>
Fri, 2 Jan 2015 20:13:42 +0000 (13:13 -0700)
commit9651f547147188645942466602c92cce06666483
treea08bcbd44b27023229a97b33202e77de4b86617d
parent1283b4c6a8be1eeff5b74214e0f94a2a21f3df0c
Transition LVM Driver to use Target Objects

This patch refactors the LVM Driver to take a
seperate Target object instead of mixing the
control and data path implementations inside the
driver itself.

It removes the volume/iscsi.py and brick/iscsis/*
files which were duplicating code and actually
very messy in terms of where calls were actually
being implemented.

Change-Id: I43190d1dac33748fe55fa00f260f32ab209be656
17 files changed:
cinder/brick/iscsi/__init__.py [deleted file]
cinder/brick/iscsi/iscsi.py [deleted file]
cinder/tests/api/contrib/test_admin_actions.py
cinder/tests/fake_driver.py
cinder/tests/test_block_device.py
cinder/tests/test_iscsi.py [deleted file]
cinder/tests/test_solidfire.py
cinder/tests/test_volume.py
cinder/volume/driver.py
cinder/volume/drivers/block_device.py
cinder/volume/drivers/lvm.py
cinder/volume/drivers/srb.py
cinder/volume/iscsi.py [deleted file]
cinder/volume/targets/driver.py
cinder/volume/targets/fake.py
cinder/volume/targets/iet.py
cinder/volume/targets/iscsi.py