From 51bee7a936927c5092c277d90726a63a23be8a26 Mon Sep 17 00:00:00 2001 From: Shraddha Agrawal Date: Wed, 7 May 2025 18:49:08 +0530 Subject: [PATCH] doc: add release notes for availability score Fixes: https://tracker.ceph.com/issues/67777 Signed-off-by: Shraddha Agrawal --- PendingReleaseNotes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 0df0a300c02bc..b238937eb81ea 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 -- 2.39.5