Package Details: zfs-dkms-staging-git 2.3.1.r0.gf3e4043a36-1

Git Clone URL: https://aur.archlinux.org/zfs-dkms-staging-git.git (read-only, click to copy)
Package Base: zfs-dkms-staging-git
Description: Kernel modules for the Zettabyte File System (release staging branch) with compatibility patches for latest stable kernel.
Upstream URL: https://zfsonlinux.org/
Licenses: CDDL-1.0
Groups: zfs-staging-git
Conflicts: zfs-dkms
Provides: SPL-MODULE, zfs, zfs-dkms, ZFS-MODULE
Submitter: bjin
Maintainer: bjin (darkbasic)
Last Packager: bjin
Votes: 10
Popularity: 0.24
First Submitted: 2024-01-15 11:23 (UTC)
Last Updated: 2025-03-18 15:07 (UTC)

Dependencies (4)

Required by (20)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

darkbasic commented on 2024-07-19 21:17 (UTC) (edited on 2024-07-19 21:17 (UTC) by darkbasic)

Just to clarify you don't need to delete the patch from the PKGBUILD, it's needed even for 6.10. Deleting the file is just to prompt AUR helpers to redownload the file.

air-g4p commented on 2024-07-19 21:07 (UTC)

@bjin

While I appreciate your efforts to date, afaict, we remain short of a solution to support the 6.10.0 kernels (linux and -zen) which appeared in the Arch repos today (19 July).

Here is what I see:

 (2/7) Install DKMS modules
==> dkms install --no-depmod zfs/2.2.4.r11.g54ef0fdf60 -k 6.9.9-hardened1-1-hardened
==> dkms install --no-depmod zfs/2.2.4.r11.g54ef0fdf60 -k 6.10.0-arch1-1
Error! Bad return status for module build on kernel: 6.10.0-arch1-1 (x86_64)
Consult /var/lib/dkms/zfs/2.2.4.r11.g54ef0fdf60/build/make.log for more information.
==> WARNING: `dkms install --no-depmod zfs/2.2.4.r11.g54ef0fdf60 -k 6.10.0-arch1-1' exited 10

Carefully note that was the install result after I deleted "linux69-call.." and its associated sha256sum from your PKGBUILD.

The entire dkms output, including the full make.log lives here:

https://paste.rs/2dZBD

Finally, I've seen identical zfs install failures involving linux-zen on another rig I run.

Cheers

bjin commented on 2024-07-17 12:18 (UTC)

I updated the checksum, but old file should be purged first. Just delete "linux69-call-adddisk.patch" should work fine.

Maybe I should update file name aswell.

darkbasic commented on 2024-07-17 12:15 (UTC) (edited on 2024-07-17 12:16 (UTC) by darkbasic)

linux69-call-adddisk.patch ... FAILED

==> ERROR: One or more files did not pass the validity check!

It's probably because you added ?full_index=1 and forgot to update the checksum

bjin commented on 2024-07-17 03:52 (UTC) (edited on 2024-07-17 05:54 (UTC) by bjin)

Added Linux 6.10 compat patches, since 6.10 kernel has already been released. Might be helpful if Arch mainline kernel upgrades to 6.10 before 2.2.5 is released.

darkbasic commented on 2024-07-16 06:32 (UTC)

I think it's finally time to backport this as well: https://github.com/openzfs/zfs/pull/16250

bjin commented on 2024-07-16 04:48 (UTC)

@mabod: Added this patch, since it's a reasonably low risk quality-of-life patch

mabod commented on 2024-07-13 09:53 (UTC)

You could also add https://github.com/openzfs/zfs/pull/16241 It ensures that dkms does not leave zfs garbage in /usr/lib/modules/ when uninstalled.

bjin commented on 2024-07-04 03:06 (UTC)

@darkbasic cherry-picked the Linux 6.9 patch, but not the 6.10 one. Since the latter patch is not code reviewed and 6.10 kernel is also not released yet. Might just wait for it to land in the staging branch.