kubernetes/pkg/volume/util/fsquota
Alexandru Matei b225d6c7ac kubelet: Fix fs quota monitoring on volumes
File system quota monitoring setup fails on subsequent invocations,
each time quota setup is invoked a new random UID is generated for
each pod and compared with the previously stored UID for the folder.
Fix it by keeping track of mapping between internal uid generated
for a pod and actual external pod uid.

Signed-off-by: Alexandru Matei <alexandru.matei@uipath.com>
2023-02-27 13:00:06 +02:00
..
common fsquota: only generate pod uuid is nil 2023-01-28 14:09:31 +08:00
project.go kubelet: Fix fs quota monitoring on volumes 2023-02-27 13:00:06 +02:00
quota_linux_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
quota_linux.go kubelet: Fix fs quota monitoring on volumes 2023-02-27 13:00:06 +02:00
quota_unsupported.go fsquota: only generate pod uuid is nil 2023-01-28 14:09:31 +08:00
quota.go fsquota: only generate pod uuid is nil 2023-01-28 14:09:31 +08:00