Package Details: zfs-utils 2.2.4-1

Git Clone URL: https://aur.archlinux.org/zfs-utils.git (read-only, click to copy)
Package Base: zfs-utils
Description: Userspace utilities for the Zettabyte File System.
Upstream URL: https://zfsonlinux.org/
Licenses: CDDL
Submitter: eschwartz
Maintainer: kstolp
Last Packager: kstolp
Votes: 57
Popularity: 0.93
First Submitted: 2018-10-28 22:49 (UTC)
Last Updated: 2024-05-03 03:00 (UTC)

Pinned Comments

eschwartz commented on 2020-12-27 22:43 (UTC)

@Win8Error,

This package doesn't support people who have failed to read the wiki page https://wiki.archlinux.org/index.php/Makepkg, or cannot interpret error messages.

eschwartz commented on 2019-10-16 03:49 (UTC)

aarch64 is not an officially supported architecture for this PKGBUILD, since I don't exactly test it on such architectures. It failing to work is therefore not very surprising.

I guess you can do any necessary followup in that upstream bug report, hopefully upstream can get it into a state of "working out of the box" so that makepkg --ignorearch works. But I'm not investing any of my own time in this...

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11

freswa commented on 2019-09-27 14:58 (UTC)

Since dracut is in the official Arch repo, could we please include the dracut files here? Line 60 just needs to be deleted.

1k5 commented on 2019-09-14 14:01 (UTC)

Could we please have zfs_decrypt_fs functionality? (See shamer's comment.) It would be much appreciated!

kswt commented on 2019-07-02 20:13 (UTC)

mount.zfs does not work:

mount -t zfs zroot/data/default /mnt/ filesystem 'zroot/data/default' cannot be mounted at '/mount' due to canonicalization error 2.

eschwartz commented on 2019-06-03 20:30 (UTC)

@ColdCanuck,

Thank you. I've submitted an upstream fix as https://github.com/zfsonlinux/zfs/pull/8851

ColdCanuck commented on 2019-06-03 18:55 (UTC)

The addition of the python3-fake soft link to /bin/true causes the utility program arc_summary not to be included in the package file. I assume this is because the upstream configurator needs to determine if a python3 or python2 version should be used and can't do that with the fake python.

There are other python scripts in the package so some version of python is a "soft" dependency., if not on the build at least on the programs themselves.

New to Arch, so sorry if this the the wrong way to notify you; I'm open to gentle education if there is a more correct way.

shamer commented on 2019-05-28 22:18 (UTC)

zfs.initcpio.hook does not yet have zfs_decrypt_fs functionality that is present in https://aur.archlinux.org/zfs-utils-git.git

This can prevent being able to boot into an encrypted root.

solenskiner commented on 2019-05-24 19:55 (UTC)

I've found a problem, zfs.initcpio.hook does not seem to honor canmount=off on datasets.

patch is something like

    canmount=$(zfs get -H -o value canmount "${dataset}")
    if [ "${canmount}" = "off" ] ; then
        continue
    fi

at line 61

milaxnuts commented on 2019-03-29 06:06 (UTC) (edited on 2019-03-29 06:07 (UTC) by milaxnuts)

please use "git shallow clone" to save traffic.

81.64 MiB :full clone
  5.56 MiB :shallow clone

--> less by factor 15

sample call:

git clone --depth=1 --recurse-submodules -b zfs-0.7.13 https://github.com/zfsonlinux/zfs

eschwartz commented on 2018-10-30 14:09 (UTC)

Valid point, but this should then be in zfs-dkms which provides the module and depends on the utils.

I removed it from spl-dkms too, because namespacing: http://www.clifford.at/spl/ is already a package and it sure isn't a kernel module. Didn't consider that zfs wouldn't have the same problem.

solnce commented on 2018-10-30 13:51 (UTC)

Thanks for putting this up. Unfortunately, this breaks some dependencies, because the PKGBUILD should include provides=zfs. Otherwise I can't have zfs-auto-snapshot installed.