Comment 8 for bug 1439869

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/196482
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=89a61ab8f4602e018763afb173e1a862f151a222
Submitter: Jenkins
Branch: master

commit 89a61ab8f4602e018763afb173e1a862f151a222
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: I01a3104025a9c479e40933ca24024355df9dfb8b
    Closes-Bug: #1439869