Changes

248 bytes added ,  19:01, 30 August 2016
→‎Running page server: add one-shot + exit code
Line 48: Line 48:  
: Perform auto deduplication of images. Useful with iterative memory dumps.
 
: Perform auto deduplication of images. Useful with iterative memory dumps.
   −
Some other general options might also be useful, such as:
+
Some other options might also be useful, such as:
    
; -o|--logfile $FILE
 
; -o|--logfile $FILE
Line 55: Line 55:  
; -v$N|-vvv[..]
 
; -v$N|-vvv[..]
 
: Set logging level (verbosity). For example, <code>-v4</code> (or <code>-vvvv</code>, which means the same) enables tons of debug info.
 
: Set logging level (verbosity). For example, <code>-v4</code> (or <code>-vvvv</code>, which means the same) enables tons of debug info.
 +
 +
{{Note|<code>criu page-server</code> is "one shot" service, meaning you need to run it for every migration, and it exits as soon as all pages are transferred (or on an error). It also makes sense to check its exit code, to make sure there was no error.}}
    
=== criu pre-dump/dump ===
 
=== criu pre-dump/dump ===