From: Zac Dover Date: Tue, 20 May 2025 05:37:55 +0000 (+1000) Subject: doc/mgr: edit feature_toggles.inc.rst X-Git-Tag: testing/wip-vshankar-testing-20250603.055014-reef-debug~55^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d30400e563fc764c99f3975cf73c16c92437282b;p=ceph-ci.git 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 https://github.com/ceph/ceph/pull/62782. Signed-off-by: Zac Dover (cherry picked from commit 18e4ca258194238699649857f5f0ba195b67dea2) --- diff --git a/doc/mgr/dashboard_plugins/feature_toggles.inc.rst b/doc/mgr/dashboard_plugins/feature_toggles.inc.rst index 7c96b0faaaf..2360afad316 100644 --- a/doc/mgr/dashboard_plugins/feature_toggles.inc.rst +++ b/doc/mgr/dashboard_plugins/feature_toggles.inc.rst @@ -27,30 +27,30 @@ By default all features come enabled. To retrieve a list of features and their current statuses: -.. prompt:: bash $ +.. prompt:: bash # ceph dashboard feature status :: - Feature 'cephfs': 'enabled' - Feature 'iscsi': 'enabled' - Feature 'mirroring': 'enabled' - Feature 'rbd': 'enabled' - Feature 'rgw': 'enabled' - Feature 'nfs': 'enabled' + Feature 'cephfs': 'enabled' + Feature 'iscsi': 'enabled' + Feature 'mirroring': 'enabled' + Feature 'rbd': 'enabled' + Feature 'rgw': 'enabled' + Feature 'nfs': 'enabled' To enable or disable the status of a single or multiple features: -.. prompt:: bash $ +.. prompt:: bash # ceph dashboard feature disable iscsi mirroring -:: +:: - Feature 'iscsi': disabled - Feature 'mirroring': disabled + Feature 'iscsi': disabled + Feature 'mirroring': disabled -After a feature status has changed, the API REST endpoints immediately respond to -that change, while for the front-end UI elements, it may take up to 20 seconds to -reflect it. +After a feature status has changed, the API REST endpoints immediately respond +to that change, but it make take up to twenty (20) seconds for the front-end +UI elements seconds to reflect the change.