Difference between revisions of "Image field merging"
Jump to navigation
Jump to search
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | The number of image files has a penalty over migration process speed. Thus we initiated the | + | The number of image files has a penalty over migration process speed. Thus we initiated the '''merging''' procedure which is aimed to reduce the number of image files by merging files one into another. Unfortunately we can't just merge everything into one big file, as data can be shared between tasks, so only a small set of files can be merged. |
− | Note because of backward compatibility | + | Note because of a need to maintain backward compatibility, we need to support both merged and separate images for a while. |
Here is a list of merged data so far: | Here is a list of merged data so far: | ||
Line 8: | Line 8: | ||
* rlimit_entry -> core_entry::task_rlimits (sent series) | * rlimit_entry -> core_entry::task_rlimits (sent series) | ||
* posix_timer_entry -> core_entry::task_posix_timers (sent series) | * posix_timer_entry -> core_entry::task_posix_timers (sent series) | ||
+ | * fsnotify WDs -> fsnotify | ||
+ | |||
+ | == See also == | ||
+ | [[Deprecation]] | ||
[[Category:Development]] | [[Category:Development]] | ||
+ | [[Category:Images]] |
Latest revision as of 16:10, 29 June 2017
The number of image files has a penalty over migration process speed. Thus we initiated the merging procedure which is aimed to reduce the number of image files by merging files one into another. Unfortunately we can't just merge everything into one big file, as data can be shared between tasks, so only a small set of files can be merged.
Note because of a need to maintain backward compatibility, we need to support both merged and separate images for a while.
Here is a list of merged data so far:
- vma_entry -> mm_entry::vmas
- rlimit_entry -> core_entry::task_rlimits (sent series)
- posix_timer_entry -> core_entry::task_posix_timers (sent series)
- fsnotify WDs -> fsnotify