Changes

Jump to navigation Jump to search
226 bytes added ,  10:17, 27 March 2019
Line 40: Line 40:     
; Device numbers
 
; Device numbers
: If the field is known to be of <code>dev_t</code> type, it's printed in the <code>major:minor</code manner
+
: If the field is known to be of <code>dev_t</code> type, it's printed in the <code>major:minor</code> manner
    
== Functionality ==
 
== Functionality ==
    
=== Convert images to JSON and back ===
 
=== Convert images to JSON and back ===
 +
    
This is the replacement for (rather nasty) <code>criu show</code> code. Also this is the way to edit the images before restoring from them.
 
This is the replacement for (rather nasty) <code>criu show</code> code. Also this is the way to edit the images before restoring from them.
Line 439: Line 440:  
=== On-the-fly conversion ===
 
=== On-the-fly conversion ===
   −
There's an idea to make CRIU spawn CRIT and read images "through" it, to allow for at-the-restore-time modifications
+
There's an idea to make CRIU spawn CRIT and read images "through" it, to allow for at-the-restore-time modifications. For details, see https://github.com/xemul/criu/issues/59.
 
  −
[https://github.com/xemul/criu/issues/59]
      
=== Convert between different image versions ===
 
=== Convert between different image versions ===
Line 453: Line 452:  
* the inter-images IDs are in consistent state
 
* the inter-images IDs are in consistent state
   −
[https://github.com/xemul/criu/issues/44]
+
For details, see https://github.com/xemul/criu/issues/44.
 +
 
 +
=== [[Anonymize image files]] ===
 +
 
 +
Since images contain raw memory dumps people may refuse to send us images for debugging. Need to anonymize them, i.e. -- remove this sensitive information.
    
[[Category:Images]]
 
[[Category:Images]]
 
[[Category:API]]
 
[[Category:API]]

Navigation menu