From: tobydarling Date: Fri, 12 Jan 2024 14:10:13 +0000 (+0000) Subject: doc/rados/operations: Fix off-by-one errors in control.rst X-Git-Tag: testing/wip-pdonnell-testing-20240430.123648-reef-debug~320^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=bd87c5f32a291831a6f233f089dc16028407fdea;p=ceph-ci.git doc/rados/operations: Fix off-by-one errors in control.rst Description of examples was off by one Signed-off-by: tobydarling (cherry picked from commit c636e3ed2d459a063ae6ab0e2dc876db5c58c7e6) --- diff --git a/doc/rados/operations/control.rst b/doc/rados/operations/control.rst index 033f831cd8f..32d043f1f31 100644 --- a/doc/rados/operations/control.rst +++ b/doc/rados/operations/control.rst @@ -474,27 +474,25 @@ following command: ceph tell mds.{mds-id} config set {setting} {value} -Example: +Example: to enable debug messages, run the following command: .. prompt:: bash $ ceph tell mds.0 config set debug_ms 1 -To enable debug messages, run the following command: +To display the status of all metadata servers, run the following command: .. prompt:: bash $ ceph mds stat -To display the status of all metadata servers, run the following command: +To mark the active metadata server as failed (and to trigger failover to a +standby if a standby is present), run the following command: .. prompt:: bash $ ceph mds fail 0 -To mark the active metadata server as failed (and to trigger failover to a -standby if a standby is present), run the following command: - .. todo:: ``ceph mds`` subcommands missing docs: set, dump, getmap, stop, setmap