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
12 changes: 12 additions & 0 deletions doc/source/operations/upgrading-ceph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,18 @@ versions``. Once confirmed, run the following command:

ceph osd require-osd-release squid

.. warning::

There is a `known bug causing OSDs created on Squid to crash
<https://tracker.ceph.com/issues/70390>`__. To avoid it, `disable the
Elastic Shared Blob feature
<https://docs.clyso.com/blog/#squid-deployed-osds-are-crashing>`__ before
any OSDs are created or replaced:

.. code-block:: bash

ceph config set osd bluestore_elastic_shared_blobs 0

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

Expand Down
Loading