Comment 4 for bug 1973762

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

Reviewed: https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/843392
Committed: https://opendev.org/openstack/openstack-ansible-lxc_hosts/commit/7d71769b721cca23ced26453d303112515b0a508
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 7d71769b721cca23ced26453d303112515b0a508
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