From 889655ab77773be8ae950f5edb01b5a1d6d8c06e Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Thu, 29 May 2025 12:50:46 +0530 Subject: [PATCH] ceph-backport.sh: update known milestones Signed-off-by: Jos Collin --- src/script/ceph-backport.sh | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/script/ceph-backport.sh b/src/script/ceph-backport.sh index 80c4ecb087b..18e57a198f9 100755 --- a/src/script/ceph-backport.sh +++ b/src/script/ceph-backport.sh @@ -1064,16 +1064,17 @@ function try_known_milestones { giant) eol "$mtt" ;; hammer) eol "$mtt" ;; infernalis) eol "$mtt" ;; - jewel) mn="8" ;; + jewel) eol "$mtt" ;; kraken) eol "$mtt" ;; - luminous) mn="10" ;; - mimic) mn="11" ;; - nautilus) mn="12" ;; - octopus) mn="13" ;; - pacific) mn="14" ;; - quincy) mn="15" ;; + luminous) eol "$mtt" ;; + mimic) eol "$mtt" ;; + nautilus) eol "$mtt" ;; + octopus) eol "$mtt" ;; + pacific) eol "$mtt" ;; + quincy) eol "$mtt" ;; reef) mn="16" ;; - squid) mn="17" ;; + squid) mn="20" ;; + tentacle) mn="31" ;; esac echo "$mn" } -- 2.39.5