Re: zfs snapshot corruption when using encryption
- Reply: Palle Girgensohn : "Re: zfs snapshot corruption when using encryption"
- Reply: Palle Girgensohn : "Re: zfs snapshot corruption when using encryption"
- In reply to: Palle Girgensohn : "Re: zfs snapshot corruption when using encryption"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Nov 2024 01:59:35 UTC
On Fri, Nov 08, 2024 at 11:11:23PM +0100, Palle Girgensohn wrote: >$ freebsd-version -ku >14.0-RELEASE-p10 >14.0-RELEASE-p10 > >dunno how to present in the above fashion? Binary install, not from source. % zfs version >The latter, zfs per-filesystem zfs encryption. I haven't heard any horror >stories about it, albeit it's quite fresh code. I'm wrong about native zfs encryption not being on 14.0. Seems like it is. https://www.freebsd.org/releases/14.0R/relnotes/ I'm reading this bit: ### ZFS Changes OpenZFS has been upgraded to version 2.2. New features include: block cloning, which allows shallow copies of blocks in file copies. This is optional, and disabled by default; it can be enabled with sysctl vfs.zfs.bclone_enabled=1. scrub error log (zpool scrub -e) BLAKE3 checksums, which are fast, and are now the recommended secure checksums corrective zfs receive can heal corrupted data vdev and zpool user properties, similar to dataset user properties. ### Then again, 14.0 is EoL. >Na, it's JBOD alright. I see nothing weird with the disks. >> Reallocated_Sector_Ct >> Reported_Uncorrect >> Current_Pending_Sector >> Offline_Uncorrectable Were all these values '0' ? Using truss might give a clue about the failure: # truss -o /tmp/truss.out zfs-send-commands make sure the outfile is made in a place with lots of spare space. --