commit: d6a9c7f40ffb7f393a707b6d0face1c2f39d3901 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Nov 22 19:12:13 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 22 19:15:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a9c7f4
profiles: mask buggy zfs-2.2.0 Further bugs with CoW via copy_file_range (bug #917224, https://github.com/openzfs/zfs/issues/15526). The issue is very similar to bug #815469. ZFS 2.2.1 has a workaround but if you haven't already upgraded your pool to use the new block cloning feature, consider using <zfs-2.2 for now. Bug: https://github.com/openzfs/zfs/issues/15526 Bug: https://bugs.gentoo.org/815469 Bug: https://bugs.gentoo.org/91722 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index d51c6c22a30d..8476225cfcd2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,14 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2023-11-22) +# Further bugs with CoW via copy_file_range (bug #917224, https://github.com/openzfs/zfs/issues/15526). +# The issue is very similar to bug #815469. +# ZFS 2.2.1 has a workaround but if you haven't already upgraded your pool to +# use the new block cloning feature, consider using <zfs-2.2 for now. +=sys-fs/zfs-2.2.0 +=sys-fs/zfs-kmod-2.2.0 + # hololeap <[email protected]> (2023-11-19) # Package has been masked for a long time, is useless for ::gentoo, and has no # reverse dependencies.
