From 508e81eac9a90942ccc47025c594b24c1a26798b Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 7 Dec 2016 10:37:28 -0500 Subject: [PATCH] os/bluestore: bluestore_sync_submit_transaction = false Signed-off-by: Sage Weil --- src/common/config_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 5695823ef315c..8045b6d35a82f 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -1049,7 +1049,7 @@ OPTION(bluestore_fsck_on_umount, OPT_BOOL, false) OPTION(bluestore_fsck_on_umount_deep, OPT_BOOL, true) OPTION(bluestore_fsck_on_mkfs, OPT_BOOL, true) OPTION(bluestore_fsck_on_mkfs_deep, OPT_BOOL, false) -OPTION(bluestore_sync_submit_transaction, OPT_BOOL, true) // submit kv txn in queueing thread (not kv_sync_thread) +OPTION(bluestore_sync_submit_transaction, OPT_BOOL, false) // submit kv txn in queueing thread (not kv_sync_thread) OPTION(bluestore_sync_wal_apply, OPT_BOOL, true) // perform initial wal work synchronously (possibly in combination with aio so we only *queue* ios) OPTION(bluestore_wal_threads, OPT_INT, 4) OPTION(bluestore_wal_thread_timeout, OPT_INT, 30) -- 2.39.5