Skip to content

Commit

Permalink
Merge pull request #49082 from zdover23/wip-doc-2022-11-28-rbd-isci-m…
Browse files Browse the repository at this point in the history
…onitoring-prompts

doc/rbd: add prompts to iscsi-monitoring.rst

Reviewed-by: Anthony D'Atri <[email protected]>
Reviewed-by: Ilya Dryomov <[email protected]>
  • Loading branch information
idryomov authored Nov 28, 2022
2 parents 47ba3e7 + 8108c4b commit aba5c2a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions doc/rbd/iscsi-monitoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit aba5c2a

Please sign in to comment.