]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
option: update comments of option osd_map_message_max_bytes 38711/head
authorhaoyixing <haoyixing@kuaishou.com>
Thu, 24 Dec 2020 10:22:30 +0000 (18:22 +0800)
committerhaoyixing <haoyixing@kuaishou.com>
Thu, 24 Dec 2020 10:22:36 +0000 (18:22 +0800)
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>
src/common/legacy_config_opts.h

index 162b324fdaa85c5d2541b3ec0050fa7994a9422f..9d6972bdaf11005464735402467f60fb235f8c03 100644 (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)