Hello,
PVE 6 currently ships the faulty ZFS SIMD patch for 5.0+ kernels which is known to cause FPU corruption.
See this issue: https://github.com/zfsonlinux/zfs/issues/9346
It was cherry-picked here: https://git.proxmox.com/?p=zfsonlinux.git;a=commit;h=f43dbfa75207ffa8be7aa8f969f77f9e5a7a582a
This is a really nasty bug, the patch should be reverted immediately until a final solution is found.
I noticed this on my PVE hosts while sending snapshots and generating IO load on the sending ZFS pool at the same time.
It resulted in the sent zfs streams to be corrupted.
Currently it can be mitigated by turning of SIMD acceleration:
PVE 6 currently ships the faulty ZFS SIMD patch for 5.0+ kernels which is known to cause FPU corruption.
See this issue: https://github.com/zfsonlinux/zfs/issues/9346
It was cherry-picked here: https://git.proxmox.com/?p=zfsonlinux.git;a=commit;h=f43dbfa75207ffa8be7aa8f969f77f9e5a7a582a
This is a really nasty bug, the patch should be reverted immediately until a final solution is found.
I noticed this on my PVE hosts while sending snapshots and generating IO load on the sending ZFS pool at the same time.
It resulted in the sent zfs streams to be corrupted.
Currently it can be mitigated by turning of SIMD acceleration:
Code:
echo scalar > /sys/module/zfs/parameters/zfs_vdev_raidz_impl
echo scalar > /sys/module/zcommon/parameters/zfs_fletcher_4_impl