ZFS handles deduplication at the block level natively, but OpenZFS 2.2+ recently added support for explicit block cloning (reflinks via copy_file_range). Users on older ZFS versions will see bdstorage fail to reflink. We need to map out exactly how our tool behaves across ZFS versions.
Acceptance Criteria: