From 18e4ca258194238699649857f5f0ba195b67dea2 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 20 May 2025 15:37:55 +1000 Subject: [PATCH] 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 --- .../dashboard_plugins/feature_toggles.inc.rst | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/mgr/dashboard_plugins/feature_toggles.inc.rst b/doc/mgr/dashboard_plugins/feature_toggles.inc.rst index 7c96b0faaaf5b..2360afad316c6 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. -- 2.39.5