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
4 changes: 2 additions & 2 deletions doc/source/operations/upgrading-ceph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ the output of `ceph -s`:

all OSDs are running squid or later but require_osd_release < squid

To resolve this, first verify that all OSDs were upgraded to Squid with `ceph
versions`. Once confirmed, run the following command:
To resolve this, first verify that all OSDs were upgraded to Squid with ``ceph
versions``. Once confirmed, run the following command:
Comment on lines +155 to +156

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This change correctly updates the markup for ceph versions to use double backticks, which is the standard for inline literals in reStructuredText. However, this introduces a stylistic inconsistency, as other commands in this file (e.g., ceph -s on line 149) still use single backticks. To ensure consistent formatting throughout the document, please consider updating all inline command references to use double backticks.


.. code-block:: console

Expand Down
Loading