Files
kubernetes/test
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
..
2020-05-16 07:54:33 -04:00
2020-08-13 16:03:37 -04:00
2020-09-14 09:24:40 -04:00
2020-09-24 12:21:28 +02:00