Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions doc/source/operations/upgrading-ceph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,20 @@ Watch the cephadm logs:

ceph -W cephadm

After completing the upgrade to Squid, Ceph may show the following warning in
the output of `ceph -s`:

.. code-block:: console

all OSDs are running squid or later but require_osd_release < squid

To resolve this, first verify that all OSDs were upgraded to Squid with `ceph
versions`. Once confirmed, run the following command:

.. code-block:: console

ceph osd require-osd-release squid

Upgrade Cephadm
===============

Expand Down
Loading