cinder/cinder/brick
Eric Harney 02521d19fc LVM: fix _create_vg
Call _create_vg instead of create_volume()
to create VGs.

This would break cases where the LVM code
is trying to create VGs on top of PVs.

Closes-Bug: #1915439
Change-Id: I4ada6f9c1bddcdfac61fcd9d3436ef37a7e104cc
2021-02-11 13:55:50 -05:00
..
local_dev LVM: fix _create_vg 2021-02-11 13:55:50 -05: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.