-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple pods ReadWriteMany mount with static provisioning #200
Comments
already fixed on master branch, pls try again, make sure that |
humblec
added a commit
to humblec/csi-driver-nfs
that referenced
this issue
Sep 23, 2022
d24254f Merge pull request kubernetes-csi#202 from xing-yang/kind_0.14.0 0faa3fc Update to Kind v0.14.0 images ef4e1b2 Merge pull request kubernetes-csi#201 from xing-yang/add_1.24_image 4ddce25 Add 1.24 Kind image 7fe5149 Merge pull request kubernetes-csi#200 from pohly/bump-kubernetes-version 70915a8 prow.sh: update snapshotter version 31a3f38 Merge pull request kubernetes-csi#199 from pohly/bump-kubernetes-version 7577454 prow.sh: bump Kubernetes to v1.22.0 git-subtree-dir: release-tools git-subtree-split: d24254f
TerryHowe
pushed a commit
to TerryHowe/csi-driver-nfs
that referenced
this issue
Oct 17, 2024
prow.sh: update snapshotter version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened:
Hey, I'm trying to use https://github.com/kubernetes-csi/csi-driver-nfs with a static provisioning while I want to have multiple pods to mount a ReadWriteMany NFS server. Unfortunately the pods always get stuck in ContainerCreating with the following error:
Warning FailedMount 3m40s (x1662 over 48m) kubelet MountVolume.SetUp failed for volume "clearml-agent-caching" : rpc error: code = Aborted desc = An operation with the given Volume ID shaked-test1 already exists
What you expected to happen:
Allow all pods to mount the NFS server while all pods have access to the same files i.e
/exports
content should be available for all pods (therefore I don't want to use dynamic provisioning).How to reproduce it:
Create a PV and PVC:
Create 2 replicas or more:
Create an NFS server as in the example.
Anything else we need to know?:
Environment: GKE
kubectl version
):The text was updated successfully, but these errors were encountered: