From 35c7b43e9f626e4525e6443d47aadb9cf5a48632 Mon Sep 17 00:00:00 2001 From: Rich Ercolani Date: Sun, 17 Mar 2024 14:07:04 -0400 Subject: [PATCH] Disable bclone_enabled by default until #15933 is resolved Signed-off-by: Rich Ercolani --- module/zfs/zfs_vnops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/zfs/zfs_vnops.c b/module/zfs/zfs_vnops.c index 7f39ad6fc7..ee476ef5d2 100644 --- a/module/zfs/zfs_vnops.c +++ b/module/zfs/zfs_vnops.c @@ -63,7 +63,7 @@ * even if feature@block_cloning is enabled, attempts to clone blocks will act * as though the feature is disabled. */ -int zfs_bclone_enabled = 1; +int zfs_bclone_enabled = 0; /* * When set zfs_clone_range() waits for dirty data to be written to disk.