Project

General

Profile

Actions

Documentation #35967

closed

[doc] sync documentation "OSD Config Reference" default values with code default values

Added by Tomas Petr over 5 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Category:
-
Target version:
-
% Done:

0%

Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

for:
http://docs.ceph.com/docs/master/rados/configuration/osd-config-ref/
http://docs.ceph.com/docs/mimic/rados/configuration/osd-config-ref/
http://docs.ceph.com/docs/luminous/rados/configuration/osd-config-ref/

Change following default values to the one used in code:
https://github.com/ceph/ceph/blob/master/src/common/options.cc
- same for all 3 versions above

Option("osd_map_cache_size", Option::TYPE_INT, Option::LEVEL_ADVANCED)
.set_default(50)
.set_description(""),
Option("osd_map_message_max", Option::TYPE_INT, Option::LEVEL_ADVANCED)
.set_default(40)
.set_description(""),
Option("osd_scrub_during_recovery", Option::TYPE_BOOL, Option::LEVEL_ADVANCED)
.set_default(false)
.set_description("Allow scrubbing when PGs on the OSD are undergoing recovery"),
Option("osd_op_queue", Option::TYPE_STR, Option::LEVEL_ADVANCED)
.set_default("wpq")
Actions

Also available in: Atom PDF