placement/nova/volume/encryptors
Tomoki Sekiyama 5bffcf05ed Fix multipath iSCSI encrypted volume attach failure
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: I01a3104025a9c479e40933ca24024355df9dfb8b
Closes-Bug: #1439869
2016-06-02 17:53:47 +09:00
..
cryptsetup.py Fix multipath iSCSI encrypted volume attach failure 2016-06-02 17:53:47 +09:00