Skip to content

Commit ba852da

Browse files
committed
doc: update user docs and release notes
Fixes: https://tracker.ceph.com/issues/71495 Signed-off-by: Shraddha Agrawal <[email protected]>
1 parent c08cf32 commit ba852da

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

PendingReleaseNotes

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,14 @@
147147
`s3:GetObjectRetention` are also considered when fetching the source object.
148148
Replication of tags is controlled by the `s3:GetObject(Version)Tagging` permission.
149149

150-
* RADOS: A new command, `ceph osd pool availability-status`, has been added that allows
150+
* RADOS: A new command, ``ceph osd pool availability-status``, has been added that allows
151151
users to view the availability score for each pool in a cluster. A pool is considered
152152
unavailable if any PG in the pool is not in active state or if there are unfound
153153
objects. Otherwise the pool is considered available. The score is updated every
154-
5 seconds. The feature is on by default. A new config option `enable_availability_tracking`
155-
can be used to turn off the feature if required. This feature is in tech preview.
154+
5 seconds. The feature is on by default. A new config option ``enable_availability_tracking``
155+
can be used to turn off the feature if required. Another command is added to clear the
156+
availability status for a specific pool, ``ceph osd pool clear-availability-status <pool-name>``.
157+
This feature is in tech preview.
156158
Related trackers:
157159
- https://tracker.ceph.com/issues/67777
158160

doc/rados/operations/monitoring.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,4 +794,13 @@ downtime, the ``enable_availability_tracking`` config option can be set to ``fal
794794
ceph config set mon enable_availability_tracking false
795795

796796
While the feature is turned off, the last calculated score will be preserved. The
797-
score will again start updating once the feature is turned on again.
797+
score will again start updating once the feature is turned on again.
798+
799+
It's also possible to clear the data availability score for a specific
800+
pool if needed with a command of the following form:
801+
802+
.. prompt:: bash $
803+
804+
ceph osd pool clear-availability-status <pool-name>
805+
806+
Note: Clearing a score is not allowed if the feature itself is disabled.

0 commit comments

Comments
 (0)