Difference between revisions of "External resources"

From CRIU
Jump to navigation Jump to search
Line 6: Line 6:
 
* [[External files]]
 
* [[External files]]
 
* [[External UNIX socket]]
 
* [[External UNIX socket]]
 +
* [[VETH device]]
  
 
All of them are controlled with the <code>--external ID</code> option.
 
All of them are controlled with the <code>--external ID</code> option.

Revision as of 23:11, 8 September 2016

An resource is called "external", if it can't be dumped and restored without external help. Usually this mean that a part of it state is out of a dumped container.

The general approach is to enumerate all such resources on dump and set one of restoring strategies for each of them on restore. An approach how to restore an resource may be different for different types of resources.

All of them are controlled with the --external ID option.