==== start of pod log for container csi-mockplugin-0/csi-provisioner ==== W0120 12:46:28.139408 1 feature_gate.go:354] Setting GA feature gate Topology=true. It will be removed in a future release. I0120 12:46:28.140074 1 feature_gate.go:387] feature gates: {map[Topology:true]} I0120 12:46:28.140178 1 csi-provisioner.go:154] Version: v5.1.0 I0120 12:46:28.140190 1 csi-provisioner.go:177] Building kube configs for running in cluster... I0120 12:46:28.141549 1 connection.go:234] "Connecting" address="unix:///csi/csi.sock" E0120 12:46:31.316478 1 connection.go:208] "Lost connection" address="unix:///csi/csi.sock" E0120 12:46:31.317325 1 connection.go:116] "Lost connection to CSI driver, exiting" ==== end of pod log for container csi-mockplugin-0/csi-provisioner ==== ==== start of pod log for container csi-mockplugin-0/csi-provisioner ==== W0120 12:46:32.438536 1 feature_gate.go:354] Setting GA feature gate Topology=true. It will be removed in a future release. I0120 12:46:32.438629 1 feature_gate.go:387] feature gates: {map[Topology:true]} I0120 12:46:32.438654 1 csi-provisioner.go:154] Version: v5.1.0 I0120 12:46:32.438662 1 csi-provisioner.go:177] Building kube configs for running in cluster... I0120 12:46:32.439311 1 connection.go:234] "Connecting" address="unix:///csi/csi.sock" I0120 12:46:32.440409 1 common.go:143] "Probing CSI driver for readiness" I0120 12:46:32.441824 1 connection.go:264] "GRPC call" method="/csi.v1.Identity/Probe" request="{}" I0120 12:46:32.443731 1 connection.go:270] "GRPC response" response="{\"ready\":{\"value\":true}}" err=null I0120 12:46:32.443781 1 connection.go:264] "GRPC call" method="/csi.v1.Identity/GetPluginInfo" request="{}" I0120 12:46:32.444925 1 connection.go:270] "GRPC response" response="{\"manifest\":{\"url\":\"https://github.com/kubernetes/kubernetes/tree/master/test/e2e/storage/drivers/csi-test/mock\"},\"name\":\"csi-mock-csi-mock-volumes-fsgroup-mount-5028\",\"vendor_version\":\"0.3.0\"}" err=null I0120 12:46:32.444974 1 csi-provisioner.go:230] Detected CSI driver csi-mock-csi-mock-volumes-fsgroup-mount-5028 I0120 12:46:32.445026 1 connection.go:264] "GRPC call" method="/csi.v1.Identity/GetPluginCapabilities" request="{}" I0120 12:46:32.446331 1 connection.go:270] "GRPC response" response="{\"capabilities\":[{\"Type\":{\"Service\":{\"type\":1}}},{\"Type\":{\"VolumeExpansion\":{\"type\":1}}}]}" err=null I0120 12:46:32.446388 1 connection.go:264] "GRPC call" method="/csi.v1.Controller/ControllerGetCapabilities" request="{}" I0120 12:46:32.448083 1 connection.go:270] "GRPC response" response="{\"capabilities\":[{\"Type\":{\"Rpc\":{\"type\":1}}},{\"Type\":{\"Rpc\":{\"type\":3}}},{\"Type\":{\"Rpc\":{\"type\":10}}},{\"Type\":{\"Rpc\":{\"type\":4}}},{\"Type\":{\"Rpc\":{\"type\":6}}},{\"Type\":{\"Rpc\":{\"type\":5}}},{\"Type\":{\"Rpc\":{\"type\":8}}},{\"Type\":{\"Rpc\":{\"type\":7}}},{\"Type\":{\"Rpc\":{\"type\":12}}},{\"Type\":{\"Rpc\":{\"type\":11}}},{\"Type\":{\"Rpc\":{\"type\":14}}},{\"Type\":{\"Rpc\":{\"type\":9}}}]}" err=null I0120 12:46:32.448275 1 csi-provisioner.go:302] CSI driver does not support PUBLISH_UNPUBLISH_VOLUME, not watching VolumeAttachments I0120 12:46:32.450097 1 controller.go:744] "Using saving PVs to API server in background" I0120 12:46:32.450324 1 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false I0120 12:46:32.450338 1 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false I0120 12:46:32.450359 1 reflector.go:305] Starting reflector *v1.StorageClass (1h0m0s) from k8s.io/client-go/informers/factory.go:160 I0120 12:46:32.450372 1 reflector.go:341] Listing and watching *v1.StorageClass from k8s.io/client-go/informers/factory.go:160 I0120 12:46:32.450376 1 reflector.go:305] Starting reflector *v1.PersistentVolumeClaim (15m0s) from k8s.io/client-go/informers/factory.go:160 I0120 12:46:32.450403 1 reflector.go:341] Listing and watching *v1.PersistentVolumeClaim from k8s.io/client-go/informers/factory.go:160 I0120 12:46:32.460676 1 reflector.go:368] Caches populated for *v1.StorageClass from k8s.io/client-go/informers/factory.go:160 I0120 12:46:32.461290 1 reflector.go:368] Caches populated for *v1.PersistentVolumeClaim from k8s.io/client-go/informers/factory.go:160 I0120 12:46:32.550713 1 clone_controller.go:66] Starting CloningProtection controller I0120 12:46:32.550750 1 volume_store.go:98] "Starting save volume queue" I0120 12:46:32.550704 1 controller.go:824] "Starting provisioner controller" component="csi-mock-csi-mock-volumes-fsgroup-mount-5028_csi-mockplugin-0_64081158-8927-4a6d-a847-78b9ef81983e" I0120 12:46:32.550832 1 clone_controller.go:82] Started CloningProtection controller I0120 12:46:32.551140 1 reflector.go:305] Starting reflector *v1.StorageClass (15m0s) from sigs.k8s.io/sig-storage-lib-external-provisioner/v10/controller/controller.go:861 I0120 12:46:32.551158 1 reflector.go:341] Listing and watching *v1.StorageClass from sigs.k8s.io/sig-storage-lib-external-provisioner/v10/controller/controller.go:861 I0120 12:46:32.551271 1 reflector.go:305] Starting reflector *v1.PersistentVolume (15m0s) from sigs.k8s.io/sig-storage-lib-external-provisioner/v10/controller/controller.go:858 I0120 12:46:32.551286 1 reflector.go:341] Listing and watching *v1.PersistentVolume from sigs.k8s.io/sig-storage-lib-external-provisioner/v10/controller/controller.go:858 I0120 12:46:32.554560 1 reflector.go:368] Caches populated for *v1.StorageClass from sigs.k8s.io/sig-storage-lib-external-provisioner/v10/controller/controller.go:861 I0120 12:46:32.557165 1 reflector.go:368] Caches populated for *v1.PersistentVolume from sigs.k8s.io/sig-storage-lib-external-provisioner/v10/controller/controller.go:858 I0120 12:46:32.651984 1 controller.go:873] "Started provisioner controller" component="csi-mock-csi-mock-volumes-fsgroup-mount-5028_csi-mockplugin-0_64081158-8927-4a6d-a847-78b9ef81983e" I0120 12:46:32.652164 1 controller.go:1402] "Started" PVC="csi-mock-volumes-fsgroup-mount-5028/pvc-kd2zt" StorageClass="csi-mock-volumes-fsgroup-mount-5028-sc5dfkm" I0120 12:46:32.652453 1 event.go:389] "Event occurred" object="csi-mock-volumes-fsgroup-mount-5028/pvc-kd2zt" fieldPath="" kind="PersistentVolumeClaim" apiVersion="v1" type="Normal" reason="Provisioning" message="External provisioner is provisioning volume for claim \"csi-mock-volumes-fsgroup-mount-5028/pvc-kd2zt\"" I0120 12:46:32.653228 1 connection.go:264] "GRPC call" method="/csi.v1.Controller/CreateVolume" request="{\"capacity_range\":{\"required_bytes\":1073741824},\"name\":\"pvc-1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb\",\"volume_capabilities\":[{\"AccessType\":{\"Mount\":{\"fs_type\":\"ext4\"}},\"access_mode\":{\"mode\":1}}]}" I0120 12:46:32.656074 1 connection.go:270] "GRPC response" response="{\"volume\":{\"capacity_bytes\":1073741824,\"volume_context\":{\"name\":\"pvc-1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb\"},\"volume_id\":\"4\"}}" err=null I0120 12:46:32.656171 1 controller.go:853] create volume rep: {CapacityBytes:1073741824 VolumeId:4 VolumeContext:map[name:pvc-1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb] ContentSource: AccessibleTopology:[] XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0} I0120 12:46:32.656266 1 controller.go:925] createVolumeOperation: set annotation [volume.kubernetes.io/provisioner-deletion-secret-namespace/volume.kubernetes.io/provisioner-deletion-secret-name] on pv [pvc-1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb]. I0120 12:46:32.656296 1 controller.go:955] successfully created PV pvc-1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb for PVC pvc-kd2zt and csi volume name 4 I0120 12:46:32.656338 1 controller.go:971] successfully created PV {GCEPersistentDisk:nil AWSElasticBlockStore:nil HostPath:nil Glusterfs:nil NFS:nil RBD:nil ISCSI:nil Cinder:nil CephFS:nil FC:nil Flocker:nil FlexVolume:nil AzureFile:nil VsphereVolume:nil Quobyte:nil AzureDisk:nil PhotonPersistentDisk:nil PortworxVolume:nil ScaleIO:nil Local:nil StorageOS:nil CSI:&CSIPersistentVolumeSource{Driver:csi-mock-csi-mock-volumes-fsgroup-mount-5028,VolumeHandle:4,ReadOnly:false,FSType:ext4,VolumeAttributes:map[string]string{name: pvc-1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb,storage.kubernetes.io/csiProvisionerIdentity: 1737377192448-6865-csi-mock-csi-mock-volumes-fsgroup-mount-5028,},ControllerPublishSecretRef:nil,NodeStageSecretRef:nil,NodePublishSecretRef:nil,ControllerExpandSecretRef:nil,NodeExpandSecretRef:nil,}} I0120 12:46:32.656599 1 controller.go:1487] "Volume is provisioned" PVC="csi-mock-volumes-fsgroup-mount-5028/pvc-kd2zt" StorageClass="csi-mock-volumes-fsgroup-mount-5028-sc5dfkm" PV="pvc-1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb" I0120 12:46:32.656631 1 controller.go:1500] "Succeeded" PVC="csi-mock-volumes-fsgroup-mount-5028/pvc-kd2zt" StorageClass="csi-mock-volumes-fsgroup-mount-5028-sc5dfkm" I0120 12:46:32.656651 1 volume_store.go:156] "Saving volume" PVC="csi-mock-volumes-fsgroup-mount-5028/pvc-kd2zt" StorageClass="csi-mock-volumes-fsgroup-mount-5028-sc5dfkm" volume="pvc-1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb" I0120 12:46:32.664180 1 volume_store.go:159] "Volume saved" PVC="csi-mock-volumes-fsgroup-mount-5028/pvc-kd2zt" StorageClass="csi-mock-volumes-fsgroup-mount-5028-sc5dfkm" volume="pvc-1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb" I0120 12:46:32.664326 1 controller.go:1088] "Claim processing succeeded, removing PVC from claims in progress" claimUID="1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb" I0120 12:46:32.664429 1 event.go:389] "Event occurred" object="csi-mock-volumes-fsgroup-mount-5028/pvc-kd2zt" fieldPath="" kind="PersistentVolumeClaim" apiVersion="v1" type="Normal" reason="ProvisioningSucceeded" message="Successfully provisioned volume pvc-1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb" I0120 12:46:32.664852 1 controller.go:1171] "handleProtectionFinalizer" PV="&PersistentVolume{ObjectMeta:{pvc-1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb 539c253e-0ea3-4a3a-9d40-105a4b04c602 72295 0 2025-01-20 12:46:32 +0000 UTC map[] map[pv.kubernetes.io/provisioned-by:csi-mock-csi-mock-volumes-fsgroup-mount-5028 volume.kubernetes.io/provisioner-deletion-secret-name: volume.kubernetes.io/provisioner-deletion-secret-namespace:] [] [external-provisioner.volume.kubernetes.io/finalizer kubernetes.io/pv-protection] [{csi-provisioner Update v1 2025-01-20 12:46:32 +0000 UTC FieldsV1 {\"f:metadata\":{\"f:annotations\":{\".\":{},\"f:pv.kubernetes.io/provisioned-by\":{},\"f:volume.kubernetes.io/provisioner-deletion-secret-name\":{},\"f:volume.kubernetes.io/provisioner-deletion-secret-namespace\":{}},\"f:finalizers\":{\".\":{},\"v:\\\"external-provisioner.volume.kubernetes.io/finalizer\\\"\":{}}},\"f:spec\":{\"f:accessModes\":{},\"f:capacity\":{\".\":{},\"f:storage\":{}},\"f:claimRef\":{\".\":{},\"f:apiVersion\":{},\"f:kind\":{},\"f:name\":{},\"f:namespace\":{},\"f:resourceVersion\":{},\"f:uid\":{}},\"f:csi\":{\".\":{},\"f:driver\":{},\"f:fsType\":{},\"f:volumeAttributes\":{\".\":{},\"f:name\":{},\"f:storage.kubernetes.io/csiProvisionerIdentity\":{}},\"f:volumeHandle\":{}},\"f:persistentVolumeReclaimPolicy\":{},\"f:storageClassName\":{},\"f:volumeMode\":{}}} }]},Spec:PersistentVolumeSpec{Capacity:ResourceList{storage: {{1073741824 0} {} 1Gi BinarySI},},PersistentVolumeSource:PersistentVolumeSource{GCEPersistentDisk:nil,AWSElasticBlockStore:nil,HostPath:nil,Glusterfs:nil,NFS:nil,RBD:nil,ISCSI:nil,Cinder:nil,CephFS:nil,FC:nil,Flocker:nil,FlexVolume:nil,AzureFile:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Local:nil,StorageOS:nil,CSI:&CSIPersistentVolumeSource{Driver:csi-mock-csi-mock-volumes-fsgroup-mount-5028,VolumeHandle:4,ReadOnly:false,FSType:ext4,VolumeAttributes:map[string]string{name: pvc-1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb,storage.kubernetes.io/csiProvisionerIdentity: 1737377192448-6865-csi-mock-csi-mock-volumes-fsgroup-mount-5028,},ControllerPublishSecretRef:nil,NodeStageSecretRef:nil,NodePublishSecretRef:nil,ControllerExpandSecretRef:nil,NodeExpandSecretRef:nil,},},AccessModes:[ReadWriteOnce],ClaimRef:&ObjectReference{Kind:PersistentVolumeClaim,Namespace:csi-mock-volumes-fsgroup-mount-5028,Name:pvc-kd2zt,UID:1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb,APIVersion:v1,ResourceVersion:72286,FieldPath:,},PersistentVolumeReclaimPolicy:Delete,StorageClassName:csi-mock-volumes-fsgroup-mount-5028-sc5dfkm,MountOptions:[],VolumeMode:*Filesystem,NodeAffinity:nil,VolumeAttributesClassName:nil,},Status:PersistentVolumeStatus{Phase:Pending,Message:,Reason:,LastPhaseTransitionTime:2025-01-20 12:46:32 +0000 UTC,},}" I0120 12:46:32.664907 1 controller.go:1258] "shouldDelete" PV="pvc-1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb" I0120 12:46:32.664949 1 controller.go:1279] "shouldDelete is false: PersistentVolumePhase is not Released" PV="pvc-1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb" I0120 12:46:32.669549 1 controller.go:1171] "handleProtectionFinalizer" PV="&PersistentVolume{ObjectMeta:{pvc-1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb 539c253e-0ea3-4a3a-9d40-105a4b04c602 72297 0 2025-01-20 12:46:32 +0000 UTC map[] map[pv.kubernetes.io/provisioned-by:csi-mock-csi-mock-volumes-fsgroup-mount-5028 volume.kubernetes.io/provisioner-deletion-secret-name: volume.kubernetes.io/provisioner-deletion-secret-namespace:] [] [external-provisioner.volume.kubernetes.io/finalizer kubernetes.io/pv-protection] [{csi-provisioner Update v1 2025-01-20 12:46:32 +0000 UTC FieldsV1 {\"f:metadata\":{\"f:annotations\":{\".\":{},\"f:pv.kubernetes.io/provisioned-by\":{},\"f:volume.kubernetes.io/provisioner-deletion-secret-name\":{},\"f:volume.kubernetes.io/provisioner-deletion-secret-namespace\":{}},\"f:finalizers\":{\".\":{},\"v:\\\"external-provisioner.volume.kubernetes.io/finalizer\\\"\":{}}},\"f:spec\":{\"f:accessModes\":{},\"f:capacity\":{\".\":{},\"f:storage\":{}},\"f:claimRef\":{\".\":{},\"f:apiVersion\":{},\"f:kind\":{},\"f:name\":{},\"f:namespace\":{},\"f:resourceVersion\":{},\"f:uid\":{}},\"f:csi\":{\".\":{},\"f:driver\":{},\"f:fsType\":{},\"f:volumeAttributes\":{\".\":{},\"f:name\":{},\"f:storage.kubernetes.io/csiProvisionerIdentity\":{}},\"f:volumeHandle\":{}},\"f:persistentVolumeReclaimPolicy\":{},\"f:storageClassName\":{},\"f:volumeMode\":{}}} } {kube-controller-manager Update v1 2025-01-20 12:46:32 +0000 UTC FieldsV1 {\"f:status\":{\"f:phase\":{}}} status}]},Spec:PersistentVolumeSpec{Capacity:ResourceList{storage: {{1073741824 0} {} 1Gi BinarySI},},PersistentVolumeSource:PersistentVolumeSource{GCEPersistentDisk:nil,AWSElasticBlockStore:nil,HostPath:nil,Glusterfs:nil,NFS:nil,RBD:nil,ISCSI:nil,Cinder:nil,CephFS:nil,FC:nil,Flocker:nil,FlexVolume:nil,AzureFile:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Local:nil,StorageOS:nil,CSI:&CSIPersistentVolumeSource{Driver:csi-mock-csi-mock-volumes-fsgroup-mount-5028,VolumeHandle:4,ReadOnly:false,FSType:ext4,VolumeAttributes:map[string]string{name: pvc-1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb,storage.kubernetes.io/csiProvisionerIdentity: 1737377192448-6865-csi-mock-csi-mock-volumes-fsgroup-mount-5028,},ControllerPublishSecretRef:nil,NodeStageSecretRef:nil,NodePublishSecretRef:nil,ControllerExpandSecretRef:nil,NodeExpandSecretRef:nil,},},AccessModes:[ReadWriteOnce],ClaimRef:&ObjectReference{Kind:PersistentVolumeClaim,Namespace:csi-mock-volumes-fsgroup-mount-5028,Name:pvc-kd2zt,UID:1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb,APIVersion:v1,ResourceVersion:72286,FieldPath:,},PersistentVolumeReclaimPolicy:Delete,StorageClassName:csi-mock-volumes-fsgroup-mount-5028-sc5dfkm,MountOptions:[],VolumeMode:*Filesystem,NodeAffinity:nil,VolumeAttributesClassName:nil,},Status:PersistentVolumeStatus{Phase:Bound,Message:,Reason:,LastPhaseTransitionTime:2025-01-20 12:46:32 +0000 UTC,},}" I0120 12:46:32.669603 1 controller.go:1258] "shouldDelete" PV="pvc-1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb" I0120 12:46:32.669626 1 controller.go:1279] "shouldDelete is false: PersistentVolumePhase is not Released" PV="pvc-1dfcca33-bf6d-47cd-aa04-3261e6ee6dbb" ==== end of pod log for container csi-mockplugin-0/csi-provisioner ====