summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorSage Weil <sage@redhat.com>2017-05-30 17:54:28 +0200
committerSage Weil <sage@redhat.com>2017-05-30 17:54:28 +0200
commit496d63a1632b181a483d3753f37bd0043e726c97 (patch)
tree135db25f663dd41506c23a42411e860a05b6647e /src/common
parentos/bluestore: deep decode onode value (diff)
downloadceph-496d63a1632b181a483d3753f37bd0043e726c97.tar.xz
ceph-496d63a1632b181a483d3753f37bd0043e726c97.zip
os/bluestore: bluestore_debug_fsck_abort
Abort fsck early to get a massif result. Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/config_opts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/config_opts.h b/src/common/config_opts.h
index a0dbf011f55..476caad93d7 100644
--- a/src/common/config_opts.h
+++ b/src/common/config_opts.h
@@ -1160,6 +1160,7 @@ OPTION(bluestore_debug_prefragment_max, OPT_INT, 1048576)
OPTION(bluestore_debug_inject_read_err, OPT_BOOL, false)
OPTION(bluestore_debug_randomize_serial_transaction, OPT_INT, 0)
OPTION(bluestore_debug_omit_block_device_write, OPT_BOOL, false)
+OPTION(bluestore_debug_fsck_abort, OPT_BOOL, false)
OPTION(bluestore_shard_finishers, OPT_BOOL, false)
OPTION(kstore_max_ops, OPT_U64, 512)