LXC CT NFS options

pkr

New Member
Aug 22, 2023
26
1
3
i am relatively new to the world of proxmos and managed to successfully install, configure, and run LXC CT for some of my needs

next steps, migrating. my work loads to n x LXC CTs

in the process, am wondering, what NFS options i should consider that works best natively in a LXC CT ?!

thank for any good guides and resources, you've found handy for the most recent version of PVE
 
You mean as a NFS client oder server?
Keep in mind that only the insecure privileged LXCs can directly mount NFS shares.
If you need it secure, for example because you want the service to be publicly available from the internet, it would be better to use a VM instead.
 
Last edited:
  • Like
Reactions: pkr
You mean as a NFS client oder server?
Keep in that only the insecure privileged LXCs can directly mount NFS shares.
If you need it secure, for example because you want the service to be publicly available from the internet, it would be better to use a VM instead.
thank you @Dunuin - i am quite new to the world of NAS, after reading your response, i learnt, that i will be need both NFS *server* and *client* -- my preference is to keep the PVE host secure, and the data mounted & shared on NFS will be internal only (not internet facing)

under these conditions, what might be a good path forward ?!