From 682def2e3274c07a77d1bc15b59e54dcf12d52b5 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Fri, 8 Feb 2019 17:11:34 -0500 Subject: [PATCH] qa, doc: update ec fast read setting 31dd620883bc5114a476f9f37251f139b8abe326 renamed it but did not update the suites or docs Signed-off-by: Josh Durgin --- doc/rados/configuration/mon-config-ref.rst | 17 ++++++++--------- .../thrashers/fastread.yaml | 2 +- .../rados/thrash-erasure-code/fast/fast.yaml | 2 +- .../thrash-erasure-code/thrashers/fastread.yaml | 2 +- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/doc/rados/configuration/mon-config-ref.rst b/doc/rados/configuration/mon-config-ref.rst index 039d8444c0c75..480ccf888fd32 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 diff --git a/qa/suites/rados/thrash-erasure-code-big/thrashers/fastread.yaml b/qa/suites/rados/thrash-erasure-code-big/thrashers/fastread.yaml index 918dd24f7ac50..17087078ef74c 100644 --- a/qa/suites/rados/thrash-erasure-code-big/thrashers/fastread.yaml +++ b/qa/suites/rados/thrash-erasure-code-big/thrashers/fastread.yaml @@ -5,7 +5,7 @@ overrides: - objects unfound and apparently lost conf: mon: - mon osd pool ec fast read: 1 + osd pool default ec fast read: true osd: osd debug reject backfill probability: .1 osd scrub min interval: 60 diff --git a/qa/suites/rados/thrash-erasure-code/fast/fast.yaml b/qa/suites/rados/thrash-erasure-code/fast/fast.yaml index 9c3f726458153..8ebfee0a975d4 100644 --- a/qa/suites/rados/thrash-erasure-code/fast/fast.yaml +++ b/qa/suites/rados/thrash-erasure-code/fast/fast.yaml @@ -2,4 +2,4 @@ overrides: ceph: conf: global: - mon osd pool ec fast read: true + osd pool default ec fast read: true diff --git a/qa/suites/rados/thrash-erasure-code/thrashers/fastread.yaml b/qa/suites/rados/thrash-erasure-code/thrashers/fastread.yaml index 473a717842d0e..4701fae562988 100644 --- a/qa/suites/rados/thrash-erasure-code/thrashers/fastread.yaml +++ b/qa/suites/rados/thrash-erasure-code/thrashers/fastread.yaml @@ -5,7 +5,7 @@ overrides: - objects unfound and apparently lost conf: mon: - mon osd pool ec fast read: 1 + osd pool default ec fast read: true osd: osd debug reject backfill probability: .1 osd scrub min interval: 60 -- 2.39.5