diff options
author | Prashant D <pdhange@redhat.com> | 2023-11-13 22:34:59 +0100 |
---|---|---|
committer | Prashant D <pdhange@redhat.com> | 2023-11-16 18:13:12 +0100 |
commit | 44886efc640b94b9a38f7dbfe2ecf473d48c3988 (patch) | |
tree | bcdafa639a2863ef4ae40cbb5216b6428599b4b9 /PendingReleaseNotes | |
parent | Merge pull request #54171 from smanjara/wip-fix-archive-version-status (diff) | |
download | ceph-44886efc640b94b9a38f7dbfe2ecf473d48c3988.tar.xz ceph-44886efc640b94b9a38f7dbfe2ecf473d48c3988.zip |
PendingReleaseNotes: Add note for POOL_APP_NOT_ENABLED
Adds release notes for the fix added in #47560
Signed-off-by: Prashant D <pdhange@redhat.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r-- | PendingReleaseNotes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes index b7290fb3938..eecf724d463 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -57,6 +57,13 @@ level storage operator (like Rook) to recreate the missing file system. See https://docs.ceph.com/en/latest/cephfs/administration/#file-systems docs for more information. +* 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``. >=18.0.0 |