Skip to content

Commit 1bbb90b

Browse files
authored
Merge pull request #1973 from stackhpc/doc-ceph-disable-elastic-shared-blobs
Document Ceph Squid bug and workaround
2 parents 2fb52e5 + 349dbb0 commit 1bbb90b

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)