kubernetes/test/e2e/storage/utils
Niels de Vos f2bf2ab76e e2e/storage: disable caching when writing/reading to block PVCs
By passing "oflag=nocache" and "iflag=direct", caching should be
disabled while writing/reading with "dd" to a block device. The
TestConcurrentAccessToSingleVolume() test is known to fail with certain
storage backends (like Ceph RBD) when caching is enabled.

The default BusyBox image used for testing does not support the required
options for "dd". So instead of running with BusyBox, run the test with
a Debian image.
2020-09-25 14:38:32 +02:00
..
BUILD Add tests for out of band attachments 2020-08-07 08:23:25 -04:00
create.go Create mock CSI driver resources in different namespace 2020-05-13 11:16:00 -04:00
deployment.go CSIStorageCapacity: E2E test with mock driver 2020-07-08 08:02:26 +02:00
ebs.go Add tests for out of band attachments 2020-08-07 08:23:25 -04:00
framework.go fix golint errors in test/e2e/storage/utils 2019-05-21 11:11:21 +02:00
host_exec.go e2e: avoid setting NodeName for CSI driver deployments 2020-02-26 10:33:29 +01:00
local.go use log functions of core framework in the 'test/e2e/storage/*' 2019-09-06 10:26:16 +08:00
utils.go e2e/storage: disable caching when writing/reading to block PVCs 2020-09-25 14:38:32 +02:00