diff options
author | Sage Weil <sage@redhat.com> | 2019-02-20 14:03:56 +0100 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2019-02-20 14:03:56 +0100 |
commit | 618c0ea5da3382e307406c6562fb6423c03da1de (patch) | |
tree | cdb77973de6d4866dfd6811bd84a51c84b8898be /doc | |
parent | Merge PR #26489 into master (diff) | |
parent | qa, doc: update ec fast read setting (diff) | |
download | ceph-618c0ea5da3382e307406c6562fb6423c03da1de.tar.xz ceph-618c0ea5da3382e307406c6562fb6423c03da1de.zip |
Merge PR #26417 into master
* refs/pull/26417/head:
qa, doc: update ec fast read setting
qa/suites: remove mon kv backend options
Reviewed-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rados/configuration/mon-config-ref.rst | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/rados/configuration/mon-config-ref.rst b/doc/rados/configuration/mon-config-ref.rst index 039d8444c0c..480ccf888fd 100644 --- a/doc/rados/configuration/mon-config-ref.rst +++ b/doc/rados/configuration/mon-config-ref.rst @@ -988,6 +988,14 @@ Monitors can also disallow removal of pools if configured that way. :Type: Boolean :Default: ``false`` +``osd pool default ec fast read`` + +:Description: Whether to turn on fast read on the pool or not. It will be used as + the default setting of newly created erasure coded pools if ``fast_read`` + is not specified at create time. +:Type: Boolean +:Default: ``false`` + ``osd pool default flag hashpspool`` :Description: Set the hashpspool flag on new pools @@ -1101,15 +1109,6 @@ Miscellaneous :Default: False -``mon osd pool ec fast read`` - -:Description: Whether turn on fast read on the pool or not. It will be used as - the default setting of newly created erasure pools if ``fast_read`` - is not specified at create time. -:Type: Boolean -:Default: False - - ``mon mds skip sanity`` :Description: Skip safety assertions on FSMap (in case of bugs where we want to |