From: Sage Weil Date: Tue, 18 Oct 2016 20:52:49 +0000 (-0400) Subject: os/bluestore: default bluestore_clone_cow=true X-Git-Tag: v11.1.0~603^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F11540%2Fhead;p=ceph.git os/bluestore: default bluestore_clone_cow=true This has been stable for a long time. Signed-off-by: Sage Weil --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index f01bdb2a9bbc..256f070c3815 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)