proxmox 8.3 bug in pvesm when adding nfs target

kellogs

Active Member
May 14, 2024
223
35
28
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?
 
Last edited:
  • Like
Reactions: waltar