From 1425fd53fce0d0ca6d0abb6082ac0f3fb2b8853d Mon Sep 17 00:00:00 2001 From: Martin Chlumsky Date: Mon, 16 Nov 2020 13:43:53 -0500 Subject: [PATCH] Map cloud-guest-utils to cloud-utils-growpart for Red Hat distros. The package cloud-utils-growpart is missing from Red Hat based image builds which means the root filesystems are not grown on instance startup which means not much space for things like logs. This patch maps the cloud-guest-utils package to cloud-utils-growpart. Change-Id: I3c830a9f0fd21ca10238946721c0f75d01d3ddff Story: 2008350 Task: 41252 (cherry picked from commit 6d59fec8a0c8011949c547c4f49195c41b9d21a5) --- elements/amphora-agent/pkg-map | 2 +- .../fix-missing-cloud-guest-utils-rh-eb39a53502dc1e91.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/fix-missing-cloud-guest-utils-rh-eb39a53502dc1e91.yaml diff --git a/elements/amphora-agent/pkg-map b/elements/amphora-agent/pkg-map index e743b2eb35..3702614d23 100644 --- a/elements/amphora-agent/pkg-map +++ b/elements/amphora-agent/pkg-map @@ -7,7 +7,7 @@ "cron": "", "ifenslave": "", "iputils-tracepath": "", - "cloud-guest-utils": "", + "cloud-guest-utils": "cloud-utils-growpart", "apparmor": "", "dmeventd": "", "isc-dhcp-client": "", diff --git a/releasenotes/notes/fix-missing-cloud-guest-utils-rh-eb39a53502dc1e91.yaml b/releasenotes/notes/fix-missing-cloud-guest-utils-rh-eb39a53502dc1e91.yaml new file mode 100644 index 0000000000..dcba20f4ec --- /dev/null +++ b/releasenotes/notes/fix-missing-cloud-guest-utils-rh-eb39a53502dc1e91.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Add missing cloud-utils-growpart RPM to Red Hat based amphora images.