nfs-subdir-external-provisioner icon indicating copy to clipboard operation
nfs-subdir-external-provisioner copied to clipboard

NFS provisioner fails in OpenShift version 4.15

Open abhinavk001 opened this issue 1 year ago • 1 comments

On deploying NFS storage provisioner in OpenShift 4.15, the pod fails with message: MountVolume.SetUp failed for volume "<volume-name>" : mount failed: exit status 32 Mounting command: mount Mounting arguments: -t.

Steps to replicate.

  • Create an OpenShift 4.15 instance.
  • Setup NFS server on a RHEL 8 host machine.
  • Create the roles, role binding, class and deployment in the cluster

abhinavk001 avatar Mar 22 '24 17:03 abhinavk001