From: Sage Weil Date: Tue, 9 Feb 2010 16:07:47 +0000 (-0800) Subject: osd: btrfs_snap by default X-Git-Tag: v0.20~431^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=03da8ba90603290f284da38fc144d50bc36fac97;p=ceph.git osd: btrfs_snap by default --- diff --git a/src/config.cc b/src/config.cc index feb70f373a71..0dff78f0cee2 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),