Skip to content

Commit

Permalink
Merge pull request #30598 from smithfarm/wip-doc-releases-toc
Browse files Browse the repository at this point in the history
doc/releases: access main releases page from top-level TOC

Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
  • Loading branch information
smithfarm committed Nov 5, 2019
2 parents 5830813 + e12ac2d commit 626daf4
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 120 deletions.
2 changes: 1 addition & 1 deletion doc/dev/repo-access.rst
Expand Up @@ -6,7 +6,7 @@ Special branches

* ``master``: current tip (integration branch)
* Release branches (for example ``luminous``) corresponding to the releases
listed at :ref:`ceph-releases`
listed at :ref:`ceph-releases-index`

Rules
-----
Expand Down
1 change: 1 addition & 0 deletions doc/index.rst
Expand Up @@ -108,5 +108,6 @@ about Ceph, see our `Architecture`_ section.
dev/internals
governance
ceph-volume/index
releases/general
releases/index
Glossary <glossary>
2 changes: 1 addition & 1 deletion doc/install/get-packages.rst
Expand Up @@ -83,7 +83,7 @@ You may find releases for CentOS/RHEL and others (installed with YUM) at::

https://download.ceph.com/rpm-{release-name}

The major releases of Ceph are summarized at: :ref:`ceph-releases`
The major releases of Ceph are summarized at: :ref:`ceph-releases-general`

Every second major release is considered Long Term Stable (LTS). Critical
bugfixes are backported to LTS releases until their retirement. Since retired
Expand Down
1 change: 1 addition & 0 deletions doc/releases/archived-index.rst
Expand Up @@ -5,6 +5,7 @@ Archived Releases
.. toctree::
:maxdepth: 1

Jewel <jewel>
Kraken <kraken>
Infernalis <infernalis>
Hammer <hammer>
Expand Down
221 changes: 116 additions & 105 deletions doc/releases/schedule.rst → doc/releases/general.rst
@@ -1,14 +1,123 @@
=============
Ceph Releases
=============
.. _ceph-releases-general:

Current
-------
=======================
Ceph Releases (general)
=======================

.. toctree::
:maxdepth: 1

Active stable releases
----------------------

.. ceph_releases:: releases.yml

Timeline
--------
Understanding the release cycle
-------------------------------

Starting with the Nautilus release (14.2.0), there is a new stable release cycle
every year, targeting March 1st. Each stable release series will receive a name
(e.g., 'Mimic') and a major release number (e.g., 13 for Mimic because 'M' is
the 13th letter of the alphabet).

Releases are named after a species of cephalopod (usually the common
name, since the latin names are harder to remember or pronounce).

Version numbers have three components, *x.y.z*. *x* identifies the release
cycle (e.g., 13 for Mimic). *y* identifies the release type:

* x.0.z - development releases (for early testers and the brave at heart)
* x.1.z - release candidates (for test clusters, brave users)
* x.2.z - stable/bugfix releases (for users)

This versioning convention started with the 9.y.z Infernalis cycle. Prior to
that, versions looked with 0.y for development releases and 0.y.z for stable
series.

Development releases (x.0.z)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Each development release (x.0.z) freezes the master development branch
and applies `integration and upgrade tests
<https://github.com/ceph/ceph/tree/master/qa/suites/>`_ before it is released. Once
released, there is no effort to backport fixes; developer focus is on
the next development release which is usually only a few weeks away.

* Development release every 8 to 12 weeks
* Intended for testing, not production deployments
* Full integration testing
* Upgrade testing from the last stable release(s)
* Every effort is made to allow *offline* upgrades from previous
development releases (meaning you can stop all daemons, upgrade, and
restart). No attempt is made to support online rolling upgrades
between development releases. This facilitates deployment of
development releases on non-production test clusters without
repopulating them with data.

Release candidates (x.1.z)
^^^^^^^^^^^^^^^^^^^^^^^^^^

There is a feature release roughly eight (8) weeks prior to the planned
initial stable release, after which focus shifts to stabilization and
bug fixes only.

* Release candidate release every 1-2 weeks
* Intended for final testing and validation of the upcoming stable release

Stable releases (x.2.z)
^^^^^^^^^^^^^^^^^^^^^^^

Once the initial stable release is made (x.2.0), there are
semi-regular bug-fix point releases with bug fixes and (occasionally)
small feature backports. Bug fixes are accumulated and included in
the next point release.

* Stable point release every 4 to 6 weeks
* Intended for production deployments
* Bug fix backports for two full release cycles.
* Online, rolling upgrade support and testing from the last two (2)
stable release(s) (starting from Luminous).
* Online, rolling upgrade support and testing from prior stable point
releases

For each stable release:

* `Integration and upgrade tests
<https://github.com/ceph/ceph/tree/master/qa/suites/>`_ are run on a regular basis
and `their results <http://pulpito.ceph.com/>`_ analyzed by Ceph
developers.
* `Issues <http://tracker.ceph.com/projects/ceph/issues?query_id=27>`_
fixed in the development branch (master) are scheduled to be backported.
* When an issue found in the stable release is `reported
<http://tracker.ceph.com/projects/ceph/issues/new>`_, it is
triaged by Ceph developers.
* The `stable releases and backport team <http://tracker.ceph.com/projects/ceph-releases/wiki>`_
publishes ``point releases`` including fixes that have been backported to the stable release.

Lifetime of stable releases
---------------------------

The lifetime of a stable release series is calculated to be approximately 24
months (i.e., two 12 month release cycles) after the month of the first release.
For example, Mimic (13.2.z) will reach end of life (EOL) shortly after Octopus
(15.2.0) is released. The lifetime of a release may vary because it depends on
how quickly the stable releases are published.

