rmlint icon indicating copy to clipboard operation
rmlint copied to clipboard

sh:handler=reflink does not work on zfs, even though zfs now supports cp --reflink

Open erentar opened this issue 6 months ago • 1 comments

Title says all.

It is possible to make a file share extents using cp --reflink. The filesystem does not yet support the FIDEDUPERANGE kernel call, however sh:handler=reflink does not use this feature, so handler=reflink would work on zfs.

I suspect https://github.com/sahib/rmlint/blob/master/lib/utilities.c#L582 is relevant here.

erentar avatar Jun 01 '25 20:06 erentar

https://github.com/sahib/rmlint/pull/748

Mic92 avatar Jul 06 '25 19:07 Mic92