]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/configuration: refresh osdmap section 26373/head
authorIlya Dryomov <idryomov@gmail.com>
Thu, 24 Jan 2019 20:07:09 +0000 (21:07 +0100)
committerPrashant D <pdhange@redhat.com>
Mon, 11 Feb 2019 22:48:03 +0000 (17:48 -0500)
"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>
(cherry picked from commit ae88c63d0441b1dffcc1dc469f4693dc909650bf)

doc/rados/configuration/osd-config-ref.rst

index 9fb367b29f199512e3f58d4e54a7c65fa32b8156..55c72c9740a77a046d59c1aeba06fef54866e7b0 100644 (file)
@@ -839,30 +839,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``