From 774dd2d5cc7795c1c6335dc5b413c39e67a7dfbf Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 5 Mar 2025 13:54:09 +0100 Subject: [PATCH] Ensure e2fsprogs are installed on hosts During lxc_cache_rootfs we attempt to format sparse file as ext4 so e2fsprogs providing mkfs.ext4 must be present on the system. Change-Id: Ia0bd1fec072f4b80a61053722e1cb4536f94e095 --- vars/debian-host.yml | 1 + vars/redhat-host.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/vars/debian-host.yml b/vars/debian-host.yml index d3c5a38c..28b19412 100644 --- a/vars/debian-host.yml +++ b/vars/debian-host.yml @@ -26,6 +26,7 @@ _lxc_hosts_distro_packages: - dbus - debootstrap - dnsmasq-base + - e2fsprogs - git - gzip - iptables diff --git a/vars/redhat-host.yml b/vars/redhat-host.yml index 59644ba1..f98bc979 100644 --- a/vars/redhat-host.yml +++ b/vars/redhat-host.yml @@ -23,6 +23,7 @@ _lxc_centos_package_key: "https://download.copr.fedorainfracloud.org/results/nei _lxc_hosts_distro_packages: - dbus - dnsmasq + - e2fsprogs - git - iptables - libseccomp