diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-01-28 17:45:56 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-01-30 06:50:18 -0500 |
commit | 4a6d042c282753b1c175468d23746de08b60cd53 (patch) | |
tree | ea88f19b39701c706556347d09518d60af5baa8e /test/python/docker/test_containers.py | |
parent | 735b16e34721449781f82b10555b15e4aead0deb (diff) | |
download | podman-4a6d042c282753b1c175468d23746de08b60cd53.tar.gz podman-4a6d042c282753b1c175468d23746de08b60cd53.tar.bz2 podman-4a6d042c282753b1c175468d23746de08b60cd53.zip |
Docker ignores mount flags that begin with constency
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1915332
```
According to the Docker docs, the consistency option should be ignored on Linux.
the possible values are 'cached', 'delegated', and 'consistent', but they should be ignored equally.
This is a widely used option in scripts run by developer machines, as this makes file I/O less horribly slow on MacOS.
```
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/python/docker/test_containers.py')
0 files changed, 0 insertions, 0 deletions