Hi, playing around with proxmox 9. Also new to proxmox. I have a fully working NFS server that I'm able to add an ISO share from using the GUI. It works great from the proxmox UI but shows up as inactive when I do the same using the command line.
How do I make my 'testy' storage active? They look the same in /etc/pve/storage.cfg
Code:
$ pvesm add nfs testy --content iso --server 10.0.0.2 --export /mnt/poolparty/images/ --prune-backups keep-all=1
$ ls -al /mnt/pve/testy/ # I see my files...
$ pvesm status
Name Type Status Total Used Available %
gui-test nfs active 1544300672 243226368 1301074304 15.75%
testy nfs inactive 0 0 0 0.00%
How do I make my 'testy' storage active? They look the same in /etc/pve/storage.cfg