1
0
mirror of https://github.com/docker/cli.git synced 2026-01-19 21:41:31 +03:00
Files
cli/components/engine/daemon
Brian Goff ca6a533d23 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>
Upstream-commit: d42dbdd3d48d0134f8bba7ead92a7067791dffab
Component: engine
2017-07-20 12:26:27 -04: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-06-27 11:59:49 -07:00
2017-07-03 11:23:15 -07:00
2017-07-03 11:23:15 -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-05-12 00:30:09 -04:00
2017-06-23 07:52:32 -07:00
2017-06-07 11:45:33 -04:00
2017-07-03 13:13:09 -07: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