gvisor/runsc
Nicolas Lacasse cbaec4d614 Wait for all async fs operations to complete before returning from Destroy.
Destroy flushes dirent references, which triggers many async close operations.
We must wait for those to finish before returning from Destroy, otherwise we
may kill the gofer, causing a cascade of failing RPCs and leading to an
inconsistent FS state.

PiperOrigin-RevId: 213884637
Change-Id: Id054b47fc0f97adc5e596d747c08d3b97a1d1f71
2018-09-20 14:37:53 -07:00
..
boot Wait for all async fs operations to complete before returning from Destroy. 2018-09-20 14:37:53 -07:00
cmd Fix sandbox and gofer capabilities 2018-09-19 17:15:14 -07:00
console runsc: Terminal support for "docker exec -ti". 2018-08-24 17:43:21 -07:00
container runsc: Fix a bug that `runsc wait` doesn't work after container exits. 2018-09-20 11:23:26 -07:00
fsgofer Add additional sanity checks for walk. 2018-09-07 16:53:12 -07:00
sandbox runsc: Fix stdin/stdout/stderr in multi-container mode. 2018-09-19 22:20:41 -07:00
specutils Fix sandbox and gofer capabilities 2018-09-19 17:15:14 -07:00
test Handle children processes better in tests 2018-09-18 15:21:28 -07:00
tools/dockercfg Add tool to configure runtime settings in docker 2018-06-20 13:01:16 -07:00
BUILD runsc: Pass log and config files to sandbox process by FD. 2018-09-04 20:10:01 -07:00
main.go Automated rollback of changelist 211992321 2018-09-07 17:56:07 -07:00