I am testing an application called Unmanic. I need access to my movie folder on my NAS.
I created an NFS Persistent Volume.
In the container settings i’m trying to add a new volume ( a persistent volume claim to the PVC base on the NFS share.
Till now i did not succeeded in creating that volume.
If i create a volume based on longhorn it worked, but not if i want to create a volume on another location base on NFS.
What am i doing wrong here?
This is what happened if i created a PVC base on the NFS share
How can i make sure the NFS is working as expected? It works all the time and in Rancher i just used the gui to create a persistent volume base on NFS. In my opinion that should work.
maybe there are other ways to connect NFS storage to the cluster but i don’t know them so far.