moby--moby/pkg/system
Brian Goff 54dcbab25e Do not remove containers from memory on error
Before this, if `forceRemove` is set the container data will be removed
no matter what, including if there are issues with removing container
on-disk state (rw layer, container root).

In practice this causes a lot of issues with leaked data sitting on
disk that users are not able to clean up themselves.
This is particularly a problem while the `EBUSY` errors on remove are so
prevalent. So for now let's not keep this behavior.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-05-05 17:02:04 -04:00
..
chtimes.go
chtimes_test.go
chtimes_unix.go
chtimes_unix_test.go
chtimes_windows.go
chtimes_windows_test.go
errors.go
events_windows.go Swap usage of LazyDLL and LoadDLL to LazySystemDLL. 2016-11-22 14:57:11 -08:00
exitcode.go
filesys.go Windows: Use sequential file access 2017-01-23 10:25:36 -08:00
filesys_windows.go Windows: Use sequential file access 2017-01-23 10:25:36 -08:00
lstat_unix.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
lstat_unix_test.go
lstat_windows.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
meminfo.go
meminfo_linux.go
meminfo_solaris.go pkg/system: Set appropriate CFLAGS on Solaris 2017-03-09 13:40:05 -05:00
meminfo_unix_test.go
meminfo_unsupported.go
meminfo_windows.go Swap usage of LazyDLL and LoadDLL to LazySystemDLL. 2016-11-22 14:57:11 -08:00
mknod.go
mknod_windows.go
path_unix.go
path_windows.go
path_windows_test.go
process_unix.go make more package in system support darwin 2016-12-26 21:30:06 +08:00
rm.go Do not remove containers from memory on error 2017-05-05 17:02:04 -04:00
rm_test.go Do not remove containers from memory on error 2017-05-05 17:02:04 -04:00
stat_darwin.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
stat_freebsd.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
stat_linux.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
stat_openbsd.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
stat_solaris.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
stat_unix.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
stat_unix_test.go
stat_windows.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
syscall_unix.go
syscall_windows.go
syscall_windows_test.go
umask.go
umask_windows.go
utimes_freebsd.go
utimes_linux.go
utimes_unix_test.go skip api/types/container/ (like golint) and fix one pkg 2016-11-18 16:33:50 -08:00
utimes_unsupported.go
xattrs_linux.go
xattrs_unsupported.go