From: Anthony D'Atri Date: Mon, 25 Jan 2021 06:38:40 +0000 (-0800) Subject: doc/rados/configuration: fix incorrect default values X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9fde9a01b598a9f2add5cbdae91233d8bc5537e7;p=ceph.git doc/rados/configuration: fix incorrect default values 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 --- diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index ff2cf8ab615ed..8557f5be66a27 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -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``