markfasheh / duperemove

Tools for deduping file systems
GNU General Public License v2.0
689 stars 75 forks source link

Support for ZFS deduplication #300

Closed ninewan closed 11 months ago

ninewan commented 11 months ago

I would like to know if there are any plans to support ZFS deduplication. Considering that ZFS introduced block cloning support in version 2.2.0, I believe incorporating ZFS deduplication functionality into it would be very meaningful.

https://github.com/openzfs/zfs/releases zfs-2.2.0-rc3 zfs-2.2.0-rc2

markfasheh commented 11 months ago

Based on this page it doesn't look like ZFS dedupe_file_range does anything other than return EOPNOTSUPP or ENOTTY. Unfortunately we wouldn't be able to support dedupe on ZFS until it supports those calls.