]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
container/Containerfile: fix crimson package naming 67960/head
authorMatan Breizman <mbreizma@redhat.com>
Sun, 16 Nov 2025 09:16:31 +0000 (09:16 +0000)
committerDavid Galloway <david.galloway@ibm.com>
Mon, 20 Apr 2026 15:46:09 +0000 (11:46 -0400)
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 <mbreizma@redhat.com>
(cherry picked from commit dac591543da506ad9be2f06c00c367e90ec1dd97)

container/Containerfile

index 53a887f9104bb60c4a7d017f056e0b0f28969b12..bb2681841b3c488534ab17f4e929962377bda553 100644 (file)
@@ -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"