-
Notifications
You must be signed in to change notification settings - Fork 263
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
Deleting PVC doesn't free up PV for re-attaching #257
Comments
that's expected behavior: Delete the PersistentVolume. The associated storage asset in external infrastructure (such as an AWS EBS, GCE PD, Azure Disk, or Cinder volume) still exists after the PV is deleted. |
Thanks. Sorry for the misunderstanding. |
…idecar-e2e-path chore: add CSI_PROW_SIDECAR_E2E_PATH
227577e Merge pull request kubernetes-csi#258 from gnufied/enable-race-detection e1ceee2 Always enable race detection while running tests 988496a Merge pull request kubernetes-csi#257 from jakobmoellerdev/csi-prow-sidecar-e2e-path 028f8c6 chore: bump to Go 1.22.5 69bd71e chore: add CSI_PROW_SIDECAR_E2E_PATH git-subtree-dir: release-tools git-subtree-split: 227577e
227577e Merge pull request kubernetes-csi#258 from gnufied/enable-race-detection e1ceee2 Always enable race detection while running tests 988496a Merge pull request kubernetes-csi#257 from jakobmoellerdev/csi-prow-sidecar-e2e-path 028f8c6 chore: bump to Go 1.22.5 69bd71e chore: add CSI_PROW_SIDECAR_E2E_PATH git-subtree-dir: release-tools git-subtree-split: 227577e
227577e Merge pull request kubernetes-csi#258 from gnufied/enable-race-detection e1ceee2 Always enable race detection while running tests 988496a Merge pull request kubernetes-csi#257 from jakobmoellerdev/csi-prow-sidecar-e2e-path 028f8c6 chore: bump to Go 1.22.5 69bd71e chore: add CSI_PROW_SIDECAR_E2E_PATH git-subtree-dir: release-tools git-subtree-split: 227577e
What happened:
Created a PV with the NFS Driver pointing at an existing NFS server.
When I deleted the PVC,
kubectl get pvc
showed that the PVC was removed.The PV showed it as
Released
though it still has a Claim in it.Attempting to create a new PVC against this PV fails with the error:
What you expected to happen:
That since there is a clear PV, I can setup a new PVC to this PV.
How to reproduce it:
See info above.
Anything else we need to know?:
Installed the CSI Driver using the helm chart version 3.1.0, App Version: latest
Environment:
kubectl version
): v1.21.2+vmware.1uname -a
):4.19.198-1.ph3 #1-photon SMP
The text was updated successfully, but these errors were encountered: