dynamic-nfs-provisioner
dynamic-nfs-provisioner copied to clipboard
Operator for dynamically provisioning an NFS server on any Kubernetes Persistent Volume. Also creates an NFS volume on the dynamically provisioned server for enabling Kubernetes RWX volumes.
**Describe the bug:** I created many RWX nfs shares with nfs-provisioner. As backend storageclass i use openebs-jiva. Sometimes every nfs share mount get the permission 000 Then, the mount folder...
**Describe the problem/challenge you have** If the NFS PV capacity is being used up, there is no way to resize the capacity - even though the underlying PV supports resize....
**Why is this PR required? What issue does it fix?**: **What this PR does?**: **Does this PR require any upgrade changes?**: **If the changes in this PR are manually verified,...
i change nfsd.sh in `nfs-server-alpine:0.9.0` image. add line `ulimit -HSn 1048576` to nfsd.sh fix the problem. ``` echo "Starting Mountd in the background..."These ulimit -HSn 1048576 #add line /usr/sbin/rpc.mountd --debug...
The helm chart has no option to disable creation of the storage class. Would be nice to have this like all other OpenEBS components.
**Describe the problem/challenge you have** Current there is a k8s bug: If delete PV prior to deleting PVC, then the Reclaim policy is not exercised. As a result of this...
 Help: How to delete these PVC and PV? PV and PVC is dynamic-nfs-provisioner create
It's not a bug rather a question. We're looking for stable solution for RWX and trying to use this project with ceph-block. We wonder how's the failover time for pod...
**Describe the bug:** A clear and concise description of what the bug is. Good day, I am facing this issue in OpenShift Kubernetes cluster. Deployment `deployment.apps/nfs-pvc-XXXXXXXXXXXXXXXXXXXX` which is spawned after...
**Describe the problem/challenge you have** Currently the nfs server started by nfs provisioner only take considering of pod affinity policy, the issue with that is, since its requesting very small...