From: Shraddha Agrawal Date: Tue, 17 Feb 2026 14:59:07 +0000 (+0530) Subject: doc: update default availbility score status X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F67375%2Fhead;p=ceph.git 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 --- 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.