k3s/pkg/volume/util
Odin Ugedal 5f7e540651
Fix closing of dirs in doSafeMakeDir
This fixes the issue where "childFD" from syscall.Openat is assigned to
a local variable inside the for loop, instead of the correct one in the
function scope. This results in that when trying to close the "childFD"
in the function scope, it will be equal to "-1", instead of the correct
value.
2019-07-02 18:25:15 +02:00
..
fs Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
nestedpendingoperations Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
operationexecutor Add CSI volume resizing tests 2019-03-08 09:23:18 -05:00
recyclerclient Make container create, start, and stop events consistent 2019-02-10 16:39:42 -05:00
subpath Fix closing of dirs in doSafeMakeDir 2019-07-02 18:25:15 +02:00
types Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
volumepathhandler fix some typos in /pkg/volume 2019-01-28 23:17:48 +08:00
BUILD Refactor subpath out of pkg/util/mount 2019-02-26 19:59:53 -07:00
OWNERS Merge pull request #72525 from justinsb/owners_should_not_be_executable 2019-02-14 23:55:45 -08:00
atomic_writer.go Move from glog to klog 2018-11-10 07:50:31 -05:00
atomic_writer_test.go Use filepath.Clean() instead of path.Clean() 2018-04-17 10:44:30 +08:00
attach_limit.go Do not make Cinder Max volume predicate a default 2019-01-16 15:17:05 -05:00
attach_limit_test.go Fix compatibility tests for scheduler 2018-09-05 12:29:00 -04:00
device_util.go fix golint issue for pkg/volume/util 2018-09-10 21:24:35 +00:00
device_util_linux.go fix bug iscsi volume attach failed of /sys/class/iscsi_host dir not exist 2019-03-05 10:46:47 +08:00
device_util_linux_test.go Update gofmt for go1.11 2018-10-05 12:59:38 -07:00
device_util_unsupported.go Avoid deleted iSCSI LUNs in the kernel 2018-07-24 23:58:19 -04:00
doc.go fix golint issue for pkg/volume/util 2018-09-10 21:24:35 +00:00
finalizer.go fix golint issue for pkg/volume/util 2018-09-10 21:24:35 +00:00
io_util.go Avoid deleted iSCSI LUNs in the kernel 2018-07-24 23:58:19 -04:00
metrics.go Improve volume operation metrics 2019-04-05 17:49:04 -07:00
nested_volumes.go
nested_volumes_test.go
resize_util.go Fix golint error for `pkg/volume/util/resize_util.go` 2018-10-30 13:01:54 +08:00
resize_util_test.go
util.go clean up volume rounding functions and move to k8s.io/cloud-provider/volume 2019-02-09 01:16:55 -05:00
util_test.go remove cloud provider dependencies to pkg/volume 2019-02-09 01:16:55 -05:00