Comment 5 for bug 1973762

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-lxc_hosts (stable/xena)

Reviewed: https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/843169
Committed: https://opendev.org/openstack/openstack-ansible-lxc_hosts/commit/fc0810cc9761335a4d2920d05a926daff5c93139
Submitter: "Zuul (22348)"
Branch: stable/xena

commit fc0810cc9761335a4d2920d05a926daff5c93139
Author: Dmitriy Rabotyagov <email address hidden>
Date: Tue May 24 18:12:18 2022 +0200

    Do not mess up with distro-provided machines mount

    var-lib-machines.mount is provided by systemd-container package
    on ubuntu/debian [1]

    With package update our file will be overriden which end up on
    mount failure.

    To avoid that we place it as override to /etc/

    [1] https://packages.ubuntu.com/focal/amd64/systemd-container/filelist

    Change-Id: I226ab48b1ff7ec3c7da963e00e76b24b2b79608c
    Closes-Bug: #1973762