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.
Reviewed: https:/ /review. openstack. org/196482 /git.openstack. org/cgit/ openstack/ nova/commit/ ?id=89a61ab8f46 02e018763afb173 e1a862f151a222
Committed: https:/
Submitter: Jenkins
Branch: master
commit 89a61ab8f4602e0 18763afb173e1a8 62f151a222
Author: Tomoki Sekiyama <email address hidden>
Date: Thu Jun 25 17:41:47 2015 -0400
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: I01a3104025a9c4 79e40933ca24024 355df9dfb8b
Closes-Bug: #1439869