From db76547c8d829e529dcebccde100fca438d64446 Mon Sep 17 00:00:00 2001 From: Enno Gotthold Date: Wed, 18 Mar 2020 13:28:39 +0100 Subject: [PATCH] doc/mgr/prometheus: Change images to rbd-enabled pools Signed-off-by: Enno Gotthold --- doc/mgr/prometheus.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mgr/prometheus.rst b/doc/mgr/prometheus.rst index 49c8b2428512..8dbc44f5292a 100644 --- a/doc/mgr/prometheus.rst +++ b/doc/mgr/prometheus.rst @@ -43,9 +43,9 @@ configuration parameter. The parameter is a comma or space separated list of ``pool[/namespace]`` entries. If the namespace is not specified the statistics are collected for all namespaces in the pool. -Example to enable the images ``image1``, ``image2`` and ``imageN``:: +Example to activate the RBD-enabled pools ``pool1``, ``pool2`` and ``poolN``:: - ceph config set mgr mgr/prometheus/rbd_stats_pools "image1,image2,imageN" + ceph config set mgr mgr/prometheus/rbd_stats_pools "pool1,pool2,poolN" The module makes the list of all available images scanning the specified pools and namespaces and refreshes it periodically. The period is -- 2.47.3