1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/graphdriver
Kir Kolyshkin 158c536267 graphtest: filter out lost+found dir entry
Ploop graph driver provides its own ext4 filesystem to every
container. It so happens that ext4 root comes with lost+found
directory, causing failures from DriverTestCreateEmpty() and
DriverTestCreateBase() tests on ploop.

While I am not yet ready to submit ploop graph driver for review,
this change looks simple enough to push.

Note that filtering is done without any additional allocations,
as described in https://github.com/golang/go/wiki/SliceTricks.

[v2: added a comment about lost+found]

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
2015-08-09 10:23:36 -07:00
..
aufs Enable golint in pkg/arcive 2015-08-04 09:52:54 +08:00
btrfs fix unit test breakage due to lint changes 2015-07-31 00:22:28 +00:00
devmapper Simplify and fix os.MkdirAll() usage 2015-07-30 11:48:08 -07:00
graphtest graphtest: filter out lost+found dir entry 2015-08-09 10:23:36 -07:00
overlay daemon/graphdriver/overlay/ fix lint errors/warnings 2015-08-07 18:34:59 +00:00
vfs daemon/graphdriver/vfs fix lint errors/warnings 2015-08-03 17:46:42 +00:00
windows Enable golint in pkg/arcive 2015-08-04 09:52:54 +08:00
zfs daemon/graphdriver/zfs fix lint errrors/warnings 2015-08-04 18:30:55 +00:00
driver.go Enable golint in pkg/arcive 2015-08-04 09:52:54 +08:00
driver_freebsd.go make docker compile on freebsd 2015-07-29 21:25:56 +03:00
driver_linux.go Add VxFS magic number, fixes #14847 2015-07-24 16:37:56 +08:00
driver_unsupported.go make docker compile on freebsd 2015-07-29 21:25:56 +03:00
driver_windows.go Enable golint in pkg/arcive 2015-08-04 09:52:54 +08:00
fsdiff.go Enable golint in pkg/arcive 2015-08-04 09:52:54 +08:00