]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/mgr/dashboard_plugins/feature_toggles.inc.rst
import ceph quincy 17.2.4
[ceph.git] / ceph / doc / mgr / dashboard_plugins / feature_toggles.inc.rst
index 5153e7092c80f1450cb8f75e8da6bca1d4c990a5..7c96b0faaaf5b80a230c187cc5eefd2aa75bcd62 100644 (file)
@@ -25,9 +25,14 @@ The list of features that can be enabled/disabled is:
 
 By default all features come enabled.
 
-To retrieve a list of features and their current statuses::
+To retrieve a list of features and their current statuses:
+
+.. prompt:: bash $
+
+   ceph dashboard feature status
+
+::
 
-  $ ceph dashboard feature status
   Feature 'cephfs': 'enabled'
   Feature 'iscsi': 'enabled'
   Feature 'mirroring': 'enabled'
@@ -35,9 +40,14 @@ To retrieve a list of features and their current statuses::
   Feature 'rgw': 'enabled'
   Feature 'nfs': 'enabled'
 
-To enable or disable the status of a single or multiple features::
+To enable or disable the status of a single or multiple features:
+
+.. prompt:: bash $
+
+   ceph dashboard feature disable iscsi mirroring
+
+:: 
 
-  $ ceph dashboard feature disable iscsi mirroring
   Feature 'iscsi': disabled
   Feature 'mirroring': disabled