kubernetes/pkg/volume/csi
Hemant Kumar d190fa3e7d Fix race condition between external-resizer and kubelet
This fixes the race condition that could happen because
resize controller just finished volume expansiona and has only
finished marking PV and yet to mark PVC.

The workaround proposed here should not be necessary once
RecoverVolumeExpansionFailure goes GA/beta.
2024-01-31 12:23:56 -05:00
..
fake storage: stop using deprecated io/ioutil 2023-06-20 16:49:03 +02:00
nodeinfomanager Update toplogy keyset initialization 2023-02-23 10:58:22 +09:00
testing hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
csi_attacher_test.go Retry operations if CSI Driver Isn't Found by Treating this Error as Transient 2023-09-11 06:07:40 +00:00
csi_attacher.go Do not fail volume attach operation at kubelet if staging target path already exists on windows worker node. 2023-10-03 13:08:14 +05:30
csi_block_test.go Retry operations if CSI Driver Isn't Found by Treating this Error as Transient 2023-09-11 06:07:40 +00:00
csi_block.go Retry operations if CSI Driver Isn't Found by Treating this Error as Transient 2023-09-11 06:07:40 +00:00
csi_client_test.go Moved VOLUME_MOUNT_GROUP capability check from NodeStageVolume to MountDevice; added log message in SetupAt to indicate FSGroup is delegated to driver 2021-07-03 16:29:42 -07:00
csi_client.go grpc: set localhost Authority to unix client calls 2022-09-20 13:15:36 +03:00
csi_drivers_store_test.go Implement DriversStore as a struct 2019-01-25 12:23:15 +00:00
csi_drivers_store.go various corrections in pkg/volume 2022-09-16 16:42:06 +05:30
csi_metrics_test.go Retry operations if CSI Driver Isn't Found by Treating this Error as Transient 2023-09-11 06:07:40 +00:00
csi_metrics.go Retry operations if CSI Driver Isn't Found by Treating this Error as Transient 2023-09-11 06:07:40 +00:00
csi_mounter_test.go Retry operations if CSI Driver Isn't Found by Treating this Error as Transient 2023-09-11 06:07:40 +00:00
csi_mounter.go Remove deprecated comment about cleanup the target_path of CSI volumes 2024-01-30 18:47:59 +08:00
csi_plugin_test.go Graduate ReadWriteOncePod to GA 2023-10-20 10:40:39 -07:00
csi_plugin.go removed the deprecated azureFile in-tree storage plugin 2024-01-04 14:41:33 +08:00
csi_test.go Refactor ConstructVolumeSpec 2022-11-03 16:55:13 +01:00
csi_util_test.go storage: stop using deprecated io/ioutil 2023-06-20 16:49:03 +02:00
csi_util.go fix: the volume is not detached after the pod and PVC objects are deleted 2023-02-28 17:14:00 +00:00
expander_test.go Update APIs and adjust tests 2023-11-01 09:28:36 +05:30
expander.go Fix race condition between external-resizer and kubelet 2024-01-31 12:23:56 -05:00