root@node16-84:~# pvesm add nfs proxmox --server=10.88.90.202 --export=/ --path=/mnt/pve/tintri88202 --options="vers=4.1"
400 Parameter verification failed.
export: invalid format - value does not look like a valid absolute path
pvesm add <type> <storage> [OPTIONS]
using the standard linux mount command it works just fine
root@node16-84:~# mount -t nfs -o rw,vers=4.1,proto=tcp 10.88.90.202:/ /mnt
root@node16-84:~# df -ah
10.88.90.202:/ 61T 577M 61T 1% /mnt
Can we fix the --export validation?
400 Parameter verification failed.
export: invalid format - value does not look like a valid absolute path
pvesm add <type> <storage> [OPTIONS]
using the standard linux mount command it works just fine
root@node16-84:~# mount -t nfs -o rw,vers=4.1,proto=tcp 10.88.90.202:/ /mnt
root@node16-84:~# df -ah
10.88.90.202:/ 61T 577M 61T 1% /mnt
Can we fix the --export validation?
Last edited: