Package Details: zfs-dkms-staging-git 2.2.6.r0.gbaa5031456-2

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: darkbasic
Votes: 8
Popularity: 1.23
First Submitted: 2024-01-15 11:23 (UTC)
Last Updated: 2024-10-17 06:45 (UTC)

Required by (20)

Sources (5)

Latest Comments

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

darkbasic commented on 2024-10-06 08:30 (UTC)

2.3.0-rc1 is not an option for everybody: zfsbootmenu wouldn't support its feature set yet and you would be stuck with an unbootable system.

which, sadly, doesn't appear to be available as a dkms package or a zfs-linux package due to missing maintainer

That wouldn't be too hard to either package or maintain, I think there is simply little point in doing so right now util 2.3.x becomes stable.

Is 2.2.6 safe to run on 6.11?

I'm pretty sure it is and you can verify it yourself with a simple command:

git log -i --grep "linux"

c84a37ae93b5f2b32d30bee1cb942627c4c6caab 6f50f8e16b7c4a3f1925b41e3d47b479cd7b2d9f 90af1e83e8abb89668b82d859940a596b195fe75

These are the only compat commits that you would find on 2.3 outside of what's already on 2.2.6. 90af1e83e8abb89668b82d859940a596b195fe75 is a 6.10-only bugfix, 6f50f8e16b7c4a3f1925b41e3d47b479cd7b2d9f is the commit that I've asked to backport (all it does is suppressing some annoying warnings) while c84a37ae93b5f2b32d30bee1cb942627c4c6caab is another 6.10+ bugfix that was introduced AFTER 6.11 has been declared supported (so it would be nice to have but not considered critical by upstream).

@bjin would it be possible to co-maintain this package so that I can help you to timely add compat patches once stable kernels get released (and removing them once they get backported upstream)?

paulieg commented on 2024-10-06 07:51 (UTC)

Is 2.2.6 safe to run on 6.11? Upstream claims > 6.10 is unsupported on 2.2.6 and suggest using 2.3.0-rc1 instead (which, sadly, doesn't appear to be available as a dkms package or a zfs-linux package due to missing maintainer).

darkbasic commented on 2024-10-03 17:40 (UTC)

Hi, could you please backport this? https://github.com/openzfs/zfs/pull/16539 Thanks

air-g4p commented on 2024-09-16 05:17 (UTC)

@bjin - Thanks!

Your current PKGBUILD compiles, installs and operates correctly against both linux and -zen, which were released today, 16 Sep, and are each at 6.11.X.

Cheers

air-g4p commented on 2024-07-26 17:15 (UTC) (edited on 2024-07-26 17:17 (UTC) by air-g4p)

@bjin and @darkbasic - I left positive comments, and suggested others have a look at your zfs-dkms-staging effort at:

https://aur.archlinux.org/packages/zfs-dkms#comment-983162

Additionally, I added my personal observations concerning running native ZFS on Arch.

Cheers

air-g4p commented on 2024-07-20 13:38 (UTC)

@bjin and @darkbasic:

PERFECT - and now WE ARE IN BUSINESS! Thanks to each of you for your much appreciated efforts! Builds and installs correctly against multiple variant kernels, including 6.10!

(2/6) 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
==> dkms install --no-depmod zfs/2.2.4.r11.g54ef0fdf60 -k 6.8.1-1-ck
==> dkms install --no-depmod zfs/2.2.4.r11.g54ef0fdf60 -k 6.10.0-zen1-1-zen

Cheers

bjin commented on 2024-07-20 12:51 (UTC)

@darkbasic: Added this patch, thanks for pointing this out.

This dkms package should compile fine with Linux 6.10 now.

darkbasic commented on 2024-07-20 12:32 (UTC)

@air-g4p try adding the patch I've mentioned in my previous comment, I'm sure it will work.

air-g4p commented on 2024-07-20 12:13 (UTC) (edited on 2024-07-20 12:44 (UTC) by air-g4p)

@darkbasic - No, I am not on s390x. I'm running an i7 on a 4 year old H/P optimus laptop with a Samsung PCIe-NVMe and with 16Gb of DDR4 and another 2Gb of DDR5 for the discrete nVidia GPU.

Only straight-up, pure Archlinux installed with all testing repos enabled, and as always, frequently fully updated and rebooted. The exact same way I have been running Arch for many years, and I do mean, way before this laptop.

Cheers

darkbasic commented on 2024-07-20 11:06 (UTC)

@air-g4p unless your're on s390x (https://github.com/openzfs/zfs/issues/16361) it should at least compile with 6.10: https://github.com/openzfs/zfs/pull/16250

@mabod are you sure you didn't forget https://github.com/openzfs/zfs/commit/7ca7bb7fd723a91366ce767aea53c4f5c2d65afb ? I guess that's why it doesn't work.