Comment 8 for bug 1834330

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/rocky)

Reviewed: https://review.opendev.org/667806
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=95347b3aa94bb4324d8e4aa2c1554fbce6f9beaa
Submitter: Zuul
Branch: stable/rocky

commit 95347b3aa94bb4324d8e4aa2c1554fbce6f9beaa
Author: Martin Schuppert <email address hidden>
Date: Wed Jun 26 14:57:48 2019 +0200

    Add /run/libvirt to nova_migration_target container

    [1] removed the bind mount from /run inside the nova_migration_target
    container. But the nova-migration-wrapper inside the container needs
    access to the libvirt socket [2].

    This adds the bind mount of /run/libvirt to the nova_migration_target
    container to fix live migration issues.

    [1] https://review.opendev.org/#/c/662109/
    [2] https://github.com/rdo-packages/nova-distgit/blob/rpm-master/nova-migration-wrapper#L31

    Change-Id: I7e236b838328a7a140a0aba0745bd8ac1db00015
    Closes-Bug: #1834330
    (cherry picked from commit 537822d47c455cb9e4184744a91d083f2c89609c)
    (cherry picked from commit 1425671a384f1634a8057c5ef6fbbe954f1ba4e0)