mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
option: update comments of option osd_map_message_max_bytes
Option osd_map_message_max_bytes indicates the max bytes of MOSDMap message, not maps count as osd_map_message_max. Signed-off-by: haoyixing <haoyixing@kuaishou.com>
This commit is contained in:
parent
6e59b6825a
commit
82c1d375d4
@ -594,7 +594,7 @@ OPTION(osd_objecter_finishers, OPT_INT)
|
||||
OPTION(osd_map_dedup, OPT_BOOL)
|
||||
OPTION(osd_map_cache_size, OPT_INT)
|
||||
OPTION(osd_map_message_max, OPT_INT) // max maps per MOSDMap message
|
||||
OPTION(osd_map_message_max_bytes, OPT_SIZE) // max maps per MOSDMap message
|
||||
OPTION(osd_map_message_max_bytes, OPT_SIZE) // max bytes of maps per MOSDMap message
|
||||
OPTION(osd_map_share_max_epochs, OPT_INT) // cap on # of inc maps we send to peers, clients
|
||||
OPTION(osd_inject_bad_map_crc_probability, OPT_FLOAT)
|
||||
OPTION(osd_inject_failure_on_pg_removal, OPT_BOOL)
|
||||
|
Loading…
Reference in New Issue
Block a user