]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Merge pull request #66675 from bluikko/wip-doc-rados-ops-health-checks-fixes2
authorbluikko <14869000+bluikko@users.noreply.github.com>
Fri, 19 Dec 2025 05:15:00 +0000 (12:15 +0700)
committerGitHub <noreply@github.com>
Fri, 19 Dec 2025 05:15:00 +0000 (12:15 +0700)
doc/rados: Fix minor issues and improvements in health-checks.rst (2 of x)

1  2 
doc/rados/operations/health-checks.rst

index f65f4f8c56d557fe87db1a592214316f1320a17d,fbc1b328ef00ed91e0cd6c25f9e2a3cb86332a09..246ae7111ca72b4963c18c668c698db080b9d6ef
@@@ -257,29 -251,27 +257,29 @@@ indefinitely by running the following c
  AUTH_INSECURE_GLOBAL_ID_RECLAIM_ALLOWED
  _______________________________________
  
 -Ceph is currently configured to allow clients that reconnect to monitors using
 +Ceph is currently configured to allow clients that reconnect to Monitors using
  an insecure process to reclaim their previous ``global_id``. Such reclaiming is
 -allowed because, by default, ``auth_allow_insecure_global_id_reclaim`` is set
 -to ``true``. It might be necessary to leave this setting enabled while existing
 -Ceph clients are upgraded to newer versions of Ceph that correctly and securely
 -reclaim their ``global_id``.
 +allowed because, by default, :confval:`auth_allow_insecure_global_id_reclaim`
 +is set to ``true``. It might be necessary to leave this setting enabled while
 +existing Ceph clients are upgraded to newer versions of Ceph that correctly and
 +securely reclaim their ``global_id``.
  
  If the ``AUTH_INSECURE_GLOBAL_ID_RECLAIM`` health check has not also been
 -raised and if the ``auth_expose_insecure_global_id_reclaim`` setting has not
 -been disabled (it is enabled by default), then there are currently no clients
 -connected that need to be upgraded. In that case, it is safe to disable
 -``insecure global_id reclaim`` by running the following command:
 +raised and if the :confval:`auth_expose_insecure_global_id_reclaim` setting has
 +not been disabled (it is enabled by default), then there are currently no
 +clients connected that need to be upgraded. In that case, it is safe to disable
 +insecure ``global_id`` reclaim by running the following command:
  
- .. prompt:: bash $
+ .. prompt:: bash #
  
     ceph config set mon auth_allow_insecure_global_id_reclaim false
  
  On the other hand, if there are still clients that need to be upgraded, then
 -this alert can be temporarily silenced by running the following command:
 +this alert can be
 +temporarily :ref:`silenced <rados-monitoring-muting-health-checks>` by running
 +the following command:
  
- .. prompt:: bash $
+ .. prompt:: bash #
  
     ceph health mute AUTH_INSECURE_GLOBAL_ID_RECLAIM_ALLOWED 1w   # 1 week