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
Derek McGowan bd13c53f8d Fix overlay2 ignoring whiteout files
Currently when overlay creates a whiteout file then the overlay2 layer is archived,
the correct tar header will be created for the whiteout file, but the tar logic will then attempt to open the file causing a failure.
When tar encounters such failures the file is skipped and excluded for the archive, causing the whiteout to be ignored.
By skipping the copy of empty files, no open attempt will be made on whiteout files.

Fixes #23863

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2016-06-23 13:34:38 -07:00
..
aufs aufs,overlay: disable on eCryptfs 2016-06-01 21:00:35 +03:00
btrfs Add disk quota support for btrfs 2016-05-05 14:35:13 +08:00
devmapper Modularize dm.use_deferred_removal and dm.use_deferred_deletion logic. 2016-06-13 12:05:46 -04:00
graphtest Fix overlay2 ignoring whiteout files 2016-06-23 13:34:38 -07:00
overlay Remove failing overlay test 2016-06-13 22:34:57 -07:00
overlay2 fix "overlay" -> "overlay2" in error message 2016-06-16 16:42:40 -07:00
register Add separate overlay2 driver 2016-06-08 00:16:01 -07:00
vfs Adding readOnly parameter to graphdriver Create method 2016-04-06 13:52:53 -07:00
windows *: fix logrus.Warn[f] 2016-06-11 19:42:38 +02:00
zfs Merge pull request #21946 from chosenken/add_disk_quota_to_zfs 2016-06-07 22:18:25 -04:00
counter.go Add reference counting to aufs 2016-05-23 15:57:23 -07:00
driver.go fix typos 2016-06-02 17:17:22 +08:00
driver_freebsd.go Move layer mount refcounts to mountedLayer 2016-03-23 14:42:52 -07:00
driver_linux.go aufs,overlay: disable on eCryptfs 2016-06-01 21:00:35 +03:00
driver_solaris.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
driver_unsupported.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
driver_windows.go Windows: Remove windowsdiff driver 2016-05-20 16:18:19 -07:00
fsdiff.go Fix logrus formatting 2016-06-11 13:16:55 -07:00
plugin.go plugins: experimental support for new plugin management 2016-06-14 14:20:27 -07:00
plugin_unsupported.go Create extpoint for graphdrivers 2015-09-09 20:24:35 -04:00
proxy.go Adding readOnly parameter to graphdriver Create method 2016-04-06 13:52:53 -07:00