cinder/cinder/brick
Eric Harney 1c2bfa9e4f LVM: Don't initialize VG with lvm_type='auto'
The 'auto' arg should be translated to 'thin'
for the lvm.LVM() call.

Otherwise the checks for lvm_type=='thin' in the LVM()
code do not function as intended.

Closes-Bug: #1701547

Change-Id: Ifad854e6f0ef23085ff7af608e290e62c2ad2554
(cherry picked from commit 7033774fbb)
2017-07-13 15:35:49 +00:00
..
local_dev LVM: Don't initialize VG with lvm_type='auto' 2017-07-13 15:35:49 +00:00
README.txt Remove Brick from cinder codebase 2015-05-11 08:23:27 -07:00
__init__.py Empty files shouldn't contain copyright nor license 2013-12-26 22:45:17 -06:00

README.txt

Brick has been migrated to a new standalone
pypi library called os-brick.

We are leaving the local_dev directory here for the time
being until we can migrate it to a new home.