1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/graphdriver/aufs
Peter Waller 6f3d8d3908 Fix for #3674 Can't rm containers when disk full
Rather than creating a new directory and moving it there before
deleting that new directory, just move the directory we intend to
delete.

In the old way, the Mkdirall could fail, which meant that you
couldn't delete containers when the disk was full.

Tested.

Docker-DCO-1.1-Signed-off-by: Peter Waller <p@pwaller.net> (github: pwaller)
2014-01-27 21:34:11 +00:00
..
aufs.go Fix for #3674 Can't rm containers when disk full 2014-01-27 21:34:11 +00:00
aufs_test.go Increase max image depth to 127 2013-11-26 17:04:55 -08:00
dirs.go Move all drivers to the same subdir graphdriver 2013-11-15 15:48:24 -08:00
migrate.go Handle image metadata when drivers are switched 2013-11-20 10:31:51 -08:00
mount.go Fix unmount issues 2013-12-18 15:24:08 -08:00
mount_darwin.go Fix OSX compilation for aufs 2013-12-18 10:18:49 -08:00
mount_linux.go Fix OSX compilation for aufs 2013-12-18 10:18:49 -08:00