]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa, doc: update ec fast read setting 26417/head
authorJosh Durgin <jdurgin@redhat.com>
Fri, 8 Feb 2019 22:11:34 +0000 (17:11 -0500)
committerJosh Durgin <jdurgin@redhat.com>
Fri, 8 Feb 2019 22:11:34 +0000 (17:11 -0500)
31dd620883bc5114a476f9f37251f139b8abe326 renamed it but did not update the suites or docs

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
doc/rados/configuration/mon-config-ref.rst
qa/suites/rados/thrash-erasure-code-big/thrashers/fastread.yaml
qa/suites/rados/thrash-erasure-code/fast/fast.yaml
qa/suites/rados/thrash-erasure-code/thrashers/fastread.yaml

index 039d8444c0c75aa069a7c2bfff6181938ba038f7..480ccf888fd32a412c0de22ff3aac173c6112869 100644 (file)
@@ -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
index 918dd24f7ac50af0db7b707924b4c168d057aa04..17087078ef74cf472087905fa5a6e5f6c1011aa4 100644 (file)
@@ -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
index 9c3f726458153523b5d7f1858142f3982c5e1a63..8ebfee0a975d43c11d1510e2f524a07877fd4eed 100644 (file)
@@ -2,4 +2,4 @@ overrides:
   ceph:
     conf:
       global:
-        mon osd pool ec fast read: true
+        osd pool default ec fast read: true
index 473a717842d0ebbc4290ab031caf649b7599a7fe..4701fae562988d987d2191bc3077a8ac6f6593aa 100644 (file)
@@ -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