Disable bclone_enabled by default until #15933 is resolved

Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
This commit is contained in:
Rich Ercolani 2024-03-17 14:07:04 -04:00
parent 02e4699d91
commit 35c7b43e9f
1 changed files with 1 additions and 1 deletions

View File

@ -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.