This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tasks:new-ceph-release [2022/03/08 15:57] djgalloway [Steps] |
tasks:new-ceph-release [2023/11/15 22:41] (current) ljflores |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== New Ceph Release Procedure ====== | + | ====== WIP - Procedure to Add a New Major Ceph Release ====== |
This page covers all the areas and components that need to be updated to accomodate a new upstream Ceph (lettered) release. | This page covers all the areas and components that need to be updated to accomodate a new upstream Ceph (lettered) release. | ||
+ | |||
+ | **THIS IS NOT YET ALL ENCOMPASSING** | ||
===== Steps ===== | ===== Steps ===== | ||
Line 22: | Line 24: | ||
- Add the release to chacra ([[https://github.com/ceph/chacra/commit/324f7eb7dc1c0e87e3e70d3f5b7cbe81c2e70ada|Example]]) | - Add the release to chacra ([[https://github.com/ceph/chacra/commit/324f7eb7dc1c0e87e3e70d3f5b7cbe81c2e70ada|Example]]) | ||
- Run https://jenkins.ceph.com/job/ceph-release-rpm/ | - Run https://jenkins.ceph.com/job/ceph-release-rpm/ | ||
+ | - If you accidentally run the ceph job before the ceph-release-rpm job, you can run ''chacractl repo recreate ceph/quincy/c675060073a05d40ef404d5921c81178a52af6e0/centos/8'' (for example) to get the ceph-release-rpm added to the repo | ||
+ | - Add release to https://docs.ceph.com/en/latest/start/os-recommendations/#platforms | ||
+ | - The [[services:longrunningcluster]] should be upgraded to the release candidate at least a week prior to the planned release date. |