mirror of
https://github.com/docker/cli.git
synced 2026-08-29 10:06:35 -05:00
26518130361de45fec2952756aa438ae03879441
A lot of time device mapper devices leak across mount namespace which docker does not know about and when docker tries to deactivate/delete device, operation fails as device is open in some mount namespace. Create a mechanism where one can defer the device deactivation/deletion so that docker operation does not fail and device automatically goes away when last reference to it is dropped. Signed-off-by: Vivek Goyal <vgoyal@redhat.com> Upstream-commit: 6964ab94befd8723585556e560219e0eef48a488 Component: engine
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%