kubernetes-sigs / vsphere-csi-driver

vSphere storage Container Storage Interface (CSI) plugin
https://docs.vmware.com/en/VMware-vSphere-Container-Storage-Plug-in/index.html
Apache License 2.0
296 stars 179 forks source link

not registered as CNS Volume #2969

Open pbs-jyu opened 2 months ago

pbs-jyu commented 2 months ago

Is this a BUG REPORT:

Uncomment only one, leave it on its own line:

/kind bug

What happened: Kubectl get pv and pvc shows expected; within vcenter only some of the volumes. After I have created pvc initially, I did see all of them in vcenter. Not sure when it disappeared. though the PVC attached seems functioning without problem.

kg pv -A NAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS CLAIM STORAGECLASS VOLUMEATTRIBUTESCLASS REASON AGE pvc-1d849509-eed8-48ca-8e07-8d151a5c45c9 30Gi RWO Retain Bound devops/prm-esxi-eksa-1-microk8s-01-restored prm-esxi-eksa-1-microk8s-sc 4d23h pvc-46468f57-4aab-4ff3-b8ff-d68d556fb8d3 10Gi RWO Retain Bound devops/prm-esxi-eksa-1-microk8s01-testpod1-pvc prm-esxi-eksa-1-microk8s-sc 25h pvc-817d78cc-f490-4dfb-857a-415e283f4d70 30Gi RWO Retain Bound devops/postgres-storage-postgres-0 prm-esxi-eksa-1-microk8s-sc 4d23h

kg pvc -A NAMESPACE NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS VOLUMEATTRIBUTESCLASS AGE devops postgres-storage-postgres-0 Bound pvc-817d78cc-f490-4dfb-857a-415e283f4d70 30Gi RWO prm-esxi-eksa-1-microk8s-sc 4d23h devops prm-esxi-eksa-1-microk8s-01-restored Bound pvc-1d849509-eed8-48ca-8e07-8d151a5c45c9 30Gi RWO prm-esxi-eksa-1-microk8s-sc 4d23h devops prm-esxi-eksa-1-microk8s01-testpod1-pvc Bound pvc-46468f57-4aab-4ff3-b8ff-d68d556fb8d3 10Gi RWO prm-esxi-eksa-1-microk8s-sc 25h

within vcenter, I only see the following two volumes: pvc-1d849509-eed8-48ca-8e07-8d151a5c45c9
pvc-46468f57-4aab-4ff3-b8ff-d68d556fb8d3
later, when I refresh in vcenter, I won't see any volume. rescaning the storage won't make any difference.

What you expected to happen: I should see all 3 Volumes;

How to reproduce it (as minimally and precisely as possible): not sure how to reproduce this.

Anything else we need to know?:

Environment:

Midaxess commented 1 month ago

I have the same issue with more or less the same environnent as you

I don't know why but after a radom time, pods are able to link their volumes

If you find a solution, I'm interested

aditya-tanwar commented 2 weeks ago

Hi , were you able to find a solution for this ?