Changes

Jump to navigation Jump to search
8 bytes added ,  00:11, 30 August 2016
a few minor fixes
Line 4: Line 4:     
=== Preparation ===
 
=== Preparation ===
   
Prepare a tmpfs mount on both sides, where you will put images other than those with apps memory. These images are typically very small and will not create significant memory pressure on nodes.
 
Prepare a tmpfs mount on both sides, where you will put images other than those with apps memory. These images are typically very small and will not create significant memory pressure on nodes.
   Line 18: Line 17:     
=== criu dump ===
 
=== criu dump ===
   
Dump the applications, just like it would have been done when doing live migration, but with options explaining to criu where the page server is:
 
Dump the applications, just like it would have been done when doing live migration, but with options explaining to criu where the page server is:
   Line 36: Line 34:     
=== Cleanup tmpfs ===
 
=== Cleanup tmpfs ===
: Kill the tmpfs mount with old images. It's no longer required.
+
Kill the tmpfs mount with old images. It's no longer required.
    
  dst# umount <dir>
 
  dst# umount <dir>
    
=== Kill processes on source ===
 
=== Kill processes on source ===
 +
Kill apps on the source node, as they are already running on the destination.
   −
Kill apps on the source node, as they are already running on the destination.
+
src# FIXME
    
== See also ==
 
== See also ==

Navigation menu