From dac591543da506ad9be2f06c00c367e90ec1dd97 Mon Sep 17 00:00:00 2001 From: Matan Breizman Date: Sun, 16 Nov 2025 09:16:31 +0000 Subject: [PATCH] container/Containerfile: fix crimson package naming a37b5b5bde8c2e8d6890f16b31046119ed55f25d changed crimson-osd to osd-crimson: ``` === INSTALLING === No match for argument: ceph-crimson-osd Error: Unable to find a match: ceph-crimson-osd ``` ceph-dev-pipeline builds are not failing (with the above error) - however, ceph-dev-builds (used for main nightly) are failing with the above: https://shaman.ceph.com/builds/ceph/main/8a27bf16140173253ab8f28112bf5deee99cca02/ Signed-off-by: Matan Breizman --- container/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Containerfile b/container/Containerfile index e9ca0276cd3f0..c01472523f5e3 100644 --- a/container/Containerfile +++ b/container/Containerfile @@ -152,7 +152,7 @@ rbd-mirror" \ # Optional crimson package(s) RUN if [[ "${OSD_FLAVOR}" == "crimson-debug" || "${OSD_FLAVOR}" == "crimson-release" ]]; then \ - echo "ceph-crimson-osd" >> packages.txt ; \ + echo "ceph-osd-crimson" >> packages.txt ; \ fi # Ceph "Recommends" -- 2.39.5