mirror of
https://github.com/ceph/ceph
synced 2025-01-20 01:51:34 +00:00
Merge pull request #55161 from tobydarling/patch-2
doc/rados/operations: Fix off-by-one erors in control.rst Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
This commit is contained in:
commit
19aa8fc73d
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user