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.2.99.r344.ga0635ae731-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 |
Groups: | zfs-git |
Conflicts: | zfs-utils |
Provides: | zfs-utils |
Submitter: | minextu |
Maintainer: | yurikoles |
Last Packager: | yurikoles |
Votes: | 6 |
Popularity: | 0.000017 |
First Submitted: | 2018-11-11 00:44 (UTC) |
Last Updated: | 2024-02-13 04:07 (UTC) |
Dependencies (6)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-cffi (make)
- python-setuptools (make)
- python (python37AUR, python311AUR, python310AUR) (optional) – pyzfs and extra utilities
- python-cffi (optional) – pyzfs
Required by (43)
- 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)
- zfs-dkms (requires zfs-utils)
- zfs-dkms-git (optional)
- zfs-dkms-staging-compat-git (requires zfs-utils)
- Show 24 more...
Sources (5)
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-git
andzfs-dkms-git
without 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>
.