Notes to Self

Alex Sokolsky's Notes on Computers and Programming

ZFS services on proxmox

My proxmox server passes SATA drives to a virtualized NAS which runs in a VM. Hence I had to remove ZFS-related services from proxmox:

systemctl stop zfs-import-cache.service
systemctl disable zfs-import-cache.service
systemctl stop zfs-zed.service
systemctl disable zfs-zed.service