1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration
Brian Goff f464c31668 Check tmpfs mounts before create anon volume
This makes sure that things like `--tmpfs` mounts over an anonymous
volume don't create volumes uneccessarily.
One method only checks mountpoints, the other checks both mountpoints
and tmpfs... the usage of these should likely be consolidated.

Ideally, processing for `--tmpfs` mounts would get merged in with the
rest of the mount parsing. I opted not to do that for this change so the
fix is minimal and can potentially be backported with fewer changes of
breaking things.
Merging the mount processing for tmpfs can be handled in a followup.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2020-02-04 10:12:05 -08:00
..
build builder: remove legacy build's session handling 2019-10-02 20:29:15 +00:00
config testutil: make testing packages public 2019-09-11 07:47:23 -05:00
container Check tmpfs mounts before create anon volume 2020-02-04 10:12:05 -08:00
image Make sure that layers are removed from layerdb after succefull layer removal 2019-11-28 20:06:09 +02:00
internal Check tmpfs mounts before create anon volume 2020-02-04 10:12:05 -08:00
network Bump swarmkit to 24fb4cfe8af56803640180c5592bf32da732ced2 2020-01-07 09:43:22 -06:00
plugin Check for OS Type and skip within the test 2019-11-07 22:42:20 +00:00
secret testutil: make testing packages public 2019-09-11 07:47:23 -05:00
service Add swarm jobs 2020-01-13 13:21:12 -06:00
session testutil: make testing packages public 2019-09-11 07:47:23 -05:00
system Disable tests missed by PR 40155 2019-11-11 18:54:21 +00:00
testdata/https integration/plugin/authz: port tests from integration-cli 2017-10-02 14:20:59 +01:00
volume Testcase: Change time comparison logic. 2019-12-10 20:10:28 +08:00
doc.go Add canonical import comment 2018-02-05 16:51:57 -05:00