Access denied when mounting the postgres PVC to nfs

I’m using NFS store for the back and and it is failing to mount, the Persistent Volume i’ve even given 777 -R access to see if that would resolve it an it doesn’t. I’ve also added the 999 group w/ rw access but it still fails. Does anyone have any ideas?

This is the OSS helm deployment w/ kubernetes.

Warning FailedMount 27s kubelet Unable to attach or mount volumes: unmounted volumes=[postgres-data], unattached volumes=[kube-api-access-cqb5x postgres-data ssl-certs]: timed out waiting for the condition

Warning FailedMount 20s (x9 over 2m29s) kubelet MountVolume.SetUp failed for volume “pvvol-rwo-1” : mount failed: exit status 32

Hello @cccsss000111,

There may be challenges with use NFS and Databases (e.g., Conjur uses PostgreSQL), due to file locking, and other NFS magic. More information about PostgreSQL here (PostgreSQL: Documentation: 9.0: Creating a Database Cluster), and the challenges noted here (Use of NFS Considered Harmful).

Hope this helps!