zfs 0.8.1

  1. F

    ZFS hangs Proxmox after kernel upgrade

    It happens all the time. A kernel version upgrade pulls ZFS, and then it hangs on reboot, because ZFS will wait forever. The only solution at this point is to reboot in emergency mode and remove ZFS. Is there any way to preclude this behavior? The server does not have any ZFS pools. This is a bug.
  2. A

    [SOLVED] zfs_arc_max / /etc/modprobe.d/zfs.conf seems to be ignored in Proxmox 6.0

    > cat /sys/module/zfs/version 0.8.1-pve1 > cat /etc/modprobe.d/zfs.conf options zfs zfs_arc_max=8589934592 > update-initramfs -u > reboot > cat /sys/module/zfs/parameters/zfs_arc_max 0 > awk '/^c/ { print $1 " " $3 / 1048576 }' < /proc/spl/kstat/zfs/arcstats c 32138 c_min 2008.62 c_max...