moby/plugin
Brian Goff 3600abb7aa Make sure plugin rootfs is unmounted on upgraded
In some cases, if a user specifies `-f` when disabling a plugin mounts
can still exist on the plugin rootfs.
This can cause problems during upgrade where the rootfs is removed and
may cause data loss.

To resolve this, ensure the rootfs is unmounted
before performing an upgrade.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
(cherry picked from commit 83f44d232d)
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-05-16 16:11:55 -04:00
..
v2 plugin: use pkg/errors in more places 2017-02-01 12:00:30 -08:00
backend_linux.go Make sure plugin rootfs is unmounted on upgraded 2017-05-16 16:11:55 -04:00
backend_unsupported.go Add docker plugin upgrade 2017-02-03 19:14:56 -05:00
blobstore.go Implement content addressability for plugins 2016-12-27 13:31:14 -08:00
defs.go Implement content addressability for plugins 2016-12-27 13:31:14 -08:00
manager.go Make propagated mount persist outside rootfs 2017-02-03 19:15:23 -05:00
manager_linux.go Make sure plugin rootfs is unmounted on upgraded 2017-05-16 16:11:55 -04:00
manager_solaris.go Make v2/Plugin accesses safe. 2016-12-09 14:13:13 -08:00
manager_windows.go Make v2/Plugin accesses safe. 2016-12-09 14:13:13 -08:00
store.go Merge pull request #29866 from vieux/1.13.0-rc5-cherrpicks 2017-01-04 11:04:22 -08:00
store_test.go Implement content addressability for plugins 2016-12-27 13:31:14 -08:00