Changes

Jump to navigation Jump to search
347 bytes added ,  18:47, 15 September 2016
no edit summary
Line 30: Line 30:     
indicates that the container (or just mount namespace) being dumped has some external dependences. CRIU knows how to work with it, you just need to tell CRIU about [[external bind mounts]] you have.
 
indicates that the container (or just mount namespace) being dumped has some external dependences. CRIU knows how to work with it, you just need to tell CRIU about [[external bind mounts]] you have.
 +
 +
== External unix socket connection ==
 +
 +
If an application has an open unix connection to the external world, the dump will fail with
 +
 +
<pre>
 +
"Cannot dump half of a stream unix connection
 +
</pre>
 +
 +
In this case the socket should be explained as "OK to break" and reconnected back on restore. How to do it is described in [[external UNIX socket|here]]

Navigation menu