]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
src/common: remove nonused config option 12311/head
authorWei Jin <wjin.cn@gmail.com>
Mon, 5 Dec 2016 02:05:09 +0000 (10:05 +0800)
committerWei Jin <wjin.cn@gmail.com>
Mon, 5 Dec 2016 02:05:37 +0000 (10:05 +0800)
Signed-off-by: Wei Jin <wjin.cn@gmail.com>
src/common/config_opts.h

index 570689c5735c4df92cf0ec230fcf9601e17bf67d..61c196611be6ad21bfb0ca98f5dc91952e1c4d00 100644 (file)
@@ -645,7 +645,6 @@ OPTION(osd_max_write_size, OPT_INT, 90)
 OPTION(osd_max_pgls, OPT_U64, 1024) // max number of pgls entries to return
 OPTION(osd_client_message_size_cap, OPT_U64, 500*1024L*1024L) // client data allowed in-memory (in bytes)
 OPTION(osd_client_message_cap, OPT_U64, 100)              // num client messages allowed in-memory
-OPTION(osd_pg_op_threshold_ratio, OPT_U64, 2)             // the expected maximum op over the average number of ops per pg
 OPTION(osd_pg_bits, OPT_INT, 6)  // bits per osd
 OPTION(osd_pgp_bits, OPT_INT, 6)  // bits per osd
 OPTION(osd_crush_chooseleaf_type, OPT_INT, 1) // 1 = host