kubernetes/pkg/volume
Justin Santa Barbara 3c4789b464 Sort bind options in JoinMountOptions
We were not sorting them previously, which made the order
non-deterministic.  If we believe the order doesn't matter, let's pick
a consistent order to minimize the chances of a rare flake.

This also simplifies the unit tests, which were flaking
not-very-rarely, e.g. with

`bazel test //pkg/volume/awsebs/... --runs_per_test=8`
2018-10-04 21:39:13 -04:00
..
awsebs Sort bind options in JoinMountOptions 2018-10-04 21:39:13 -04:00
azure_dd storage: printf cleanups 2018-10-03 15:26:55 -04:00
azure_file return error if make dir failed when setting up azure file volume 2018-09-25 20:16:08 +08:00
cephfs Merge pull request #67332 from nak3/ceph-fuse-opt 2018-08-21 05:25:03 -07:00
cinder Make sure we pass mount options while creating bind mounts 2018-09-26 15:12:05 -04:00
configmap verify invalid secret/configmap/projected volumes 2018-09-14 17:38:52 -04:00
csi Merge pull request #69225 from gnufied/volume-limit-tidy-up 2018-10-02 17:03:32 -07:00
downwardapi verify invalid secret/configmap/projected volumes 2018-09-14 17:38:52 -04:00
empty_dir Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
fc Fix descriptor lock release logic for block volume unmapDevice 2018-10-03 14:40:54 +00:00
flexvolume Merge pull request #68813 from leakingtapan/golint-fix-volume-flex 2018-10-02 18:15:31 -07:00
flocker Avoid overflowing int64 in RoundUpSize and return error if overflow int 2018-07-23 13:48:45 -04:00
gcepd fix golint for pkg/volume/gce_pd 2018-10-01 18:58:30 +00:00
git_repo Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
glusterfs Add log-level mount option support for glusterfs plugin 2018-10-03 10:16:41 +05:30
host_path as hostpathtype owner, adds myself to OWNERS file 2018-08-31 19:25:32 +08:00
iscsi Fix descriptor lock release logic for block volume unmapDevice 2018-10-03 14:40:54 +00:00
local support mount options in setup 2018-10-03 14:06:14 +08:00
nfs Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
photon_pd Make sure we pass mount options while creating bind mounts 2018-09-26 15:12:05 -04:00
portworx Merge pull request #58646 from adityadani/disable_selinux_for_portworx_volumes 2018-09-28 03:06:16 -07:00
projected verify invalid secret/configmap/projected volumes 2018-09-14 17:38:52 -04:00
quobyte Merge pull request #66202 from tanshanshan/fixformat 2018-07-24 21:24:30 -07:00
rbd Fix descriptor lock release logic for block volume unmapDevice 2018-10-03 14:40:54 +00:00
scaleio Using a fixed set of locks, then we don't need to free unused locks 2018-08-24 12:24:09 +08:00
secret verify invalid secret/configmap/projected volumes 2018-09-14 17:38:52 -04:00
storageos Avoid overflowing int64 in RoundUpSize and return error if overflow int 2018-07-23 13:48:45 -04:00
testing Add unit tests for skipping attach 2018-09-05 10:15:43 -04:00
util Sort bind options in JoinMountOptions 2018-10-04 21:39:13 -04:00
validation Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
vsphere_volume Make sure we pass mount options while creating bind mounts 2018-09-26 15:12:05 -04:00
BUILD fix golint for pkg/volume/gce_pd 2018-10-01 18:58:30 +00:00
doc.go
metrics_cached.go
metrics_du_test.go
metrics_du.go Rename Du() to DiskUsage() for more expressive 2018-05-22 10:52:06 +08:00
metrics_errors.go
metrics_nil_test.go
metrics_nil.go
metrics_statfs_test.go
metrics_statfs.go update import 2018-02-27 20:23:35 +08:00
OWNERS Add Labels to various OWNERS files 2018-08-21 13:59:08 -04:00
plugins_test.go correct the expected value in plugintest 2018-02-25 15:14:55 +08:00
plugins.go Pass new CSI API Client and informer to Volume Plugins 2018-08-31 12:25:59 -07:00
volume_linux.go Add more volume types in e2e and fix part of them. 2018-05-02 10:31:42 +08:00
volume_unsupported.go Add more volume types in e2e and fix part of them. 2018-05-02 10:31:42 +08:00
volume.go attacher/detacher refactor 2018-08-14 11:12:41 +08:00