Comment 2 for bug 2028559

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

Reviewed: https://review.opendev.org/c/openstack/charm-nova-compute/+/889642
Committed: https://opendev.org/openstack/charm-nova-compute/commit/c3c2cf0349c086dad7f23b180c3ee9ea0f865e8f
Submitter: "Zuul (22348)"
Branch: master

commit c3c2cf0349c086dad7f23b180c3ee9ea0f865e8f
Author: Rodrigo Barbieri <email address hidden>
Date: Tue Jul 25 14:02:30 2023 -0300

    Fix migration across apps when using VMs created from image

    When using the config libvirt-image-backend=rbd, VMs
    created from image have their disk data stored in ceph
    instead of the compute node itself.

    When performing live-migrations, both nodes need to
    access the same ceph credentials to access the VM's
    disk in ceph, but this is currently not possible
    if the nodes involved pertain to different
    nova-compute charm apps.

    This patch changes app name sent to ceph to 'nova-compute',
    allowing all nova-compute apps to use the same ceph auth.

    This patch also includes the charmhelpers sync
    from PR: #840

    Closes-bug: #2028559
    Change-Id: I7222661017655fd7225db0c677f1a8f5ebb7984d