cinder/cinder/privsep
Gorka Eguileor 8e7ead7c27 LVM nvmet: Add support for shared subsystems
LVM target drivers usually only support unique subsystems/targets, so a
specific subsystem/target is created for each volume.

While this is good from a deployment point of view, it is insufficient
from a testing perspective, since it limits the code paths that can be
tested in os-brick.

Being able to test these 2 different paths in os-brick is very
important, because the shared case usually present very particular
issues: Leftover devices caused by race conditions between nova and
cinder, premature subsystem/target disconnection, not disconnecting
subsystem/target, etc.

Thanks to this patch we'll be able to increase the testing possibilities
of the NVMe-oF os-brick connector to cover combinations of:

- Different connection properties formats: old & new
- Different target sharing: shared & non shared

Change-Id: I396db66f72fbf1f31f279d4431c64c9004a1a665
2023-02-03 14:56:19 +01:00
..
targets LVM nvmet: Add support for shared subsystems 2023-02-03 14:56:19 +01:00
__init__.py Implement privsep boilerplate in cinder. 2018-06-06 09:42:54 +08:00
cgroup.py Implement privsep boilerplate in cinder. 2018-06-06 09:42:54 +08:00
fs.py Revert "Remove truncate from rootwrap filters" 2019-03-06 10:08:10 -05:00
lvm.py Replace 'lvconvert' from rootwrap 2019-02-17 14:33:31 -05:00
path.py LVM-nvmet: Use nvmetcli as library instead of CLI 2022-11-24 15:38:41 +01:00