I'm trying to mount a read-only NFS ISO store in PVE 8.1.4, however when trying to access this through the UI I get the error:
This is of course by design, I don't want PVE writing anything here, so how do I stop it?
I added
Is there some way to achieve this?
mkdir /mnt/pve/Images/template: Read-only file system at /usr/share/perl5/PVE/Storage/Plugin.pm line 1390. (500)
This is of course by design, I don't want PVE writing anything here, so how do I stop it?
I added
options ro
to my Images
entry in /etc/pve/storage.cfg
and I can actually ls /mnt/pve/Images
and see the files, but it's not much use since the error appears whenever I try to attach an ISO to a VM.Is there some way to achieve this?