Edit doc/mgr/dashboard_plugins/debug.inc.rst.
This commit is part of a project to separate out the twenty-five files
that were committed to https://github.com/ceph/ceph/pull/63255.
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit
1e87aa66b9de0a4e74bb4b1fbd806d974e0e8dcf)
This plugin allows to customize the behaviour of the dashboard according to the
debug mode. It can be enabled, disabled or checked with the following command:
-.. prompt:: bash $
+.. prompt:: bash #
ceph dashboard debug status
::
- Debug: 'disabled'
+ Debug: 'disabled'
-.. prompt:: bash $
+.. prompt:: bash
ceph dashboard debug enable
::
- Debug: 'enabled'
+ Debug: 'enabled'
-.. prompt:: bash $
+.. prompt:: bash #
ceph dashboard debug disable
::
- Debug: 'disabled'
+ Debug: 'disabled'
By default, it's disabled. This is the recommended setting for production
deployments. If required, debug mode can be enabled without need of restarting.