happen if they are misplaced or degraded (see *PG_AVAILABILITY* and
*PG_DEGRADED* above).
-You can manually initiate a scrub of a clean PG with::
+You can manually initiate a scrub of a clean PG with:
+
+.. prompt:: bash $
- ceph pg deep-scrub <pgid>
+ ceph pg deep-scrub <pgid>
PG_SLOW_SNAP_TRIMMING
indicate a software bug, a hardware problem (e.g., a failing disk), or
some other problem.
-New crashes can be listed with::
+New crashes can be listed with:
+
+.. prompt:: bash $
- ceph crash ls-new
+ ceph crash ls-new
-Information about a specific crash can be examined with::
+Information about a specific crash can be examined with:
- ceph crash info <crash-id>
+.. prompt:: bash $
+
+ ceph crash info <crash-id>
This warning can be silenced by "archiving" the crash (perhaps after
being examined by an administrator) so that it does not generate this
-warning::
+warning:
+
+.. prompt:: bash $
- ceph crash archive <crash-id>
+ ceph crash archive <crash-id>
-Similarly, all new crashes can be archived with::
+Similarly, all new crashes can be archived with:
- ceph crash archive-all
+.. prompt:: bash $
+
+ ceph crash archive-all
Archived crashes will still be visible via ``ceph crash ls`` but not
``ceph crash ls-new``.
The time period for what "recent" means is controlled by the option
``mgr/crash/warn_recent_interval`` (default: two weeks).
-These warnings can be disabled entirely with::
+These warnings can be disabled entirely with:
+
+.. prompt:: bash $
- ceph config set mgr/crash/warn_recent_interval 0
+ ceph config set mgr/crash/warn_recent_interval 0
RECENT_MGR_MODULE_CRASH
_______________________
problem maybe be disabled as a result, the function of other modules
is normally unaffected.
-As with the *RECENT_CRASH* health alert, the crash can be inspected with::
+As with the *RECENT_CRASH* health alert, the crash can be inspected with:
- ceph crash info <crash-id>
+.. prompt:: bash $
+
+ ceph crash info <crash-id>
This warning can be silenced by "archiving" the crash (perhaps after
being examined by an administrator) so that it does not generate this
-warning::
+warning:
+
+.. prompt:: bash $
- ceph crash archive <crash-id>
+ ceph crash archive <crash-id>
-Similarly, all new crashes can be archived with::
+Similarly, all new crashes can be archived with:
- ceph crash archive-all
+.. prompt:: bash $
+
+ ceph crash archive-all
Archived crashes will still be visible via ``ceph crash ls`` but not
``ceph crash ls-new``.
The time period for what "recent" means is controlled by the option
``mgr/crash/warn_recent_interval`` (default: two weeks).
-These warnings can be disabled entirely with::
+These warnings can be disabled entirely with:
+
+.. prompt:: bash $
- ceph config set mgr/crash/warn_recent_interval 0
+ ceph config set mgr/crash/warn_recent_interval 0
TELEMETRY_CHANGED
_________________
ensure they have an opportunity to (re)review what information will be
shared.
-To review the contents of the telemetry report,::
+To review the contents of the telemetry report:
+
+.. prompt:: bash $
- ceph telemetry show
+ ceph telemetry show
Note that the telemetry report consists of several optional channels
that may be independently enabled or disabled. For more information, see
:ref:`telemetry`.
-To re-enable telemetry (and make this warning go away),::
+To re-enable telemetry (and make this warning go away):
+
+.. prompt:: bash $
+
+ ceph telemetry on
- ceph telemetry on
+To disable telemetry (and make this warning go away):
-To disable telemetry (and make this warning go away),::
+.. prompt:: bash $
- ceph telemetry off
+ ceph telemetry off
AUTH_BAD_CAPS
_____________
properly validate their syntax, or if the syntax of the capabilities
has changed.
-The user in question can be removed with::
+The user in question can be removed with:
- ceph auth rm <entity-name>
+.. prompt:: bash $
+
+ ceph auth rm <entity-name>
(This will resolve the health alert, but obviously clients will not be
able to authenticate as that user.)
-Alternatively, the capabilities for the user can be updated with::
+Alternatively, the capabilities for the user can be updated with:
+
+.. prompt:: bash $
- ceph auth <entity-name> <daemon-type> <caps> [<daemon-type> <caps> ...]
+ ceph auth <entity-name> <daemon-type> <caps> [<daemon-type> <caps> ...]
For more information about auth capabilities, see :ref:`user-management`.
host to power-cycle or reboot.
This warning can silenced by setting the
-``mon_warn_on_osd_down_out_interval_zero`` to false::
+``mon_warn_on_osd_down_out_interval_zero`` to false:
- ceph config global mon mon_warn_on_osd_down_out_interval_zero false
+.. prompt:: bash $
+
+ ceph config global mon mon_warn_on_osd_down_out_interval_zero false
DASHBOARD_DEBUG
_______________
environments because such a traceback might contain and expose sensible
information.
-The debug mode can be disabled with::
+The debug mode can be disabled with:
+
+.. prompt:: bash $
- ceph dashboard debug disable
+ ceph dashboard debug disable