Open feldsam opened 3 weeks ago
@paczerny Hi, can you help me with my commit https://github.com/FELDSAM-INC/one/commit/47641337a6748e92d4cd774b88fba902f0d4efd0
It doesn't work, only what you did is working - classic migrate using save/restore - pinned CPUs are properly cleaned. I try to implement it for live migration and for migration with poweroff, but it doesn't work. What I did wrong? Thanks!
/!\ To report a security issue please follow this procedure: [https://github.com/OpenNebula/one/wiki/Vulnerability-Management-Process]
Description The current implementation for Huge Pages support, as per the enhancement "Support use of huge pages without CPU pinning #6185," selects a NUMA node based on free resources. The scheduling mechanism effectively balances load across NUMA nodes. However, issues arise during VM migration, leading to inconsistencies.
To Reproduce
Expected behavior
Details
Additional context
Progress Status