From 3b636ff69f1083c06aa2d978d5d08c98017cdf1b Mon Sep 17 00:00:00 2001 From: Thore Kruess Date: Tue, 11 Dec 2018 16:43:34 +0100 Subject: [PATCH] doc: Add mention of ceph osd pool stats Neither "Show Pool Statistics" nor the suggested options from `ceph osd pool` mention this command. Signed-off-by: Thore Kruess --- doc/rados/operations/pools.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/rados/operations/pools.rst b/doc/rados/operations/pools.rst index 88d19bf38d1eb..a4351fe4aa256 100644 --- a/doc/rados/operations/pools.rst +++ b/doc/rados/operations/pools.rst @@ -240,6 +240,10 @@ To show a pool's utilization statistics, execute:: rados df +Additionally, to obtain I/O information for a specific pool or all, execute:: + + ceph osd pool stats [{pool-name}] + Make a Snapshot of a Pool ========================= -- 2.39.5