From 369244314db15d2230c50ff30aaa049d60f13a14 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 18 Oct 2016 16:52:49 -0400 Subject: [PATCH] os/bluestore: default bluestore_clone_cow=true This has been stable for a long time. Signed-off-by: Sage Weil --- src/common/config_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config_opts.h b/src/common/config_opts.h index f01bdb2a9bbc6..256f070c3815f 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -1020,7 +1020,7 @@ OPTION(bluestore_nid_prealloc, OPT_INT, 1024) OPTION(bluestore_blobid_prealloc, OPT_U64, 10240) OPTION(bluestore_overlay_max_length, OPT_INT, 65536) OPTION(bluestore_overlay_max, OPT_INT, 0) -OPTION(bluestore_clone_cow, OPT_BOOL, false) // do copy-on-write for clones +OPTION(bluestore_clone_cow, OPT_BOOL, true) // do copy-on-write for clones OPTION(bluestore_default_buffered_read, OPT_BOOL, true) OPTION(bluestore_default_buffered_write, OPT_BOOL, false) OPTION(bluestore_debug_misc, OPT_BOOL, false) -- 2.39.5