cinder/cinder/brick
Nate Potter 4373e98fa0 Remove race condition from lvextend
Currently it's possible for extend_volume in lvm to return
from the deactivate_lv call and try to extend the volume before
the lv has actually been deactivated. This patch adds logic to
make sure that the lv is deactivated before returning from
deactivate_lv.

Change-Id: Ifc9dcb20e17c60a835e9f3b38c5bffd836fa5188
Closes-bug: #1495560
2016-08-01 20:26:14 +00:00
..
local_dev Remove race condition from lvextend 2016-08-01 20:26:14 +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.