From: Radoslaw Zarzynski Date: Thu, 6 Jun 2019 20:06:58 +0000 (+0200) Subject: os/memstore, crimson/os: introduce memstore_debug_omit_block_device_write. X-Git-Tag: v15.1.0~2371^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d49c6be530f82dcb9743f1d465e5885f3bec91ac;p=ceph.git os/memstore, crimson/os: introduce memstore_debug_omit_block_device_write. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 305ec25ed3f8..704059a833e5 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -891,6 +891,7 @@ OPTION(osd_discard_disconnected_ops, OPT_BOOL) OPTION(memstore_device_bytes, OPT_U64) OPTION(memstore_page_set, OPT_BOOL) OPTION(memstore_page_size, OPT_U64) +OPTION(memstore_debug_omit_block_device_write, OPT_BOOL) OPTION(bdev_debug_inflight_ios, OPT_BOOL) OPTION(bdev_inject_crash, OPT_INT) // if N>0, then ~ 1/N IOs will complete before we crash on flush. diff --git a/src/common/options.cc b/src/common/options.cc index 7fe98fa7c1ff..9a1eefd31f43 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -4107,6 +4107,11 @@ std::vector