X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=ceph%2Fdoc%2Fmgr%2Fdashboard_plugins%2Ffeature_toggles.inc.rst;h=7c96b0faaaf5b80a230c187cc5eefd2aa75bcd62;hb=2a845540123ad00df2e55947b8080306ebdcf410;hp=5153e7092c80f1450cb8f75e8da6bca1d4c990a5;hpb=0948533fc3b372aaa92e1cd3da22f2258220e199;p=ceph.git diff --git a/ceph/doc/mgr/dashboard_plugins/feature_toggles.inc.rst b/ceph/doc/mgr/dashboard_plugins/feature_toggles.inc.rst index 5153e7092..7c96b0faa 100644 --- a/ceph/doc/mgr/dashboard_plugins/feature_toggles.inc.rst +++ b/ceph/doc/mgr/dashboard_plugins/feature_toggles.inc.rst @@ -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