]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: btrfs_snap by default
authorSage Weil <sage@newdream.net>
Tue, 9 Feb 2010 16:07:47 +0000 (08:07 -0800)
committerSage Weil <sage@newdream.net>
Tue, 9 Feb 2010 16:09:37 +0000 (08:09 -0800)
src/config.cc

index feb70f373a71ee95979895fe3f97200bf3aa57c8..0dff78f0cee2b74a9c7bb1c7e589a2581c5b4740 100644 (file)
@@ -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),