Skip to content

Commit 5b5e1b6

Browse files
committed
Fix require_osd_release after Ceph Squid upgrade
1 parent 6f962e3 commit 5b5e1b6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/source/operations/upgrading-ceph.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,20 @@ Watch the cephadm logs:
145145
146146
ceph -W cephadm
147147
148+
After completing the upgrade to Squid, Ceph may show the following warning in
149+
the output of `ceph -s`:
150+
151+
.. code-block:: console
152+
153+
all OSDs are running squid or later but require_osd_release < squid
154+
155+
This can be resolved by running the following command, after making sure that
156+
all OSDs have been upgraded to Squid with `ceph versions`:
157+
158+
.. code-block:: console
159+
160+
ceph osd require-osd-release squid
161+
148162
Upgrade Cephadm
149163
===============
150164

0 commit comments

Comments
 (0)