Hi, new user, trying to create bind mounts inside a container pointing to zfs datasets.
I create my zpool, and datasets, e.g.
zfs create ssdpool/test
zfs set mountpoint=/mnt/bind/test ssdpool/test
I use a Ubuntu Server 20.04 LTS container, and I add:
pct set 100 -mp1 /mnt/bind/test,mp=/test
I...