]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations/health-checks: document new health warning
authorSage Weil <sage@redhat.com>
Tue, 25 Jul 2017 15:15:00 +0000 (11:15 -0400)
committerSage Weil <sage@redhat.com>
Wed, 26 Jul 2017 02:29:08 +0000 (22:29 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
doc/rados/operations/health-checks.rst

index 4dced94e29b6af572d3335a6cd60162dcf84eda7..55176fd72d8cec087be7cfb8f7028a12f9d2a8a2 100644 (file)
@@ -128,6 +128,24 @@ MANY_OBJECTS_PER_PG
 ___________________
 
 
+POOL_APP_NOT_ENABLED
+____________________
+
+A pool exists that contains one or more objects but has not been
+tagged for use by a particular application.
+
+Resolve this warning by labeling the pool for use by an application.  For
+example, if the pool is used by RBD,::
+
+  rbd pool init <poolname>
+
+If the pool is being used by a custom application 'foo', you can also label
+via the low-level command::
+
+  ceph osd pool application enable foo
+
+For more information, see :doc:`pools.rst#associate-pool-to-application`.
+
 POOL_FULL
 _________