And that pool names beginning with `.` are reserved names.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
that were storing state in RADOS omap, especially without striping which
limits scalability.
+* The ``device_health_metrics`` pool has been renamed ``.mgr``. It is now
+ used as a common store for all ``ceph-mgr`` modules.
+
* RGW: `radosgw-admin realm delete` is now renamed to `radosgw-admin realm rm`. This
is consistent with the help message.
[mon]
mgr_initial_modules = dashboard balancer
+Module Pool
+-----------
+
+The manager creates a pool for use by its module to store state. The name of
+this pool is ``.mgr`` (with the leading ``.`` indicating a reserved pool
+name).
+
+.. note::
+
+ Prior to Quincy, the ``devicehealth`` module created a
+ ``device_health_metrics`` pool to store device SMART statistics. With
+ Quincy, this pool is automatically renamed to be the common manager module
+ pool.
+
+
Calling module commands
-----------------------
To organize data into pools, you can list, create, and remove pools.
You can also view the utilization statistics for each pool.
+Pool Names
+==========
+
+Pool names beginning with ``.`` are reserved for use by Ceph's internal
+operations. Please do not create or manipulate pools with these names.
+
+
+
List Pools
==========