Skip to content

Commit

Permalink
doc/rados/configuration: refresh osdmap section
Browse files Browse the repository at this point in the history
"osd map cache size" and "osd map message max" were reduced in commit
855955e ("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 ae88c63)
  • Loading branch information
idryomov authored and Prashant D committed Feb 11, 2019
1 parent 1eab56e commit 9b4d0ed
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions doc/rados/configuration/osd-config-ref.rst
Expand Up @@ -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``



Expand Down

0 comments on commit 9b4d0ed

Please sign in to comment.