Skip to content

Commit 1cfa0ab

Browse files
committed
doc/mgr: edit feature_toggles.inc.rst
Edit doc/mgr/dashboard_plugins/features_toggles.inc.rst. This commit is part of a project to separate out the twenty-five files that were committed to ceph#62782. Signed-off-by: Zac Dover <[email protected]> (cherry picked from commit 18e4ca2)
1 parent bcae93b commit 1cfa0ab

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

doc/mgr/dashboard_plugins/feature_toggles.inc.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,30 @@ By default all features come enabled.
2727

2828
To retrieve a list of features and their current statuses:
2929

30-
.. prompt:: bash $
30+
.. prompt:: bash #
3131

3232
ceph dashboard feature status
3333

3434
::
3535

36-
Feature 'cephfs': 'enabled'
37-
Feature 'iscsi': 'enabled'
38-
Feature 'mirroring': 'enabled'
39-
Feature 'rbd': 'enabled'
40-
Feature 'rgw': 'enabled'
41-
Feature 'nfs': 'enabled'
36+
Feature 'cephfs': 'enabled'
37+
Feature 'iscsi': 'enabled'
38+
Feature 'mirroring': 'enabled'
39+
Feature 'rbd': 'enabled'
40+
Feature 'rgw': 'enabled'
41+
Feature 'nfs': 'enabled'
4242

4343
To enable or disable the status of a single or multiple features:
4444

45-
.. prompt:: bash $
45+
.. prompt:: bash #
4646

4747
ceph dashboard feature disable iscsi mirroring
4848

49-
::
49+
::
5050

51-
Feature 'iscsi': disabled
52-
Feature 'mirroring': disabled
51+
Feature 'iscsi': disabled
52+
Feature 'mirroring': disabled
5353

54-
After a feature status has changed, the API REST endpoints immediately respond to
55-
that change, while for the front-end UI elements, it may take up to 20 seconds to
56-
reflect it.
54+
After a feature status has changed, the API REST endpoints immediately respond
55+
to that change, but it make take up to twenty (20) seconds for the front-end
56+
UI elements seconds to reflect the change.

0 commit comments

Comments
 (0)