From 8108c4b0aca453d801bc31124a1d3743c6a226f0 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Mon, 28 Nov 2022 10:11:04 +1000 Subject: [PATCH] doc/rbd: add prompts to iscsi-monitoring.rst Add unselectable prompts to doc/rbd/iscsi-monitoring.rst. Signed-off-by: Zac Dover --- doc/rbd/iscsi-monitoring.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/rbd/iscsi-monitoring.rst b/doc/rbd/iscsi-monitoring.rst index da94bad87268..a36cc3cdbb8a 100644 --- a/doc/rbd/iscsi-monitoring.rst +++ b/doc/rbd/iscsi-monitoring.rst @@ -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. -- 2.47.3