From: Lenz Grimmer Date: Fri, 20 Apr 2018 16:11:07 +0000 (+0200) Subject: doc: updated dashboard feature list (added new RGW details, Pools) X-Git-Tag: v13.1.0~152^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=580852e2299eec3950fbcbb3c468791bdfda9573;p=ceph-ci.git doc: updated dashboard feature list (added new RGW details, Pools) Updated the dashboard feature list in the documentation to mention the possibility to list Ceph pools and the RGW users and their buckets. Signed-off-by: Lenz Grimmer --- diff --git a/doc/mgr/dashboard.rst b/doc/mgr/dashboard.rst index 6eb1f26233c..fca5e8e161a 100644 --- a/doc/mgr/dashboard.rst +++ b/doc/mgr/dashboard.rst @@ -52,6 +52,8 @@ various aspects of your Ceph cluster: * **Monitors**: Lists all MONs, their quorum status, open sessions. * **Configuration Reference**: Lists all available configuration options, their description and default values. +* **Pools**: List all Ceph pools and their details (e.g. applications, placement + groups, replication size, EC profile, CRUSH ruleset, etc.) * **OSDs**: Lists all OSDs, their status and usage statistics as well as detailed information like attributes (OSD map), metadata, performance counters and usage histograms for read/write operations. @@ -65,7 +67,8 @@ various aspects of your Ceph cluster: * **CephFS**: Lists all active filesystem clients and associated pools, including their usage statistics. * **Object Gateway**: Lists all active object gateways and their performance - counters. + counters, object gateway users and their details (e.g. quotas) as well as + all buckets and their details (e.g. owner, quotas). Enabling --------