Skip to content

Commit 349dbb0

Browse files
committed
Document Ceph Squid bug and workaround
1 parent e0d1d6d commit 349dbb0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/source/operations/upgrading-ceph.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,18 @@ versions``. Once confirmed, run the following command:
159159
160160
ceph osd require-osd-release squid
161161
162+
.. warning::
163+
164+
There is a `known bug causing OSDs created on Squid to crash
165+
<https://tracker.ceph.com/issues/70390>`__. To avoid it, `disable the
166+
Elastic Shared Blob feature
167+
<https://docs.clyso.com/blog/#squid-deployed-osds-are-crashing>`__ before
168+
any OSDs are created or replaced:
169+
170+
.. code-block:: bash
171+
172+
ceph config set osd bluestore_elastic_shared_blobs 0
173+
162174
Upgrade Cephadm
163175
===============
164176

0 commit comments

Comments
 (0)