Hi everyone,
I'm using an lxc debian container with samba as a file server in a mostly Win10 network. In that container, I'm currently using a bind mount to give the clients access to the ISO images (mainly Windows and virus scanner boot images) that are in PVE's local storage, with this option in the .conf file:
mp0: /var/lib/vz/template/iso,mp=/mnt/empve-local-iso,ro=1
This works just fine, but unfortunately it also prevents createing snapshots of the container. Now, I thought that maybe there is another way: if I add "Container" content in the config of the "local" storage, I should be able to add this to the container as a regular mount point, with a command like this:
pct set 111 --mp0 local:iso,mp=/mnt/iso,backup=0,ro=1,shared=1
Would this work and would that have any drawbacks? I'm rather reluctant to simply try this experimentally, because the pve server is a production environment for our company, so I thought I'd ask here instead.
I'm using an lxc debian container with samba as a file server in a mostly Win10 network. In that container, I'm currently using a bind mount to give the clients access to the ISO images (mainly Windows and virus scanner boot images) that are in PVE's local storage, with this option in the .conf file:
mp0: /var/lib/vz/template/iso,mp=/mnt/empve-local-iso,ro=1
This works just fine, but unfortunately it also prevents createing snapshots of the container. Now, I thought that maybe there is another way: if I add "Container" content in the config of the "local" storage, I should be able to add this to the container as a regular mount point, with a command like this:
pct set 111 --mp0 local:iso,mp=/mnt/iso,backup=0,ro=1,shared=1
Would this work and would that have any drawbacks? I'm rather reluctant to simply try this experimentally, because the pve server is a production environment for our company, so I thought I'd ask here instead.