From 6dbe276ff5379d548cb642649774bcaadef8884a Mon Sep 17 00:00:00 2001 From: Shraddha Agrawal Date: Tue, 17 Feb 2026 20:29:07 +0530 Subject: [PATCH] doc: update default availbility score status The feature is turned off by default post https://github.com/ceph/ceph/pull/65545. Update the docs to reflect the same. Signed-off-by: Shraddha Agrawal --- doc/rados/operations/monitoring.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/rados/operations/monitoring.rst b/doc/rados/operations/monitoring.rst index 9ded069bf68..927daf05f50 100644 --- a/doc/rados/operations/monitoring.rst +++ b/doc/rados/operations/monitoring.rst @@ -845,12 +845,12 @@ it is not possible to set this interval less than the config value set for ``paxos_propose_interval``. -This feature is on by default. To turn the feature off, e.g. - for an expected -downtime, the ``enable_availability_tracking`` config option can be set to ``false``. +This feature is off by default. To turn the feature on, the +``enable_availability_tracking`` config option can be set to ``true``. .. prompt:: bash # - ceph config set mon enable_availability_tracking false + ceph config set mon enable_availability_tracking true While the feature is turned off, the last calculated score will be preserved. The score will again start updating once the feature is turned on again. -- 2.47.3