diff --git a/doc/source/operations/upgrading-ceph.rst b/doc/source/operations/upgrading-ceph.rst index e9fc2f679..c0c82057f 100644 --- a/doc/source/operations/upgrading-ceph.rst +++ b/doc/source/operations/upgrading-ceph.rst @@ -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 + `__. To avoid it, `disable the + Elastic Shared Blob feature + `__ before + any OSDs are created or replaced: + + .. code-block:: bash + + ceph config set osd bluestore_elastic_shared_blobs 0 + Upgrade Cephadm ===============