I want to upgrade my ceph cluster to the latest minor version of the current installed major version (mimic). I have a ceph-ansible setup for deployment which is used to deploy new nodes with the site.yml
playbook. I learned from the documentation that I need to execute the rolling-update playbook in order to perform an update be it minor or major.
For a minor update I just execute the playbook with keeping ceph_stable_release
set to my current installed version.
To do a major update (after doing the minor update) I change ceph_stable_release
in my case from mimic to nautilus and then execute the rolling-update playbook.
The documentation is short on this information.
Is this assumption correct?