docs: Add upgrade operation.

This commit adds a chapter about the ceph upgrade process.

Closes: #5393

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit e41487dbce)
pull/5447/head
Dimitri Savineau 2020-05-25 09:44:12 -04:00 committed by Guillaume Abrioux
parent b7ec4a995b
commit 9a9ef7bc97
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,17 @@
Upgrading the ceph cluster
-------------------
ceph-ansible provides a playbook in ``infrastructure-playbooks`` for upgrading a Ceph cluster: ``rolling_update.yml``.
This playbook could be used for both minor upgrade (X.Y to X.Z) or major upgrade (X to Y).
Before running a major upgrade you need to update the ceph-ansible version first.
example:
.. code-block:: shell
$ ansible-playbook -vv -i hosts infrastructure-playbooks/rolling_update.yml
.. note::
This playbook isn't intended to be run with the ``--limit`` ansible option.

View File

@ -281,6 +281,7 @@ ceph-ansible provides a set of playbook in ``infrastructure-playbooks`` director
day-2/osds
day-2/purge
day-2/upgrade
Contribution
============