Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: clarify mds deactivate purpose #11957

Merged
merged 2 commits into from Nov 15, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 6 additions & 2 deletions doc/cephfs/administration.rst
Expand Up @@ -45,13 +45,17 @@ creation of multiple filesystems use ``ceph fs flag set enable_multiple true``.
Daemons
-------

These commands act on specific mds daemons or ranks. For convenience,
they accept arguments that
These commands act on specific mds daemons or ranks.

::

mds fail <gid/name/role

This command deactivates an MDS causing it to flush its entire journal to
backing RADOS objects and close all open client sessions. Deactivating an MDS
is primarily intended for bringing down a rank after reducing the number of
active MDS (max_mds).

::

mds deactivate <role>
Expand Down