From 9820be32934a4a074415e320ce757a96c973bc28 Mon Sep 17 00:00:00 2001 From: Francesco Pantano Date: Tue, 3 Sep 2024 14:25:05 +0200 Subject: [PATCH] Bump default ceph version to squid Ceph Squid was released on 2024-09-26. It's the latest supported release, and EOL is planned in 2026-09. [1] This roughly corresponds to the support timeline for OpenStack 2025.1 ("Epoxy") and 2025.2 ("Flamingo")[2]. We could plan to change the default version tested again when Ceph's Tentacle release arrives (estimated: late '25). [1] https://docs.ceph.com/en/latest/releases/#active-releases [2] https://releases.openstack.org/ Depends-On: I11a3c8f573e5540840a23459d698197a9c3a8f4c Change-Id: If6009392198b1d9e9c35e4fabae344a550a07796 --- devstack/lib/cephadm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devstack/lib/cephadm b/devstack/lib/cephadm index fa336f5d..a5a71e83 100755 --- a/devstack/lib/cephadm +++ b/devstack/lib/cephadm @@ -18,7 +18,7 @@ XTRACE=$(set +o | grep xtrace) set +o xtrace # GENERIC CEPHADM INTERNAL OPTIONS, DO NOT EDIT -CEPH_RELEASE=${CEPH_RELEASE:-reef} +CEPH_RELEASE=${CEPH_RELEASE:-squid} CEPH_PUB_KEY="/etc/ceph/ceph.pub" CEPH_CONFIG="/etc/ceph/ceph.conf" BOOTSTRAP_CONFIG="$HOME/bootstrap_ceph.conf" @@ -29,7 +29,7 @@ DISABLE_CEPHADM_POST_DEPLOY=${DISABLE_CEPHADM_POST_DEPLOY:-False} # DEFAULT OPTIONS ATTEMPTS=30 -CONTAINER_IMAGE=${CONTAINER_IMAGE:-'quay.io/ceph/ceph:v18.2'} +CONTAINER_IMAGE=${CONTAINER_IMAGE:-'quay.io/ceph/ceph:v19'} DEVICES=() if [[ "$REMOTE_CEPH" = "False" ]]; then FSID=$(uuidgen)