Hi,
I’m facing a rather strange issue with my NFS cluster. I have HAProxy set up in front of it, and when I manually mount the NFS share on a Proxmox node using:
mount -t nfs -o vers3,nolock,proto=tcp server destination
everything works fine. However, when I run the command:
pvesm nfsscan server
I don't see any available resources.
If I set up the mount specifically for a single node, everything works correctly, but this defeats the purpose of having an NFS cluster, causing inconsistencies.
I suspect the issue might be related to rpcbind, as HAProxy only handles TCP connections.
Do you have any insights on how to resolve this?
I’m facing a rather strange issue with my NFS cluster. I have HAProxy set up in front of it, and when I manually mount the NFS share on a Proxmox node using:
mount -t nfs -o vers3,nolock,proto=tcp server destination
everything works fine. However, when I run the command:
pvesm nfsscan server
I don't see any available resources.
If I set up the mount specifically for a single node, everything works correctly, but this defeats the purpose of having an NFS cluster, causing inconsistencies.
I suspect the issue might be related to rpcbind, as HAProxy only handles TCP connections.
Do you have any insights on how to resolve this?