]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: default to bluestore_sync_submit_transaction=true 11537/head
authorSage Weil <sage@redhat.com>
Fri, 21 Oct 2016 19:47:21 +0000 (15:47 -0400)
committerSage Weil <sage@redhat.com>
Tue, 1 Nov 2016 14:31:27 +0000 (10:31 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config_opts.h

index 4f1a588bc39acc91816a698b7fd6b4072c5fae9e..4b1fa42d3cb633e83a00c9f21abf9e57021d3b8f 100644 (file)
@@ -1011,7 +1011,7 @@ OPTION(bluestore_rocksdb_options, OPT_STR, "compression=kNoCompression,max_write
 OPTION(bluestore_fsck_on_mount, OPT_BOOL, false)
 OPTION(bluestore_fsck_on_umount, OPT_BOOL, false)
 OPTION(bluestore_fsck_on_mkfs, OPT_BOOL, true)
-OPTION(bluestore_sync_submit_transaction, OPT_BOOL, false) // submit kv txn in queueing thread (not kv_sync_thread)
+OPTION(bluestore_sync_submit_transaction, OPT_BOOL, true) // 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)