-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
(Apologies if this is covered somewhere else, I didn't see any issues or discussions related to it)
Describe the feature would like to see added to OpenZFS
Turn on or remove zfs_bclone_enabled
, given that most of the large issues have seemingly been resolved.
How will this feature improve OpenZFS?
It will enable block cloning for everyone, of course! :)
Additional context
So, my understanding is that zfs_bclone_enabled
was added as a stop-gap measure to make sure that the corruption related to block cloning, what's the criteria by which ZFS can either enable this by default or remove it?
Following the many recent PRs related to block cloning, it seems that all(?) of the outstanding corruption issues have been resolved (please correct me if this is wrong).
Given the severity of the issue at the time, I can understand the hesitance to re-enable it by default, so I'm mostly wondering what the threshold is. Does it need "bake time"? Does it need higher profile customers using it? Or, is it actually ready to get re-enabled now?