]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rbd: add prompts to iscsi-monitoring.rst 49082/head
authorZac Dover <zac.dover@gmail.com>
Mon, 28 Nov 2022 00:11:04 +0000 (10:11 +1000)
committerZac Dover <zac.dover@gmail.com>
Mon, 28 Nov 2022 00:11:04 +0000 (10:11 +1000)
Add unselectable prompts to doc/rbd/iscsi-monitoring.rst.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/rbd/iscsi-monitoring.rst

index da94bad87268cb64f88763fc626ac8235889716e..a36cc3cdbb8a11ec9e5d0dd2ae5beaf75d761b79 100644 (file)
@@ -21,37 +21,37 @@ metrics.
 #. As ``root``, install the ``ceph-iscsi-tools`` package on each iSCSI
    gateway node:
 
-   ::
+   .. prompt:: bash #
 
-       # yum install ceph-iscsi-tools
+      yum install ceph-iscsi-tools
 
 #. As ``root``, install the performance co-pilot package on each iSCSI
    gateway node:
 
-   ::
+   .. prompt:: bash #
 
-       # yum install pcp
+      yum install pcp
 
 #. As ``root``, install the LIO PMDA package on each iSCSI gateway node:
 
-   ::
+   .. prompt:: bash #
 
-       # yum install pcp-pmda-lio
+      yum install pcp-pmda-lio
 
 #. As ``root``, enable and start the performance co-pilot service on
    each iSCSI gateway node:
 
-   ::
+   .. prompt:: bash #
 
-       # systemctl enable pmcd
-       # systemctl start pmcd
+      systemctl enable pmcd
+      systemctl start pmcd
 
 #. As ``root``, register the ``pcp-pmda-lio`` agent:
 
-   ::
+   .. prompt:: bash #
 
-       cd /var/lib/pcp/pmdas/lio
-       ./Install
+      cd /var/lib/pcp/pmdas/lio
+      ./Install
 
 By default, ``gwtop`` assumes the iSCSI gateway configuration object is
 stored in a RADOS object called ``gateway.conf`` in the ``rbd`` pool.