Package Details: zfs-dkms 2.2.6-1

Git Clone URL: https://aur.archlinux.org/zfs-dkms.git (read-only, click to copy)
Package Base: zfs-dkms
Description: Kernel modules for the Zettabyte File System.
Upstream URL: https://zfsonlinux.org/
Licenses: CDDL
Provides: SPL-MODULE, zfs, ZFS-MODULE
Submitter: isiachi
Maintainer: kstolp
Last Packager: kstolp
Votes: 178
Popularity: 5.47
First Submitted: 2015-08-31 12:01 (UTC)
Last Updated: 2024-09-05 04:42 (UTC)

Pinned Comments

kstolp commented on 2023-09-29 00:34 (UTC)

When requesting changes, please include detailed reasoning for the change.

kstolp commented on 2023-01-07 09:31 (UTC)

If you receive this error when trying to build, it is because you have not imported the GPG keys used for verification.

==> ERROR: One or more PGP signatures could not be verified!

You have two options:

1) Import the two keys into your keyring. ArchWiki article. You can find the key IDs in the PKGBUILD file, in the validpgpkeys array. (recommended)

2) Alternatively, you can skip this verification by passing the --skippgpcheck argument to makepkg when building. (not recommended)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 63 Next › Last »

darkbasic commented on 2024-03-20 13:32 (UTC)

@reaperx7 it doesn't: the maintainer opted for https://github.com/openzfs/zfs/pull/15986 instead.

reaperx7 commented on 2024-03-19 19:30 (UTC)

@darkbasic ArchZFS already includes the 6.8 compatibility patch for "splice_copy_file_range() for fallback" which fixes the issue https://github.com/openzfs/zfs/pull/15931/commits/a24f6e17c8cf75b5f551eb43019d41747c08891f

darkbasic commented on 2024-03-19 11:04 (UTC)

It's not working fine. I've experienced data corruption with it first hand and a fix is pending for 2.2.4. Do NOT use it with 6.8, you have been warned.

reaperx7 commented on 2024-03-19 10:52 (UTC)

@darkbasic No, I didn't have to modify it at all for 2.2.3-1. Built fine.

@kstolp No problems found yet. All scans are showing fine with 6.8.x.

Updated to 2.2.3-2 and all working fine still via ArchZFS. 6.8.x compatibility patch added by ArchZFS. Still working fine.

darkbasic commented on 2024-03-19 08:59 (UTC)

@reaperx7 did you have to modify the PKGBUILD and add --disable-supported-linux-version-check in order to get it to compile against 6.8? Because otherwise I fear the patch it's not working the way we expect it to.

kstolp commented on 2024-03-17 15:57 (UTC)

@reaperx7 It is not recommended to use v2.2.3 with kernel 6.8.x. See zfs issue.

reaperx7 commented on 2024-03-16 23:48 (UTC) (edited on 2024-03-16 23:52 (UTC) by reaperx7)

Kernel 6.8.x dkms module built and confirmed working. Will report back any findings if problems occur.

kstolp commented on 2024-03-13 08:54 (UTC)

Thanks for the info @darkbasic. I've opted to include the patch that enforces the kernel max version.

darkbasic commented on 2024-03-12 11:34 (UTC)

If you decide for 1) you might as well backport this instead: https://github.com/openzfs/zfs/pull/15986

darkbasic commented on 2024-03-12 09:06 (UTC)

I know you've already said you don't want kernel compatibility patches added to stable releases and I will create my own PKGBUILD in the aur starting from kernel 6.9, but this issue leads to data loss and must be dealt with IMO. 2.2.3 already contains official compat patches for 6.8 (despite 6.8 still being labeled as unsupported), yet using it with 6.8 leads to data loss if you don't apply this patch: https://github.com/openzfs/zfs/pull/15931 I see two possible ways around this: 1) Add a warning to the post-install/dkms script. 2) Ship the patch. Be warned that the patch still hasn't been merged in master, but Rob is a guarantee on his own and Brian reviewed it. I've reproduced the data loss on my system with a different workload than the original report and I've already backported the patch in my own branch and tested it.