Skip to content

Commit 31076e9

Browse files
authored
Merge pull request ceph#66265 from Matan-B/wip-matanb-crimson-container-fixes
container/Containerfile: fix crimson package naming Reviewed-by: NitzanMordhai <[email protected]>
2 parents 8a27bf1 + dac5915 commit 31076e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ rbd-mirror" \
152152

153153
# Optional crimson package(s)
154154
RUN if [[ "${OSD_FLAVOR}" == "crimson-debug" || "${OSD_FLAVOR}" == "crimson-release" ]]; then \
155-
echo "ceph-crimson-osd" >> packages.txt ; \
155+
echo "ceph-osd-crimson" >> packages.txt ; \
156156
fi
157157

158158
# Ceph "Recommends"

0 commit comments

Comments
 (0)