clearcontainers / osbuilder

Clear Containers guest OS building scripts
20 stars 12 forks source link

scripts: align image size to PAGE_SECTION_MASK #50

Closed devimc closed 6 years ago

devimc commented 6 years ago

In order to support memory hot plug, image size must be aligned to 128 (defined by PAGE_SECTION_MASK in the Linux Kernel), otherwise memory will not be plugged by the guest Linux Kernel, If this value is not aligned, osbuilder will align it

fixes #49

Signed-off-by: Julio Montes julio.montes@intel.com

jodh-intel commented 6 years ago

lgtm