]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/configuration: refresh osdmap section 26120/head
authorIlya Dryomov <idryomov@gmail.com>
Thu, 24 Jan 2019 20:07:09 +0000 (21:07 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 24 Jan 2019 20:16:30 +0000 (21:16 +0100)
"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 <idryomov@gmail.com>
doc/rados/configuration/osd-config-ref.rst

index 863813111b85f6b543cf22213763346944605762..597d0726d20be38cd43bb77360382005f938628a 100644 (file)
@@ -855,30 +855,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``