From 03da8ba90603290f284da38fc144d50bc36fac97 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 9 Feb 2010 08:07:47 -0800 Subject: [PATCH] osd: btrfs_snap by default --- src/config.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.cc b/src/config.cc index feb70f373a71e..0dff78f0cee2b 100644 --- a/src/config.cc +++ b/src/config.cc @@ -526,7 +526,7 @@ static struct config_option config_optionsp[] = { 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, false), + OPTION(filestore_btrfs_snap, 0, OPT_BOOL, true), OPTION(filestore_flusher, 0, OPT_BOOL, true), OPTION(filestore_flusher_max_fds, 0, OPT_INT, 512), OPTION(filestore_sync_flush, 0, OPT_BOOL, false), -- 2.39.5