Disable bclone_enabled by default until #15933 is resolved
Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
This commit is contained in:
parent
02e4699d91
commit
35c7b43e9f
|
@ -63,7 +63,7 @@
|
||||||
* even if feature@block_cloning is enabled, attempts to clone blocks will act
|
* even if feature@block_cloning is enabled, attempts to clone blocks will act
|
||||||
* as though the feature is disabled.
|
* 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.
|
* When set zfs_clone_range() waits for dirty data to be written to disk.
|
||||||
|
|
Loading…
Reference in New Issue