Description of problem: 使用smartX作为host,上面的虚拟机经常会出现虚拟机不可用,会有大量僵尸进程。 出现原因是因为:内核对 pidfd 特性的“半实现”引入了 GLib 使用逻辑与内核行为之间的断裂,进而导致了 qga 的子进程回收失败,长期运行过程中,随着大量的僵尸进程不断累积、不释放,最终将系统资源耗尽。使用smartx的用户都会影响。 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/5334