Skip to content

Bump Ceph to v19.2.1 #1594

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/kayobe/cephadm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cephadm_ceph_release: "squid"
cephadm_image: "{{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/ceph:{{ cephadm_image_tag }}"

# Ceph container image tag.
cephadm_image_tag: "v19.2.0"
cephadm_image_tag: "v19.2.1"

# HAProxy container image.
cephadm_haproxy_image: "{{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/haproxy:{{ cephadm_haproxy_image_tag }}"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
features:
- |
Bump Ceph to v19.2.1.
fixes:
- |
Fixes `Ceph bug #66389 <https://tracker.ceph.com/issues/66389>`__
causing Ubuntu Noble hosts to fail to populate OSDs, by upgrading
to Ceph v19.2.1.
Loading