From: Zac Dover Date: Mon, 28 Nov 2022 00:11:04 +0000 (+1000) Subject: doc/rbd: add prompts to iscsi-monitoring.rst X-Git-Tag: v18.1.0~813^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8108c4b0aca453d801bc31124a1d3743c6a226f0;p=ceph.git doc/rbd: add prompts to iscsi-monitoring.rst Add unselectable prompts to doc/rbd/iscsi-monitoring.rst. Signed-off-by: Zac Dover --- 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.