]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: bump LATEST_STABLE_RELEASE to "reef" 52932/head
authorAdam King <adking@redhat.com>
Thu, 10 Aug 2023 15:04:55 +0000 (11:04 -0400)
committerAdam King <adking@redhat.com>
Thu, 10 Aug 2023 15:04:55 +0000 (11:04 -0400)
Now that reef is out, we should tell users
that it's the latest stable release, rather
than quincy

Signed-off-by: Adam King <adking@redhat.com>
src/cephadm/cephadm.py

index 5eca05166b2b19176844e59680654b40d716b454..b631ae0a41693439ef2744cca84912639f42fa33 100755 (executable)
@@ -64,7 +64,7 @@ DEFAULT_JAEGER_QUERY_IMAGE = 'quay.io/jaegertracing/jaeger-query:1.29'
 DEFAULT_REGISTRY = 'docker.io'   # normalize unqualified digests to this
 # ------------------------------------------------------------------------------
 
-LATEST_STABLE_RELEASE = 'quincy'
+LATEST_STABLE_RELEASE = 'reef'
 DATA_DIR = '/var/lib/ceph'
 LOG_DIR = '/var/log/ceph'
 LOCK_DIR = '/run/cephadm'