proxmox doesnt like read-only nfs

pixel

Renowned Member
Aug 6, 2014
138
3
83
have read-only shared nfs storage for iso images. got this trying to view content,

mkdir /mnt/pve/bootiso/template: Read-only file system at /usr/share/perl5/PVE/Storage/Plugin.pm line 794 (500)
 
If you define a storage as able to store iso, Proxmox will create a subdir template/iso there. Since you don't have that structure and the fs is read only, it's usage fails (as you can see from the error message).
So first create the /mnt/pve/bootiso/template/iso folder, put the ISOs inside there, then I think it will work (of course you need to have read permissions there).
 
  • Like
Reactions: totalizator
hi, I solve this with chmod -R 777 in folder of NFS server. I have a external firewall its not a risk in mi case