@@ -6,12 +6,15 @@ Feature Toggles
66This plug-in allows to enable or disable some features from the Ceph Dashboard
77on-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
1619The 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
5458After 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