The ZFS packages have been flagged out of date. Kernel 3.6.8 is now in [core]. I am currently working on fixing hostid issues in the spl package. The new packages should be uploaded to AUR within the next day or two.
Thanks!
Search Criteria
Package Details: zfs-linux-headers 2.3.1_6.13.8.arch1.1-1
Package Actions
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: | 275 |
Popularity: | 0.87 |
First Submitted: | 2016-04-21 08:45 (UTC) |
Last Updated: | 2025-03-25 23:55 (UTC) |
Dependencies (4)
- kmod (kmod-gitAUR)
- linux
- zfs-utilsAUR (zfs-utils-gitAUR, zfs-linux-gitAUR, zfs-utils-staging-gitAUR)
- linux-headers (make)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 62 63 64 65 66 67 68 69 70 71 72 .. 79 Next › Last »
demizer commented on 2012-11-29 18:29 (UTC)
demizer commented on 2012-11-28 22:59 (UTC)
@ronnylov, copy http://pastebin.com/jTZUusG5 to /usr/lib/systemd/system/zfs.service for the time being. I will update the packages in AUR once kernel 3.6.8 is out of testing.
Thanks!
<deleted-account> commented on 2012-11-28 22:36 (UTC)
Directories shared by sharenfs=on are not automatically shared after reboot when moving from rc.conf to zfs systemd unit file. I have to manually export and import my pool to make it enable the sharing again. How can I solve this? Maybe I have to make sure zfs is started after the nfs services...
demizer commented on 2012-11-26 09:55 (UTC)
The ZFS package has been updated to pkgrel 4.
Changes include:
* mkinitcpio updates for the initramfs install hook.
* Cleaned up mkinitcpio install hook help documentation (mkinitcpio -H zfs).
* Added a systemd unit file
The systemd unit file allows the mounting of zpools at startup. This also makes it possible for the ZFS packages to not have to depend on initscripts for initialization. If ZFS is your last hold out for initscripts, like it was for me, you can now remove initscripts.
The usage of the new unit file is pretty typical for systemd unit files:
# systemctl enable zfs
# systemctl start zfs
# systemctl status zfs
# systemctl stop zfs
I have not fully tested all of these changes, especially in the updates to the mkinitcpio install hook. But they are not considered dangerous or data threatening. The systemd unit file only calls 'zfs mount -a' and 'zfs unmount -a' for example.
To be on the safe side, make sure you have good backups before performing any updates ALWAYS.
demizer commented on 2012-11-26 03:21 (UTC)
@falconindy, thanks for the heads up! Will do.
falconindy commented on 2012-11-26 02:30 (UTC)
Hi, this mkinitcpio hook is going to break soon. Please avoid using MODULES and SCRIPT and use the functions "add_module" and "add_runscript" instead.
demizer commented on 2012-11-26 00:34 (UTC)
@ronnylov, So sorry! I pushed packages that didn't have any kernel modules in them, yikes! I have changed my procedures so this doesn't happen again. In this case, instead of building from scratch, I repackaged. Somewhere in development the kernel modules got deleted. I also didn't perform a proper test before pushing the repository.
There won't be future packaging errors like this as I now have a checklist.
Thanks for the report!
<deleted-account> commented on 2012-11-25 15:35 (UTC)
I fixed it by installing the zfs and spl packages from AUR instead from the repository.
<deleted-account> commented on 2012-11-25 15:16 (UTC)
I use arch-zfs and have reinstalled arch-zfs, rebooted and tried everything but I get following error when trying to load zfs:
modprobe: FATAL: Module zfs not found.
Something is wrong...
demizer commented on 2012-11-24 21:29 (UTC)
The packages have been updated for kernel 3.6.7.
If you installed the packages from AUR, you will need to first remove the zfs
and spl packages::
# pacman -Rsc spl-utils
and then update the kernel::
# pacman -S linux linux-headers
You will now have to restart your system.
Once your system is back up, you can proceed with building and installing zfs
and spl, in the following order: spl-utils, spl, zfs-utils, and zfs. Then
restart, or::
# modprobe zfs spl
You could also use the prebuilt signed repository available at
http://demizerone.com/archzfs and you will not have to remove the packages,
update the kernel, and restart before performing the update.
Also, these new packages now have a group, 'arch-zfs'. So next time you could
remove the packages with just::
# pacman -R arch-zfs
If usig the signed repository, you can now install all the packages with::
# pacman -S arch-zfs
Pinned Comments
lightdot commented on 2025-02-04 21:19 (UTC) (edited on 2025-03-29 20:47 (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.1 supports kernel versions 4.18 - 6.13. When kernel 6.14 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!