]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Refactor LVM driver to use Brick VG utility
authorJohn Griffith <john.griffith@solidfire.com>
Mon, 22 Jul 2013 16:39:54 +0000 (10:39 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Fri, 16 Aug 2013 22:45:52 +0000 (16:45 -0600)
commitb69990682b4aaa4eefd1e806e9ca85745acdc98d
tree0a740d3e8408ab20d14de84a00bdae3b4c8ce1e8
parentf88732fdd5b172a3762cebc84eec6ccf56fd16c3
Refactor LVM driver to use Brick VG utility

Refactor the LVM driver to utilize bricks LVM
module.  This includes significant modification to
tests and fake objects related to testing.

implements blueprint: refactor-lvm-and-iscsi-driver

Change-Id: I94e41abf90d0c5b77e732d40ed8b81b0a2f5d7dd
cinder/brick/local_dev/lvm.py
cinder/tests/api/contrib/test_admin_actions.py
cinder/tests/brick/fake_lvm.py [new file with mode: 0644]
cinder/tests/brick/test_brick_lvm.py
cinder/tests/fake_driver.py
cinder/tests/test_volume.py
cinder/volume/drivers/lvm.py
cinder/volume/utils.py