]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr: edit debug.inc.rst 63393/head
authorZac Dover <zac.dover@proton.me>
Tue, 20 May 2025 05:29:23 +0000 (15:29 +1000)
committerZac Dover <zac.dover@proton.me>
Wed, 21 May 2025 11:18:46 +0000 (21:18 +1000)
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)

doc/mgr/dashboard_plugins/debug.inc.rst

index 883419cbf57c87458c95c3e91ee0cbb00232ffcd..9acb1f8be64d613e53e26ada777198ef6f9fd6ce 100644 (file)
@@ -6,29 +6,29 @@ Debug
 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.