In order to update this package and avoid version pinning cycle, you need to build both packages, zfs-utils-git and zfs-dkms-git without installing them. Then install a same newer version of both of them in one transaction via pacman -U <path/to/built/zfs-utils-git> <path/to/built/zfs-dkms-git>.
Search Criteria
Package Details: zfs-utils-git 2:2.4.99.r305.gb9b84445ea-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/zfs-utils-git.git (read-only, click to copy) |
|---|---|
| Package Base: | zfs-utils-git |
| Description: | Userspace utilities for the Zettabyte File System. |
| Upstream URL: | https://zfsonlinux.org/ |
| Keywords: | illumos oracle solaris zol |
| Licenses: | CDDL-1.0 |
| Groups: | zfs-git |
| Conflicts: | zfs-utils |
| Provides: | zfs-utils |
| Submitter: | minextu |
| Maintainer: | yurikoles |
| Last Packager: | yurikoles |
| Votes: | 8 |
| Popularity: | 0.000353 |
| First Submitted: | 2018-11-11 00:44 (UTC) |
| Last Updated: | 2026-01-05 04:52 (UTC) |
Dependencies (7)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python (make)
- python-cffi (make)
- python-setuptools (make)
- pam (pam-selinuxAUR) (optional) – managing encryption keys
- python (optional) – pyzfs and extra utilities
- python-cffi (optional) – pyzfs
Required by (41)
- cachy-chroot (requires zfs-utils) (optional)
- dataleech (requires zfs-utils)
- docker-zfs-plugin (requires zfs-utils)
- goblocks (requires zfs-utils) (optional)
- growlight (requires zfs-utils) (optional)
- grub-libzfs (requires zfs-utils)
- httm (requires zfs-utils) (optional)
- httm-bin (requires zfs-utils) (optional)
- httm-git (requires zfs-utils) (optional)
- kpmcore-git (requires zfs-utils) (optional)
- pivy (requires zfs-utils) (make)
- pivy (requires zfs-utils) (optional)
- prepare-lastboot (requires zfs-utils)
- python-pylibzfs (requires zfs-utils)
- systemd-zpool-scrub (requires zfs-utils)
- targetd (requires zfs-utils) (optional)
- targetd-git (requires zfs-utils) (optional)
- tzpfms (requires zfs-utils)
- zfs-dkms (requires zfs-utils)
- zfs-dkms-git
- zfs-dkms-staging-compat-git (requires zfs-utils)
- zfs-dkms-staging-git (requires zfs-utils)
- zfs-linux (requires zfs-utils)
- zfs-linux-git (requires zfs-utils)
- zfs-linux-git-headers (requires zfs-utils)
- zfs-linux-hardened (requires zfs-utils)
- zfs-linux-hardened-headers (requires zfs-utils)
- zfs-linux-headers (requires zfs-utils)
- zfs-linux-lts (requires zfs-utils)
- zfs-linux-lts-headers (requires zfs-utils)
- zfs-linux-rt (requires zfs-utils)
- zfs-linux-rt-headers (requires zfs-utils)
- zfs-openrc
- zfs-openrc (requires zfs-utils)
- zfs-undelete (requires zfs-utils)
- zfs-undelete-git (requires zfs-utils)
- zfsbackrest-bin (requires zfs-utils)
- zfscrypt-git (requires zfs-utils)
- zfs_autobackup (requires zfs-utils)
- zfs_uploader-git (requires zfs-utils)
- znp-git (requires zfs-utils)
Sources (4)
yurikoles commented on 2023-08-14 16:44 (UTC)
dmp1ce commented on 2021-06-13 11:30 (UTC)
I downgraded to zfs-utils and zfs-linux-lts which I probably should have been using in the beginning. Pools import fine now.
dmp1ce commented on 2021-06-13 03:07 (UTC)
I'm wondering, can I just install zfs-utils with zfs-linux-lts-git even after I have had zfs-utils-git already installed? Will my pools break if I have installed pool features?
dmp1ce commented on 2021-06-13 03:00 (UTC)
I ran into an issue on the last update. zfs-import-cache wouldn't start so none of my pool mounted. I created an issue if anyone else hits this.
heppu commented on 2021-01-13 12:18 (UTC)
Thanks for the fast reply @eschwartz! I just realised what you said and removed the comment before noticing you had already replied. I was able work around the problem by downgrading autoconf to 2.69.
eschwartz commented on 2021-01-13 12:02 (UTC)
Since this is a -git package, it is already v2.0.1, which you'd know if you tried building it. But v2.0.1 does not fix the build -- we are waiting on a new autoconf release (which upstream autoconf said they were going to release in a couple of days, but that was at the beginning of last week).
esrevinu commented on 2020-12-29 18:52 (UTC) (edited on 2020-12-29 22:07 (UTC) by esrevinu)
Why is zpool import going into run_latehook function? Although zvol swap is not recommended for hibernation, I tried it. If zpool import is in run_latehook, resume does not work since zvol is not seen at the moment. So, I moved it into run_hook function and resume works. I am using ZFS on LUKS disk encryption.
Edit: I misunderstood. It is ZFS filesystem, not zvol swap that may cause a corruption with hibernation. https://github.com/openzfs/zfs/issues/260 Besides that, zvol swap can cause a deadlock under memory pressure.
grmblfrz commented on 2020-04-06 15:36 (UTC)
The latest update of this package rendered my system unbootable because of changes in zfs.initcpio.hook. It lacks fixes for grub ZFS= syntax. Could you please restore the zfs hook from the previous version?
Pinned Comments
yurikoles commented on 2023-08-14 16:44 (UTC)
In order to update this package and avoid version pinning cycle, you need to build both packages,
zfs-utils-gitandzfs-dkms-gitwithout installing them. Then install a same newer version of both of them in one transaction viapacman -U <path/to/built/zfs-utils-git> <path/to/built/zfs-dkms-git>.