From: Matan Breizman Date: Sun, 16 Nov 2025 09:16:31 +0000 (+0000) Subject: container/Containerfile: fix crimson package naming X-Git-Tag: v20.2.2~60^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f5e708ba8597356cbfa5c68ee264e15b06011846;p=ceph.git 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 (cherry picked from commit dac591543da506ad9be2f06c00c367e90ec1dd97) --- diff --git a/container/Containerfile b/container/Containerfile index 53a887f9104..bb2681841b3 100644 --- a/container/Containerfile +++ b/container/Containerfile @@ -181,7 +181,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"