Changes

711 bytes added ,  21:24, 16 January 2019
diskless migration
Line 159: Line 159:  
* Mentor: Adrian Reber <areber@redhat.com>
 
* Mentor: Adrian Reber <areber@redhat.com>
 
* Suggested by: Adrian Reber <areber@redhat.com>
 
* Suggested by: Adrian Reber <areber@redhat.com>
 +
 +
=== Implement diskless migration ===
 +
 +
'''Summary:''' Need to investigate and implement that named diskless migration.
 +
 +
By diskless we imply a case where all images generated by checkpoint procedure do not sit on storage at all but rather get collected by the criu service on a destination machine, and read from memory later once restore procedure is initiated. More importantly the memory transferred should be deduplicated on the fly and premapped at some preliminary address. Later the restore procedure just remap data to proper positions without copying page data at all.
 +
 +
This task is under the question still and the section is like a placeholder.
 +
 +
'''Details:'''
 +
* Skill level: expert
 +
* Language: C