Skip to content

Commit 239dd0e

Browse files
authored
Merge pull request ceph#63703 from zdover23/wip-doc-2025-06-04-backport-63622-to-tentacle
tentacle: doc/mgr/dashboard_plugins: edit feature_toggles.inc.rst Reviewed-by: Anthony D'Atri <[email protected]>
2 parents 3ff70e1 + e33d5cc commit 239dd0e

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

doc/mgr/dashboard_plugins/feature_toggles.inc.rst

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ Feature Toggles
66
This plug-in allows to enable or disable some features from the Ceph Dashboard
77
on-demand. When a feature becomes disabled:
88

9-
- Its front-end elements (web pages, menu entries, charts, etc.) will become hidden.
10-
- Its associated REST API endpoints will reject any further requests (404, Not Found Error).
9+
- Its front-end elements (web pages, menu entries, charts, etc.) will become
10+
hidden.
11+
- Its associated REST API endpoints will reject any further requests (404, Not
12+
Found Error).
1113

12-
The main purpose of this plug-in is to allow ad-hoc customizations of the workflows exposed
13-
by the dashboard. Additionally, it could allow for dynamically enabling experimental
14-
features with minimal configuration burden and no service impact.
14+
The main purpose of this plug-in is to allow ad hoc customizations of the
15+
workflows exposed by the dashboard. Additionally, it could allow for dynamically
16+
enabling experimental features with minimal configuration burden and no service
17+
impact.
1518

1619
The list of features that can be enabled/disabled is:
1720

@@ -35,6 +38,7 @@ To retrieve a list of features and their current statuses:
3538

3639
Feature 'cephfs': 'enabled'
3740
Feature 'iscsi': 'enabled'
41+
Feature 'nvmeof': 'enabled'
3842
Feature 'mirroring': 'enabled'
3943
Feature 'rbd': 'enabled'
4044
Feature 'rgw': 'enabled'
@@ -52,5 +56,5 @@ To enable or disable the status of a single or multiple features:
5256
Feature 'mirroring': disabled
5357

5458
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.
59+
to that change, but it may take up to twenty (20) seconds for the front-end UI
60+
elements seconds to reflect the change.

0 commit comments

Comments
 (0)