]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-backport.sh: update known milestones 63570/head
authorJos Collin <jcollin@redhat.com>
Thu, 29 May 2025 07:20:46 +0000 (12:50 +0530)
committerJos Collin <jcollin@redhat.com>
Fri, 30 May 2025 09:20:10 +0000 (14:50 +0530)
Signed-off-by: Jos Collin <jcollin@redhat.com>
src/script/ceph-backport.sh

index 80c4ecb087b5c8d6f822eae453cf709cd1f61266..18e57a198f946fa0dac864ad84ffdc3b894f52c9 100755 (executable)
@@ -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"
 }