os-brick/os_brick/local_dev
Nate Potter e1f9a54625 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: I5c3671043df6e7474acdfcce342d655ac215a461
Closes-bug: #1495560
2016-08-01 20:08:07 +00:00
..
__init__.py os-brick add cinder local_dev lvm code 2016-01-12 08:17:31 -08:00
lvm.py Remove race condition from lvextend 2016-08-01 20:08:07 +00:00