Different zpools for different containers

May be this was answered. I couldnt find it. Similar https://discuss.linuxcontainers.org/t/mounting-zfs-datasets-to-containers/464/5 but I want my root partition of my container to be on a different zpool itself? Any suggestions.
At the moment all containers get mounted at the same ZFS zpool.
Thx

Create multiple LXD storage pools and specify the one you want with -s during launch.

1 Like

thanks a lot for your quick help. Just typing the exact command for future use.
lxc storage create pool4TB zfs source=/dev/sdX zfs.pool_name=zpool4TB
lxc launch images:ubuntu/xenial xenial-on-4TB -s pool4TB
Also found: