From: Ilya Dryomov Date: Thu, 24 Jan 2019 20:07:09 +0000 (+0100) Subject: doc/rados/configuration: refresh osdmap section X-Git-Tag: v12.2.12~44^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9b4d0ed51a685144dc85abe432c22242fb68565e;p=ceph.git doc/rados/configuration: refresh osdmap section "osd map cache size" and "osd map message max" were reduced in commit 855955e58e63 ("osd: reduce size of osdmap cache, messages"). "osd map cache bl size" and "osd map cache bl inc size" were removed six years ago. Signed-off-by: Ilya Dryomov (cherry picked from commit ae88c63d0441b1dffcc1dc469f4693dc909650bf) --- diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index f839122cf0f7..15b78d583e5f 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -850,30 +850,14 @@ Ceph performs well as the OSD map grows larger. :Description: The number of OSD maps to keep cached. :Type: 32-bit Integer -:Default: ``500`` - - -``osd map cache bl size`` - -:Description: The size of the in-memory OSD map cache in OSD daemons. -:Type: 32-bit Integer :Default: ``50`` -``osd map cache bl inc size`` - -:Description: The size of the in-memory OSD map cache incrementals in - OSD daemons. - -:Type: 32-bit Integer -:Default: ``100`` - - ``osd map message max`` :Description: The maximum map entries allowed per MOSDMap message. :Type: 32-bit Integer -:Default: ``100`` +:Default: ``40``