Skip to content

Commit 3feb479

Browse files
Merge pull request ceph#62775 from bluikko/doc-releases-codeblocks
doc/releases: Fix invalid triple backticks in reef.rst squid.rst
2 parents ce19a4e + 364210f commit 3feb479

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

doc/releases/reef.rst

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2079,16 +2079,19 @@ Upgrading non-cephadm clusters
20792079

20802080
2. If your cluster is running Pacific (16.2.x) or later, systemd unit file names have changed to include the cluster fsid. To find the correct systemd unit file name for your cluster, run following command:
20812081

2082-
```
2083-
systemctl -l | grep <daemon type>
2084-
```
2082+
::
2083+
2084+
systemctl -l | grep <daemon type>
20852085

20862086
Example:
20872087

2088-
```
2089-
$ systemctl -l | grep mon | grep active
2090-
ceph-6ce0347c-314a-11ee-9b52-000af7995d6c@mon.f28-h21-000-r630.service loaded active running Ceph mon.f28-h21-000-r630 for 6ce0347c-314a-11ee-9b52-000af7995d6c
2091-
```
2088+
.. prompt:: bash $
2089+
2090+
systemctl -l | grep mon | grep active
2091+
2092+
::
2093+
2094+
ceph-6ce0347c-314a-11ee-9b52-000af7995d6c@mon.f28-h21-000-r630.service loaded active running Ceph mon.f28-h21-000-r630 for 6ce0347c-314a-11ee-9b52-000af7995d6c
20922095

20932096
#. Set the `noout` flag for the duration of the upgrade. (Optional, but recommended.)
20942097

doc/releases/squid.rst

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -849,16 +849,19 @@ Upgrading non-cephadm clusters
849849

850850
2. If your cluster is running Quincy (17.2.x) or later, systemd unit file names have changed to include the cluster fsid. To find the correct systemd unit file name for your cluster, run following command:
851851

852-
```
853-
systemctl -l | grep <daemon type>
854-
```
852+
::
853+
854+
systemctl -l | grep <daemon type>
855855

856856
Example:
857857

858-
```
859-
$ systemctl -l | grep mon | grep active
860-
ceph-6ce0347c-314a-11ee-9b52-000af7995d6c@mon.f28-h21-000-r630.service loaded active running Ceph mon.f28-h21-000-r630 for 6ce0347c-314a-11ee-9b52-000af7995d6c
861-
```
858+
.. prompt:: bash $
859+
860+
systemctl -l | grep mon | grep active
861+
862+
::
863+
864+
ceph-6ce0347c-314a-11ee-9b52-000af7995d6c@mon.f28-h21-000-r630.service loaded active running Ceph mon.f28-h21-000-r630 for 6ce0347c-314a-11ee-9b52-000af7995d6c
862865

863866
#. Set the `noout` flag for the duration of the upgrade. (Optional, but recommended.)
864867

0 commit comments

Comments
 (0)