having problems loading a nfs share

KeyzerSuze

New Member
Aug 16, 2024
9
1
1
Hi

I have 5 node proxmox cluster 8.4.1
I have a nfs server, I am looking to mount the nfs via /etc/fstab as I don't want any proxmox stuff on there - its meant to be bound into lxc's
On the nfs server i have
/exports/hme1 << this is one mount point
/exports/hme1/documents << second mount point

On the nfs server i use crossmnt and when i mount /exports/hme1 on a pios or debian 12 box I mount -t nfs nfs:/export/hme1 /mnt/hme1 and when i look in /mnt/hme1/documents I can see the files /exports/hme1/documents

when i do the same thing on proxmox and i look in /mnt/hme1/documents I see nothing
I have also tried exporting /exports/hme1/documents and mounting it as well - but proxmox doesn't like it

not sure what I can do or how to debug this
 
had a bit more of a play with it

I made sure to export each mount point and then remove the crossmnt on the top export
and it now works - when you touch one of the other mount points it mounts

also I had to mp for each lxc for each mount point
 
  • Like
Reactions: waltar