Files
docker-cli/components/engine/daemon
Brian Goff 48acee0beb Fix error handling with not-exist errors on remove
Specifically, none of the graphdrivers are supposed to return a
not-exist type of error on remove (or at least that's how they are
currently handled).

Found that AUFS still had one case where a not-exist error could escape,
when checking if the directory is mounted we call a `Statfs` on the
path.

This fixes AUFS to not return an error in this case, but also
double-checks at the daemon level on layer remove that the error is not
a `not-exist` type of error.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
(cherry picked from commit d42dbdd3d48d0134f8bba7ead92a7067791dffab)
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-07-26 13:28:51 -04:00
..
2017-07-15 16:50:02 +03:00
2017-07-03 13:13:09 -07:00
2017-05-18 10:57:10 +08:00
2017-05-16 14:25:32 -07:00
2017-07-13 12:35:00 -07:00
2017-06-27 11:59:49 -07:00
2017-07-03 11:23:15 -07:00
2017-07-13 12:35:00 -07:00
2017-07-13 12:35:00 -07:00
2017-05-16 15:11:39 -07:00
2017-06-27 11:59:49 -07:00
2017-06-27 11:59:49 -07:00
2017-06-27 11:59:49 -07:00
2017-06-11 23:31:47 +02:00
2017-06-27 11:59:49 -07:00
2017-07-12 10:35:48 -04:00
2017-07-13 12:35:00 -07:00
2017-05-12 00:30:09 -04:00
2017-07-13 12:35:00 -07:00
2017-06-07 11:45:33 -04:00
2017-07-03 13:13:09 -07:00
2017-07-13 12:35:00 -07:00
2016-12-27 21:46:52 +08:00
2017-05-16 11:30:06 -07:00
2017-06-23 07:52:34 -07:00
2017-05-16 15:11:39 -07:00
2017-07-03 13:13:09 -07:00
2017-05-16 15:11:39 -07:00
2017-06-07 11:45:33 -04:00