kubernetes/pkg/volume/util/fsquota
Alexandru Matei c77ad3116f kubelet: fix setup of emptyDir with sizeLimit (fsquota)
When size limit is specified subsequent invocations will fail because
ibytes is changed to -1 and stored internally in quotaSizeMap during the
first call.  Later invocation will see that the requested size doesn't
match the actual stored value and it will fail.

Signed-off-by: Alexandru Matei <alexandru.matei@uipath.com>
2023-04-07 11:07:51 +03: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 kubelet: fix setup of emptyDir with sizeLimit (fsquota) 2023-04-07 11:07:51 +03:00
quota_linux.go kubelet: fix setup of emptyDir with sizeLimit (fsquota) 2023-04-07 11:07:51 +03: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