I'm trying to setup an Arch Linux container for Plex Media Server, but it errors out after the "confirmation" step. I have tried to figure out what the issue is but can't seem to, VMs work perfectly.
The error is:
Here is my storage.cfg
	
	
	
		
I have also attached a picture of the configuration settings of the Plex container (from the confirmation page)
				
			The error is:
mounting container failed
TASK ERROR: cannot open directory //nvme: No such file or directory
Here is my storage.cfg
		Code:
	
	dir: local
        path /var/lib/vz
        content backup
        maxfiles 1
        shared 0
dir: iso
        path /mnt/storage/stuff/iso
        content iso,vztmpl
        maxfiles 1
        shared 0
zfspool: LXC_Storage
        pool nvme/containers
        content rootdir
        sparse 0
zfspool: VM_Storage
        pool nvme/vms
        content images
        sparse 0
	I have also attached a picture of the configuration settings of the Plex container (from the confirmation page)