This change updates the Ceph images to include new Reef 18.2.1 Ceph
packages that include a patch to work around an RGW segfault that
has been seen in some cases. This isn't a permanent fix, but it
prevents the radosgw binary from segfaulting while a permanent fix
is in progress.

Change-Id: I07ac4b70ce5eb0ceb1b805f24345ccc97cb99c7e
This commit is contained in:
Stephen Taylor 2024-02-27 07:56:30 -07:00
parent b5f55ff69e
commit 5c0935b2e3
1 changed files with 3 additions and 3 deletions

View File

@ -54,9 +54,9 @@
dockerfile: Dockerfile.ubuntu_jammy
build_args:
- "CEPH_RELEASE='reef'"
- "CEPH_RELEASE_TAG='18.2.1-1jammy'"
- "CEPH_REPO='https://mirror.mirantis.com/acicd/ceph-reef/'"
- "CEPH_KEY='https://mirror.mirantis.com/acicd/ceph-reef/release.asc'"
- "CEPH_RELEASE_TAG='18.2.1-1~jammy'"
- "CEPH_REPO='http://mirror.mirantis.com/acicd/ceph/debian-18.2.1.patch1/jammy'"
- "CEPH_KEY='http://mirror.mirantis.com/acicd/ceph/debian-18.2.1.patch1/jammy/release.asc'"
tags:
- latest-ubuntu_jammy
- "ubuntu_jammy_18.2.1-1-{{ currentdate }}"