Discussion:
[PVE-User] WARNING: zfs 0.7.7 has regression
Uwe Sauter
2018-04-10 09:43:11 UTC
Permalink
Hi all,

I discourage you from updating ZFS to version 0.7.7 as it contains a regression. Version 0.7.8 was released today that reverts the
commit that introduced the regression.

For Infos check: https://github.com/zfsonlinux/zfs/issues/7401



Regards,

Uwe
Fabian Grünbichler
2018-04-10 10:45:43 UTC
Permalink
Post by Uwe Sauter
Hi all,
I discourage you from updating ZFS to version 0.7.7 as it contains a regression. Version 0.7.8 was released today that reverts the
commit that introduced the regression.
For Infos check: https://github.com/zfsonlinux/zfs/issues/7401
we already released new kernels with a fixed ZFS module yesterday, and
the affected one has only been available in pvetest before being
superceded by the patched one.

the bug also looks unlikely to trigger on PVE systems, since you need to
create lots of files in a short time in one directory with a filename
pattern that triggers collisions. it triggered easier on CentOS systems
because their version of coreutil's 'cp' randomized the order of copied
files in a recursive copy operation (thus potentially randomly hitting a
filename sequence that triggers).

analysis is not yet complete though, so upgrading is recommended in case
you installed the broken version from pvetest.

affected (only those specific packages and versions!):
pve-kernel-4.15.15-1-pve in version 4.15.15-5
pve-kernel-4.13.16-1-pve in version 4.13.16-46

fixed (and everything afterwards):
pve-kernel-4.15.15-1-pve in version 4.15.15-6
pve-kernel-4.13.16-2-pve in version 4.13.16-47

Loading...