Package Details: zfs-linux 2.2.6_6.10.10.arch1.1-1

Git Clone URL: https://aur.archlinux.org/zfs-linux.git (read-only, click to copy)
Package Base: zfs-linux
Description: Kernel modules for the Zettabyte File System.
Upstream URL: https://openzfs.org/
Keywords: kernel linux zfs
Licenses: CDDL
Groups: archzfs-linux
Conflicts: spl-dkms, spl-dkms-git, spl-linux, zfs-dkms, zfs-dkms-git, zfs-dkms-rc, zfs-linux-git, zfs-linux-rc
Provides: spl, zfs
Replaces: spl-linux
Submitter: demizer
Maintainer: lightdot
Last Packager: lightdot
Votes: 271
Popularity: 1.18
First Submitted: 2016-04-21 08:45 (UTC)
Last Updated: 2024-10-23 12:35 (UTC)

Required by (19)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 79 Next › Last »

lightdot commented on 2024-10-23 12:36 (UTC) (edited on 2024-10-23 12:37 (UTC) by lightdot)

I have taken over the package and downgraded to kernel 6.10 for the time being. The 6.11 kernel is not compatible with ZFS 2.2.6, errors have been reported in practical use.

Note that the archzfs project is being restarted, additional information is available here: https://github.com/archzfs/archzfs/issues/545

Carlosgrr commented on 2024-10-22 18:42 (UTC) (edited on 2024-10-22 18:44 (UTC) by Carlosgrr)

I noticed that 6.11 is being used as the new zfs-linux base, but it is currently experimental upstream, see it here: https://github.com/archzfs/archzfs/issues/545 and here: https://github.com/openzfs/zfs/discussions/16574 Wouldn't it be safer to use 6.10 as the base until zfs 2.7?

justinnnn commented on 2024-10-06 21:14 (UTC)

Appears archfs is abandoned now. Hopefully someone capable is able to get it going again.

https://github.com/archzfs/archzfs/issues/545

Egns commented on 2024-09-24 18:13 (UTC) (edited on 2024-09-24 18:14 (UTC) by Egns)

This project is abandoned and no longer supported by the maintainer, more discussion is happening here: https://github.com/archzfs/archzfs/pull/550

gmtch commented on 2024-09-18 08:03 (UTC)

Please can we have an update on the status of this package? It is now two months since I was able to install a new kernel

Is this the issue?

https://bbs.archlinux.org/viewtopic.php?id=298600

baites commented on 2024-09-14 00:27 (UTC)

Is the project still maintained? We are almost at 6.10.10 and ZFS 2.6 is out.

Moggele commented on 2024-08-19 09:11 (UTC) (edited on 2024-08-19 09:11 (UTC) by Moggele)

yay -S zfs-linux

-> could not find all required packages: zfs-utils =2.2.4

jimreynold2nd commented on 2024-06-11 19:53 (UTC)

This seems to work fine with the latest kernel:

diff --git a/PKGBUILD b/PKGBUILD
index 0c50475..b9b9af6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,8 +18,8 @@
 pkgbase="zfs-linux"
 pkgname=("zfs-linux" "zfs-linux-headers")
 _zfsver="2.2.4"
-_kernelver="6.9.2.arch1-1"
-_kernelver_full="6.9.2.arch1-1"
+_kernelver="6.9.3.arch1-1"
+_kernelver_full="6.9.3.arch1-1"
 _extramodules="${_kernelver_full/.arch/-arch}"

nl6720 commented on 2024-05-20 15:36 (UTC)

Why are the kernel modules placed in an extra (/usr/lib/modules/6.9.1-arch1-1/extra/) instead of an extramodules (/usr/lib/modules/6.9.1-arch1-1/extramodules/) directory? Other out-of-tree kernel modules (e.g. nvidia, virtualbox-host-modules-arch) are in extramodules.

travis.hegner commented on 2024-05-09 13:57 (UTC)

This patch for the PKGBUILD should work with the zfs 2.2.4 release and the 6.8.9.arch1-2 kernel.

diff --git a/PKGBUILD b/PKGBUILD
index 22166f5..4562ccc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,9 +17,9 @@
 #
 pkgbase="zfs-linux"
 pkgname=("zfs-linux" "zfs-linux-headers")
-_zfsver="2.2.3"
-_kernelver="6.8.8.arch1-1"
-_kernelver_full="6.8.8.arch1-1"
+_zfsver="2.2.4"
+_kernelver="6.8.9.arch1-2"
+_kernelver_full="6.8.9.arch1-2"
 _extramodules="${_kernelver_full/.arch/-arch}"

 pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"
@@ -27,15 +27,12 @@ pkgrel=1
 makedepends=("linux-headers=${_kernelver}")
 arch=("x86_64")
 url="https://openzfs.org/"
-source=("https://github.com/openzfs/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz" "enforce-kernel-max-version.patch" "linux-6.8-compat.patch" "kernel-6.8-meta.patch")
-sha256sums=("30a512f34ec5c841b8b2b32cc9c1a03fd49391b26c9164d3fb30573fb5d81ac3" "c5a9f546638c706844d5aff99f40366db1684679c3318d3a4093e0746748a711" "b875c877069a4c75c7b2b4b22d048e66f415b86f862ef6b3b83d3524694cc973" "1bc3b2e79e481b1bf41e78f9d142de8e97326288ecdc97f8db65496b7c4fd63b")
+source=("https://github.com/openzfs/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz")
+sha256sums=("9790905f7683d41759418e1ef3432828c31116654ff040e91356ff1c21c31ec0")
 license=("CDDL")
 depends=("kmod" "zfs-utils=${_zfsver}" "linux=${_kernelver}")
 prepare() {
     cd "${srcdir}/zfs-${_zfsver}"
-    patch -Np1 -i ${srcdir}/enforce-kernel-max-version.patch
-    patch -Np1 -i ${srcdir}/linux-6.8-compat.patch
-    patch -Np1 -i ${srcdir}/kernel-6.8-meta.patch
 }

 build() {