【 使用环境 】生产环境 or 测试环境
【 OB or 其他组件 】OB
【 使用版本 】3.2.4
【问题描述】
TIPS: Please turn on numa in BIOS and UEFI, with BIOS/UEFI settings done, if numa is still off, you need to turn on numa in system level.
The system steps to turn on numa:
1, add “numa=on” at the end of kernel command line(GRUB_CMDLINE_LINUX) in boot loader configuration file(/etc/default/grub), for example:
GRUB_CMDLINE_LINUX=“rd.lvm.lv=rhel_vm-210/root rd.lvm.lv=rhel_vm-210/swap vconsole.font=latarcyrheb-sun16 crashkernel=auto vconsole.keymap=us rhgb quiet numa=on”
2, grub2-mkconfig -o /boot/grub2/grub.cfg
3, reboot the system
这个是必须要调整的嘛?我是虚拟机。
我两个虚拟机是同一个宿主机上的两个虚拟机,它们的/etc/default/grub的内容是一样的,为什么一个虚拟机有上面的告警,但是,另外一台虚拟机缺没有上面的告警。