From: Shraddha Agrawal Date: Wed, 7 May 2025 13:19:08 +0000 (+0530) Subject: doc: add release notes for availability score X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=51bee7a936927c5092c277d90726a63a23be8a26;p=ceph.git doc: add release notes for availability score Fixes: https://tracker.ceph.com/issues/67777 Signed-off-by: Shraddha Agrawal --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 0df0a300c02..b238937eb81 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -147,6 +147,14 @@ `s3:GetObjectRetention` are also considered when fetching the source object. Replication of tags is controlled by the `s3:GetObject(Version)Tagging` permission. +* RADOS: A new command, `ceph osd pool availability-status`, has been added that allows + users to view the availability score for each pool in a cluster. A pool is considered + unavailable if any PG in the pool is not in active state or if there are unfound + objects. Otherwise the pool is considered available. The score is updated every + 5 seconds. + Related trackers: + - https://tracker.ceph.com/issues/67777 + >=19.2.1 * CephFS: Command `fs subvolume create` now allows tagging subvolumes through option