I have been working on using proxmox exclusively on a server. I created two vdevs by disk id and assigned them to a zpool from the command line. I was able to see the new zpool in proxmox. My intention is to be able to mount this storage into an lxc container and then create an nfs/smb shares for different services. I thought that would mean creating a ZFS storage in the datacenter and then adding that storage as a mount point to the lxc container. Instead what it seems to do is create a virtual disk inside that ZFS storage of whatever size I enter. Is that how it's intended to work? instead of /zfs0/pictures for instance I need to put that in /zfs0/subvol1-110-disk-0/pictures? Or am I missing a step here?