Changes

811 bytes removed ,  15:58, 29 January 2019
Drop diskless migration, I will not have enough time to be a mentor
Line 149: Line 149:  
* 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
  −
* Mentor: Cyrill Gorcunov <gorcunov@gmail.com>
  −
* Suggested by: Cyrill Gorcunov <gorcunov@gmail.com>
      
=== Memory changes tracking with userfaultfd-WP ===
 
=== Memory changes tracking with userfaultfd-WP ===