diff options
author | Malte Fiala <maltefiala@produktion.io> | 2016-10-27 19:26:34 +0200 |
---|---|---|
committer | Malte Fiala <maltefiala@produktion.io> | 2016-10-27 19:27:19 +0200 |
commit | 34cd50c4c405e6618acd4a013867bbfbcf1e1619 (patch) | |
tree | 64d4ee08ae1a94d84f248d74a4ae6990a2a37e1c /doc/cephfs/administration.rst | |
parent | Merge pull request #11666 from tchaikov/wip-cmake (diff) | |
download | ceph-34cd50c4c405e6618acd4a013867bbfbcf1e1619.tar.xz ceph-34cd50c4c405e6618acd4a013867bbfbcf1e1619.zip |
doc: Fixed mapping error in legacy mds command
Signed-off-by: Malte Fiala <maltefiala@produktion.io>
Diffstat (limited to '')
-rw-r--r-- | doc/cephfs/administration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cephfs/administration.rst b/doc/cephfs/administration.rst index da95fe359b9..f66e9369191 100644 --- a/doc/cephfs/administration.rst +++ b/doc/cephfs/administration.rst @@ -130,7 +130,7 @@ Legacy mds set_max_mds # replaced by "fs set max_mds" mds set # replaced by "fs set" mds cluster_down # replaced by "fs set cluster_down" - mds cluster_up # replaced by "fs set cluster_down" + mds cluster_up # replaced by "fs set cluster_up" 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" |