Comment 13 for bug 1945983

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/devstack/+/812928
Committed: https://opendev.org/openstack/devstack/commit/43364b7198a90b16a53f6e89d79238bd40a76953
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 43364b7198a90b16a53f6e89d79238bd40a76953
Author: Lee Yarwood <email address hidden>
Date: Mon Oct 4 18:07:17 2021 +0100

    nova: Ensure each compute uses a unique iSCSI initiator

    The current initiator name embedded in our CI images is not unique at
    present and can often cause failures during live migrations with
    attached volumes. This change ensures the name is unique by running
    iscsi-iname again and overwriting the existing name.

    We could potentially do this during the image build process itself but
    given that devstack systems are not supposed to be multi-purpose this
    should be safe to do during the devstack run.

    NOTE(lyarwood): Conflict due to
    If2f74f146a166b9721540aaf3f1f9fce3030525c not being present on
    stable/wallaby.

    Conflicts:
        lib/nova

    Closes-Bug: #1945983
    Change-Id: I9ed26a17858df96c04be9ae52bf2e33e023869a5
    (cherry picked from commit 714826d1a27085ba2384ca495c876588d77f0d27)
    (cherry picked from commit ee629cc77554b18cfca77506d1531f99523d2a58)
    (cherry picked from commit a41fff99b35a2723348c933dc6c37ccf218e280f)