os-brick/os_brick/tests/encryptors
lisali 9d2bb5e15d Fix multipath iSCSI encrypted volume attach failure
This is to copy fix of bug 1439869 from Nova to os-brick.

Currently iSCSI volume attachment fails if iscsi_use_multipath is
set to True. This is because the encryptor requests cryptsetup
to create the symlink to the LUKS device with the same name of
the device-mapper multipath device. To avoid the name collision,
this patch adds the 'crypt-' prefix to the symlink.

Change-Id: Ia001204df9b14f635ab998590e8add119c1aec23
Closes-Bug: #1439869
2016-07-07 15:30:31 +08:00
..
__init__.py Copy encryptors from Nova to os-brick 2016-06-06 16:43:22 +08:00
test_base.py Copy encryptors from Nova to os-brick 2016-06-06 16:43:22 +08:00
test_cryptsetup.py Fix multipath iSCSI encrypted volume attach failure 2016-07-07 15:30:31 +08:00
test_luks.py Copy encryptors from Nova to os-brick 2016-06-06 16:43:22 +08:00
test_nop.py Copy encryptors from Nova to os-brick 2016-06-06 16:43:22 +08:00