]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/mgr/dashboard_plugins/debug.inc.rst
import ceph quincy 17.2.4
[ceph.git] / ceph / doc / mgr / dashboard_plugins / debug.inc.rst
index e11137cd258df902c97f1b195aeb37b5f585346d..883419cbf57c87458c95c3e91ee0cbb00232ffcd 100644 (file)
@@ -4,13 +4,30 @@ 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::
+debug mode. It can be enabled, disabled or checked with the following command:
+
+.. prompt:: bash $
+
+   ceph dashboard debug status
+
+::
 
-  $ ceph dashboard debug status
   Debug: 'disabled'
-  $ ceph dashboard debug enable
+
+.. prompt:: bash $
+
+   ceph dashboard debug enable
+
+::
+
   Debug: 'enabled'
-  $ ceph dashboard debug disable
+
+.. prompt:: bash $
+
+   ceph dashboard debug disable
+
+::
+
   Debug: 'disabled'
 
 By default, it's disabled. This is the recommended setting for production