Package Details: zfs-linux-headers 2.3.2_6.14.6.arch1.1-1

Git Clone URL: https://aur.archlinux.org/zfs-linux.git (read-only, click to copy)
Package Base: zfs-linux
Description: Kernel headers for the Zettabyte File System.
Upstream URL: https://openzfs.org/
Keywords: kernel linux openzfs zfs
Licenses: CDDL
Conflicts: spl-dkms, spl-dkms-git, spl-headers, zfs-dkms, zfs-dkms-git, zfs-dkms-rc, zfs-headers
Provides: spl-headers, zfs-headers
Submitter: demizer
Maintainer: lightdot
Last Packager: lightdot
Votes: 276
Popularity: 1.29
First Submitted: 2016-04-21 08:45 (UTC)
Last Updated: 2025-05-11 21:15 (UTC)

Pinned Comments

lightdot commented on 2025-02-04 21:19 (UTC) (edited on 2025-05-03 17:07 (UTC) by lightdot)

This package will be kept in sync with the openzfs latest stable release and the kernels officially supported by it.

For the supported kernel versions, refer to the respective openzfs release notes (LINK).

E.g. openzfs 2.3.2 supports kernel versions 4.18 - 6.14. When kernel 6.15 is released for Arch, zfs-linux will not be updated until the openzfs project announces that it's compatible. This will most likely happen with the next openzfs release.

The kernel compatibility of the upcoming openzfs release can be seen in their META file (LINK).

For those wishing to use openzfs with unsupported kernels, do note that this could lead to serious issues, including data loss, even though such a zfs-linux package might build and install cleanly. Have reliable backups and use such a package at your peril.

Please do not mark this package as out of date without checking the kernel compatibility first. Thank you!

Latest Comments

« First ‹ Previous 1 .. 31 32 33 34 35 36 37 38 39 40 41 .. 79 Next › Last »

khenderick commented on 2014-07-06 09:07 (UTC)

Hi, I updated right before the message of Flink at 04/07, so I wonder whether it's safe to reboot or not. Today, I suddenly got: :: Starting full system upgrade... warning: spl-git: local (0.6.3_r0_g31cb538_3.15.3_1-2) is newer than demz-repo-core (0.6.3_r0_g31cb538_3.15.3_1-1) warning: spl-utils-git: local (0.6.3_r0_g31cb538_3.15.3_1-2) is newer than demz-repo-core (0.6.3_r0_g31cb538_3.15.3_1-1) warning: zfs-git: local (0.6.3_r0_g07dabd2_3.15.3_1-2) is newer than demz-repo-core (0.6.3_r0_g07dabd2_3.15.3_1-1) warning: zfs-utils-git: local (0.6.3_r0_g07dabd2_3.15.3_1-2) is newer than demz-repo-core (0.6.3_r0_g07dabd2_3.15.3_1-1) there is nothing to do

Flink commented on 2014-07-04 17:14 (UTC)

@demizer Hey no I don’t think you’re an idiot, you still do a great job with your packages :) I understand you’re in a stressful situation, I hope things will go well!

demizer commented on 2014-07-04 17:10 (UTC)

@Flink, sorry I am an idiot that can't remember to stash changes apparently! I have been preoccupied with finding a new job (i'm currently unemployed) and forgot to stash the changes to the initcpio hooks before updating. I should soon be able to finish the hooks so this won't happen anymore.

Flink commented on 2014-07-04 13:33 (UTC)

Thanks to comment from @moon_bear I managed to boot my system again. But I think there’s a real problem here, like zpool not imported with -R /new_root or something like this maybe. My zpool root mountpoint should be “/” and not “/new_root”.

Flink commented on 2014-07-04 13:20 (UTC)

@demizer OK juste did the update yesterday and I can't boot anymore again :( Same error: filesystem cannot be mounted due to canonicalization error 2. This is pretty much annoying :(

demizer commented on 2014-07-03 17:39 (UTC)

Hello everyone! I flagged the packages out of date and won't be able to update them until after 3PM PST. I have to study for a followup phone interview for Jr. Sys. Admin. Also, I had to destroy my storage pool so that I could set the ashift=12. It shouldn't be that long to reset everything and import the backup. Some advice for anyone that is listening. Use raidz2 at the minimum with six drives. It's also a good idea to use lots of ECC ram. I had a drive fail AND a memory stick fail at the same time! While I was rebuilding the array, another drive started failing! Yikes! Luckily I was able to save my data, but I also had a good backup so I was not worried.

moon_bear commented on 2014-06-30 19:06 (UTC)

For everyone stuck in the busybox: I managed to fix my system trough resetting the mountpoint of my zroot containing my rootfs (zroot) to /new_root: #> zfs set mountpoint=/new_root zroot Then I rebooted and updated zfs. The next boot worked as well. Maybe this helps some of you.

Flink commented on 2014-06-30 08:14 (UTC)

@demizer Ok! Thank you for your quick answer. I’ll try that :)

demizer commented on 2014-06-30 01:15 (UTC)

The packages have been reverted. For those that are stuck in busy box, the only way to fix is to boot from the archiso, install the archzfs packages, chroot into your root and update the archzfs packages. Sorry!