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.