Publication date: 2020-02-28
After upgrading to Debian Buster and a new Proxmox version, containers did no longer start.
In "/lib/systemd/system/zfs-mount.service" change
ExecStart=/sbin/zfs mount -a
to
ExecStart=/sbin/zfs mount -O -a
Afterwards restart.
There are some forum posts from 2016 pointing to the solution suggested above:
https://forum.proxmox.com/threads/proxmox-ve-zfs-does-not-mount-on-boot.15387/
https://forum.proxmox.com/threads/mount-zfs-when-directory-not-empty.29657/