Bug creating NFS volume storage

Bypper

New Member
Oct 29, 2025
9
1
3
I want to create a NFS storage volume in Datacenter Storage section, and when I write related info, I get the following error:

1764932120338.png

And looks that the new volume wasn't created, it does not appears in the list, but Host mount the NFS volume:

Bash:
~# df -hTP

And /etc/pve/storage.cfg don't have anything...

Bash:
~# grep -i nfs /etc/pve/storage.cfg

Can you reproduce this error in the last version (9.1.2)?

Regards,
 
From what you've posted, it seems like your NFS share doesn't have any write permissions enabled, hence why it couldn't create the directory for your VM disk images.

That being said, I'll see if we can maybe improve the error message here a little bit, so it's a bit more telling what's going on.