@@ -27,30 +27,30 @@ By default all features come enabled.
2727
2828To 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
4343To 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