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:
haoyixing 2020-12-24 18:22:30 +08:00
parent 6e59b6825a
commit 82c1d375d4

View File

@ -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)