OPTION(filestore_fake_collections, 0, OPT_BOOL, false),
OPTION(filestore_dev, 0, OPT_STR, 0),
OPTION(filestore_btrfs_trans, 0, OPT_BOOL, true),
- OPTION(filestore_btrfs_snap, 0, OPT_BOOL, true),
+ OPTION(filestore_btrfs_snap, 0, OPT_BOOL, false),
OPTION(filestore_flusher, 0, OPT_BOOL, true),
OPTION(filestore_flusher_max_fds, 0, OPT_INT, 512),
OPTION(filestore_sync_flush, 0, OPT_BOOL, false),
- OPTION(filestore_journal_parallel, 0, OPT_BOOL, true),
- OPTION(filestore_journal_writeahead, 0, OPT_BOOL, false),
+ OPTION(filestore_journal_parallel, 0, OPT_BOOL, false),
+ OPTION(filestore_journal_writeahead, 0, OPT_BOOL, true),
OPTION(filestore_queue_max_ops, 0, OPT_INT, 500),
OPTION(filestore_queue_max_bytes, 0, OPT_INT, 100 << 20),
OPTION(filestore_op_threads, 0, OPT_INT, 2),