diff options
author | Yuri Weinstein <yweinste@redhat.com> | 2024-03-30 15:57:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-30 15:57:37 +0100 |
commit | 9ad0cefd3d2dad2345e447e2b7f3d4b648a47f8e (patch) | |
tree | 06baa93de11c9c071949017a823a6582da51f4db /doc | |
parent | Merge pull request #56587 from tchaikov/wip-bluefs-use-after-free (diff) | |
parent | doc: added jammy to the supported distro list for quincy (diff) | |
download | ceph-9ad0cefd3d2dad2345e447e2b7f3d4b648a47f8e.tar.xz ceph-9ad0cefd3d2dad2345e447e2b7f3d4b648a47f8e.zip |
Merge pull request #56572 from ceph/wip-yuriw-release-process-main
doc: added jammy to the supported distro list for quincy
Reviewed-by: Laura Flores <lflores@redhat.com>
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dev/release-process.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/dev/release-process.rst b/doc/dev/release-process.rst index 53f6e947084..335d6d2a7c7 100644 --- a/doc/dev/release-process.rst +++ b/doc/dev/release-process.rst @@ -111,7 +111,7 @@ NOTE: if for some reason the build has to be restarted (for example if one distr +===================+==================================================+ | pacific (16.X.X) | ``focal bionic centos8 buster bullseye`` | +-------------------+--------------------------------------------------+ - | quincy (17.X.X) | ``focal centos8 centos9 bullseye`` | + | quincy (17.X.X) | ``jammy focal centos8 centos9 bullseye`` | +-------------------+--------------------------------------------------+ | reef (18.X.X) | ``jammy focal centos8 centos9 windows bookworm`` | +-------------------+--------------------------------------------------+ @@ -209,16 +209,16 @@ See `the Ceph Tracker wiki page that explains how to write the release notes <ht sync-push octopus This leaves the packages in a password-protected prerelease area -at https://download.ceph.com/prerelease. Verify them from there. +at https://download.ceph.com/prerelease. Verify them from there. When done and ready for release, mv the directories to the parent -directory (that is, "mv <whatever you're promoting> ..". +directory (that is, "mv <whatever you're promoting> ..". 5. Build Containers =================== -Prerelease containers (x86_64 only) are built by -https://2.jenkins.ceph.com/job/ceph-container-prerelease-build; run it +Prerelease containers (x86_64 only) are built by +https://2.jenkins.ceph.com/job/ceph-container-prerelease-build; run it with appropriate parameters. Test container images will appear on quay.ceph.io in the ceph/prerelease repo, built from the prerelease area on download.ceph.com. When satisfied with them, and after you have promoted |