]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: update default availbility score status
authorShraddha Agrawal <shraddha.agrawal000@gmail.com>
Tue, 17 Feb 2026 14:59:07 +0000 (20:29 +0530)
committerShraddha Agrawal <shraddha.agrawal000@gmail.com>
Tue, 17 Feb 2026 14:59:07 +0000 (20:29 +0530)
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 <shraddha.agrawal000@gmail.com>
doc/rados/operations/monitoring.rst

index 9ded069bf68af005d765f5001f583b607f2925ef..927daf05f50d5068981982e7a6571ded73510866 100644 (file)
@@ -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.