Update hetzner-debian10-zfs-setup.sh

This commit is contained in:
Max Birge
2021-06-25 21:07:40 +01:00
committed by GitHub
parent e8deaea7a5
commit 60b9dbae18

View File

@@ -135,7 +135,7 @@ function check_prerequisites {
function initial_load_debian_zed_cache {
chroot_execute "mkdir /etc/zfs/zfs-list.cache"
chroot_execute "touch /etc/zfs/zfs-list.cache/rpool"
chroot_execute "ln -s /usr/lib/zfs-linux/zed.d/history_event-zfs-list-cacher.sh /etc/zfs/zed.d/"
chroot_execute "ln -sf /usr/lib/zfs-linux/zed.d/history_event-zfs-list-cacher.sh /etc/zfs/zed.d/"
chroot_execute "zed -F &"