mds repaired <role>
+::
+
+ mds stat
+
+
Global settings
---------------
mds compat show
-::
-
- mds getmap
-
::
mds set_state
Legacy
------
-The ``ceph mds set`` command is the deprecated version of ``ceph fs set``,
-from before there was more than one filesystem per cluster. It operates
-on whichever filesystem is marked as the default (see ``ceph fs
-set-default``.)
+These legacy commands are obsolete and no longer usable post-Luminous.
::
- mds stat
- mds dump # replaced by "fs get"
- mds stop # replaced by "mds deactivate"
- mds set_max_mds # replaced by "fs set max_mds"
- mds set # replaced by "fs set"
+ mds add_data_pool # replaced by "fs add_data_pool"
mds cluster_down # replaced by "fs set cluster_down"
mds cluster_up # replaced by "fs set cluster_up"
+ mds dump # replaced by "fs get"
+ mds getmap # replaced by "fs dump"
mds newfs # replaced by "fs new"
- mds add_data_pool # replaced by "fs add_data_pool"
- mds remove_data_pool #replaced by "fs remove_data_pool"
+ mds remove_data_pool # replaced by "fs remove_data_pool"
+ mds set # replaced by "fs set"
+ mds set_max_mds # replaced by "fs set max_mds"
+ mds stop # replaced by "mds deactivate"
OPTION(filer_max_truncate_ops, OPT_U32)
OPTION(mds_data, OPT_STR)
-OPTION(mds_max_file_size, OPT_U64) // Used when creating new CephFS. Change with 'ceph mds set max_file_size <size>' afterwards
+OPTION(mds_max_file_size, OPT_U64) // Used when creating new CephFS. Change with 'ceph fs set <fs_name> max_file_size <size>' afterwards
// max xattr kv pairs size for each dir/file
OPTION(mds_max_xattr_pairs_size, OPT_U32)
OPTION(mds_max_file_recover, OPT_U32)