@@ -15,16 +15,16 @@ Enabling
1515
1616To enable the module, use the following command:
1717
18- .. prompt :: bash $
18+ .. prompt :: bash #
1919
20- ceph mgr module enable influx
20+ ceph mgr module enable influx
2121
2222If you wish to subsequently disable the module, you can use the equivalent
2323*disable * command:
2424
25- .. prompt :: bash $
25+ .. prompt :: bash #
2626
27- ceph mgr module disable influx
27+ ceph mgr module disable influx
2828
2929-------------
3030Configuration
@@ -36,20 +36,20 @@ credentials.
3636
3737Set configuration values using the following command:
3838
39- .. prompt :: bash $
39+ .. prompt :: bash #
4040
41- ceph config set mgr mgr/influx/<key> <value>
41+ ceph config set mgr mgr/influx/<key> <value>
4242
4343
4444The most important settings are :confval: `mgr/influx/hostname `,
4545:confval: `mgr/influx/username ` and :confval: `mgr/influx/password `.
4646For example, a typical configuration might look like this:
4747
48- .. prompt :: bash $
48+ .. prompt :: bash #
4949
50- ceph config set mgr mgr/influx/hostname influx.mydomain.com
51- ceph config set mgr mgr/influx/username admin123
52- ceph config set mgr mgr/influx/password p4ssw0rd
50+ ceph config set mgr mgr/influx/hostname influx.mydomain.com
51+ ceph config set mgr mgr/influx/username admin123
52+ ceph config set mgr mgr/influx/password p4ssw0rd
5353
5454Following is the list of all configuration settings:
5555
@@ -71,15 +71,16 @@ Debugging
7171By default, a few debugging statements as well as error statements have been set to print in the log files. Users can add more if necessary.
7272To make use of the debugging option in the module:
7373
74- - Add this to the ceph.conf file.
74+ - Add this to the `` ceph.conf `` file.
7575
7676 .. code-block :: ini
7777
7878 [mgr]
7979 debug_mgr = 20
8080
8181 - Use this command ``ceph influx self-test ``.
82- - Check the log files. Users may find it easier to filter the log files using *mgr[influx] *.
82+ - Check the log files. Users may find it easier to filter the log files using
83+ ``mgr[influx] ``.
8384
8485--------------------
8586Interesting counters
169170| op_before_dequeue_op_lat| Latency of IO before calling dequeue_op(already dequeued and get PG lock)|
170171+------------------------+--------------------------------------------------------------------------+
171172
172- Latency counters are measured in microseconds unless otherwise specified in the description.
173+ Latency counters are measured in microseconds unless otherwise specified in
174+ the description.
173175
0 commit comments