@Flubbadub
https://github.com/severach/ArchLinuxScripts
Try zfsbuild.sh for Manjaro. Turn enable downgrade option permanently.
@demizer
# sudo zpool import -d /dev/disk/by-partlabel zfsdata
The ZFS modules are not loaded.
Try running '/sbin/modprobe zfs' as root to load them.
Does zpool not load the modules automatically any more?
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.92 |
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 .. 19 20 21 22 23 24 25 26 27 28 29 .. 79 Next › Last »
severach commented on 2015-09-23 11:01 (UTC)
graysky commented on 2015-09-20 11:01 (UTC)
@Flub - Manjaro != Arch so just use run a sed onliner in the build dir before you do it: sed 's/-ARCH/-MANJARO/' *
Flubbadub commented on 2015-09-20 10:25 (UTC)
@demizer would you consider a patch to use something like 'uname -r' to get the currently running kernel? This currently fails to build on my manjaro system due to the fact that the kernel is '4.1.6-3-MANJARO' so doesn't end in -ARCH as required by the PKGBUILD. It would save me having to manually change it for each update.
Either way thanks for making this available!
demizer commented on 2015-09-19 23:31 (UTC)
@here - FYI there was a zvol corruption bug that affected some users using trim/discard mount options. See https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.6.5.1 and https://github.com/zfsonlinux/zfs/pull/3798 and https://github.com/zfsonlinux/zfs/issues/3754
ukhippo commented on 2015-09-15 13:31 (UTC)
@lockheed
It seems like your hostid has changed.
After force importing the pools, try exporting them and rebooting instead of continuing the boot
lockheed commented on 2015-09-14 16:57 (UTC)
I have zfs on root. Since two or three zfs versions back, after the zfs package updates and the system reboots, my pools are no longer mountable: https://goo.gl/photos/ZQmcwDJ1G8Dsomus7
I need to force import them and only then I can boot. But this is not a solution because it is a remote server to which I have rare physical access.
khenderick commented on 2015-09-14 13:57 (UTC)
I did on all my nodes. Seems to be working fine :).
graysky commented on 2015-09-14 13:52 (UTC)
So who has been brave enough to update their zpool?
status: Some supported features are not enabled on the pool. The pool can
still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(5) for details.
timemaster commented on 2015-09-12 15:04 (UTC)
congratz to demizer for an express delivery like this one.
zfs on root : we have now two new feature flag (filesystem_limits/large_blocks).
According to my research (no test yet), grub-git support large_blocks with cad5cc0f5d3d3630ccfbe242552958b13f2120d6. I do not know however about filesystem_limits.
demizer commented on 2015-07-29 18:39 (UTC)
@lockheed, unfortunately the zfs modules are tied to the kernel they are compiled for. I only support the official kernel packages.
For any other kernel, you will need to compile archzfs to target that kernel.
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!