In the case of Jewel and Kraken, the lifetime was slightly different than
described above. Prior to Luminous, only every other stable release was an "LTS"
release. Therefore,

* Upgrade scenarios "Jewel -> Kraken -> Luminous" and "Jewel -> Luminous" were
expected to work.
* Upgrades from Jewel or Kraken must upgrade to Luminous first before proceeding
further (e.g., Kraken -> Luminous -> Mimic but not Kraken -> Mimic).
* Jewel was maintained until Mimic was released (June 2018).
* Kraken is no longer maintained.

Detailed information on all releases, past and present, can be found at :ref:`ceph-releases-index`

Release timeline
----------------

.. ceph_timeline:: releases.yml development nautilus mimic luminous kraken jewel infernalis hammer giant firefly emperor

Expand Down Expand Up @@ -159,101 +268,3 @@ Timeline
.. _0.67.1: ../dumpling#v0-67-1-dumpling
.. _0.67: ../dumpling#v0-67-dumpling
.. _Dumpling: ../dumpling#v0-67-dumpling

Understanding the release cycle
-------------------------------

There is a new stable release cycle every year, targetting March 1st, starting
with the Nautilus release (14.2.0). Each stable release series will
receive a name (e.g., 'Mimic') and a major release number (e.g., 13
for Mimic because 'M' is the 13th letter of the alphabet).

Releases are named after a species of cephalopod (usually the common
name, since the latin names are harder to remember or pronounce).

Version numbers have three components, *x.y.z*. *x* identifies the release
cycle (e.g., 13 for Mimic). *y* identifies the release type:

* x.0.z - development releases (for early testers and the brave at heart)
* x.1.z - release candidates (for test clusters, brave users)
* x.2.z - stable/bugfix releases (for users)

This versioning convention started with the 9.y.z Infernalis cycle. Prior to
that, versions looked with 0.y for development releases and 0.y.z for stable
series.

Development releases (x.0.z)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Each development release (x.0.z) freezes the master development branch
and applies `integration and upgrade tests
<https://github.com/ceph/ceph/tree/master/qa/suites/>`_ before it is released. Once
released, there is no effort to backport fixes; developer focus is on
the next development release which is usually only a few weeks away.

* Development release every 8 to 12 weeks
* Intended for testing, not production deployments
* Full integration testing
* Upgrade testing from the last stable release(s)
* Every effort is made to allow *offline* upgrades from previous
development releases (meaning you can stop all daemons, upgrade, and
restart). No attempt is made to support online rolling upgrades
between development releases. This facilitates deployment of
development releases on non-production test clusters without
repopulating them with data.

Release candidates (x.1.z)
^^^^^^^^^^^^^^^^^^^^^^^^^^

There is a feature release roughly eight (8) weeks prior to the planned
initial stable release, after which focus shifts to stabilization and
bug fixes only.

* Release candidate release every 1-2 weeks
* Intended for final testing and validation of the upcoming stable release

Stable releases (x.2.z)
^^^^^^^^^^^^^^^^^^^^^^^

Once the initial stable release is made (x.2.0), there are
semi-regular bug-fix point releases with bug fixes and (occasionally)
small feature backports. Bug fixes are accumulated and included in
the next point release.

* Stable point release every 4 to 6 weeks
* Intended for production deployments
* Bug fix backports for two full release cycles.
* Online, rolling upgrade support and testing from the last two (2)
stable release(s) (starting from Luminous).
* Online, rolling upgrade support and testing from prior stable point
releases

For each stable release:

* `Integration and upgrade tests
<https://github.com/ceph/ceph/tree/master/qa/suites/>`_ are run on a regular basis
and `their results <http://pulpito.ceph.com/>`_ analyzed by Ceph
developers.
* `Issues <http://tracker.ceph.com/projects/ceph/issues?query_id=27>`_
fixed in the development branch (master) are scheduled to be backported.
* When an issue found in the stable release is `reported
<http://tracker.ceph.com/projects/ceph/issues/new>`_, it is
triaged by Ceph developers.
* The `stable releases and backport team <http://tracker.ceph.com/projects/ceph-releases/wiki>`_
publishes ``point releases`` including fixes that have been backported to the stable release.

In the timeline above, the life time of a stable release series is
calculated to be approximately 24 months (i.e., two 12 month release
cycles) after the month of the first release. For example, Mimic
(13.2.z) will reach end of life (EOL) shortly after Octopus (15.2.0) is
released. The lifetime of a release may vary because it depends on how
quickly the stable releases are published.

The life time for Jewel and Kraken are slightly different. Prior to
Luminous, only every other stable release was an "LTS" release.
Therefore,

* Upgrades are supported from Jewel -> Kraken -> Luminous and Jewel -> Luminous.
* Upgrades from Jewel or Kraken must upgrade to Luminous first before proceeding further (e.g., Kraken -> Luminous -> Mimic but not Kraken -> Mimic).
* Jewel will be maintained until Mimic is released in the spring of 2018.
* Kraken is no longer maintained.
19 changes: 6 additions & 13 deletions doc/releases/index.rst
@@ -1,31 +1,24 @@
=============
Ceph Releases
=============
.. _ceph-releases-index:

.. _ceph-releases:

Release Index
-------------
=====================
Ceph Releases (index)
=====================

.. toctree::
:maxdepth: 1

Release Schedule <schedule>


Active Releases
~~~~~~~~~~~~~~~
---------------

.. toctree::
:maxdepth: 1

Nautilus <nautilus>
Mimic <mimic>
Luminous <luminous>
Jewel <jewel>

Archived Releases
~~~~~~~~~~~~~~~~~
-----------------

.. toctree::
:maxdepth: 1
Expand Down

0 comments on commit 626daf4

Please sign in to comment.