]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: bluestore_sync_submit_transaction = false 12367/head
authorSage Weil <sage@redhat.com>
Wed, 7 Dec 2016 15:37:28 +0000 (10:37 -0500)
committerSage Weil <sage@redhat.com>
Wed, 7 Dec 2016 15:37:28 +0000 (10:37 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config_opts.h

index 5695823ef315cc9a498fa6d281f52850434497de..8045b6d35a82f712cef4ccbb103fe181dfffe540 100644 (file)
@@ -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)