]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/releases: edit reef.rst 55064/head
authorZac Dover <zac.dover@proton.me>
Wed, 3 Jan 2024 14:20:51 +0000 (00:20 +1000)
committerZac Dover <zac.dover@proton.me>
Fri, 5 Jan 2024 11:01:35 +0000 (21:01 +1000)
Make minor corrections to doc/releases/reef.rst. These corrections were
suggested by Anthony D'Atri in https://github.com/ceph/ceph/pull/55049.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit d02178fdbd5707c6469fdd678f42a4575a3c10b4)

doc/releases/reef.rst

index 839d48ff61ffef421d4e906f25ed8810ee235d35..fa8cdb1f3c18d5ee26a409f015e3631a9314181b 100644 (file)
@@ -65,13 +65,12 @@ Notable Changes
 * mgr/snap-schedule: For clusters with multiple CephFS file systems, all the
   snap-schedule commands now expect the '--fs' argument.
 
-* RADOS: A POOL_APP_NOT_ENABLED health warning will now be reported if
-  the application is not enabled for the pool irrespective of whether
-  the pool is in use or not. Always tag a pool with an application
-  using ``ceph osd pool application enable`` command to avoid reporting
-  of POOL_APP_NOT_ENABLED health warning for that pool.
-  The user might temporarily mute this warning using
-  ``ceph health mute POOL_APP_NOT_ENABLED``.
+* RADOS: A ``POOL_APP_NOT_ENABLED`` health warning will now be reported if the
+  application is not enabled for the pool whether the pool is in use or not.
+  Always tag a pool with an application using ``ceph osd pool application
+  enable`` command to avoid reporting ``POOL_APP_NOT_ENABLED`` for that pool.
+  The user might temporarily mute this warning using ``ceph health mute
+  POOL_APP_NOT_ENABLED``.
 
 * Dashboard: An overview page for RGW to show the overall status of RGW components.