]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/configuration: fix incorrect default values 39054/head
authorAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Mon, 25 Jan 2021 06:38:40 +0000 (22:38 -0800)
committerGitHub <noreply@github.com>
Mon, 25 Jan 2021 06:38:40 +0000 (22:38 -0800)
doc/rados/configuration: fix incorrect default values

There will never be another Jewel release, but people do still have to support legacy clusters.

Fixes: https://tracker.ceph.com/issues/35967
Signed-off-by: Anthony D'Atri anthony.datri@gmail.com
doc/rados/configuration/osd-config-ref.rst

index ff2cf8ab615edb5fa6f6206067b3fcfedd203618..8557f5be66a275b540557e84c3ab76debea70c96 100644 (file)
@@ -347,7 +347,7 @@ recovery operations to ensure optimal performance during recovery.
 
 :Type: String
 :Valid Choices: prio, wpq
-:Default: ``prio``
+:Default: ``wpq``
 
 
 ``osd op queue cut off``
@@ -541,7 +541,7 @@ Ceph performs well as the OSD map grows larger.
 
 :Description: The number of OSD maps to keep cached.
 :Type: 32-bit Integer
-:Default: ``500``
+:Default: ``50``
 
 
 ``osd map cache bl size``
@@ -564,7 +564,7 @@ Ceph performs well as the OSD map grows larger.
 
 :Description: The maximum map entries allowed per MOSDMap message.
 :Type: 32-bit Integer
-:Default: ``100``
+:Default: ``40``