proxmox 8.3 bug in pvesm when adding nfs target

kellogs

Active Member
May 14, 2024
185
29
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:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!