> Hello again, > > I'm unsure if the desync binary is also similarly broken when run in > > an environment using ZFS storage. Performing the build in an identical > > setup with ext4-backed storage works, so I'm not reporting this as an > > RC bug. > > I wonder how I could reproduce this ? I guess I could setup a virtual machine > with ZFS-backed storage. I've never played with ZFS, so not entirely sure what > I am talking about here really. > > For completeness, can you confirm the version of ZFS you are using ? I assume > it'll > be the latest zfs-dkms (2.4.2-2) ?
I managed to setup a Debian Forky VM with a separate 20G qcow disk and format/mount it as ZFS. Wasn't too much trouble. But the test suite (built the package with gbp buildpackage on the VM directly) on both ext4 and ZFS built and the tests ran fine. I wonder if my ZFS setup isn't as "complicated" as yours ? Perhaps the VM adds some perfection into the mix ? I created the filesystem with: $ zpool create tank /dev/vdb $ zfs set compression=zstd tank $ zfs create tank/build Cheers! Chris

