Hi,
ok, after removing all LXD containers that have been on this zfs from the LXD database by:
- zfs umount $dataset
- lxc delete $container
and readd them:
- zfs mount $dataset
- lxd import $container
all containers are running AND new container can also be added without issues.
So it would be great if someone could explain whats going on with this.
I opened a new topic for this to make it easier for others to find this “solution” alias workaround.
https://discuss.linuxcontainers.org/t/how-exactly-does-the-command-lxd-import-work/6303