From cac27da964cef860bf3a42d4c8c5acba2e8e9f6e Mon Sep 17 00:00:00 2001 From: weichen618 Date: Wed, 31 Jan 2024 08:09:40 +0000 Subject: [PATCH] =?UTF-8?q?=E5=91=BD=E4=BB=A4=E3=80=81=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E7=AD=89=E9=94=99=E8=AF=AF=EF=BC=9B=E8=BF=99?= =?UTF-8?q?=E4=B8=AA=E5=8F=82=E6=95=B0=E5=B9=B6=E4=B8=8D=E8=83=BD=E6=98=AF?= =?UTF-8?q?=E8=99=9A=E6=9C=BA=E7=9A=84NMI=E7=94=9F=E6=95=88=EF=BC=8C?= =?UTF-8?q?=E6=9C=80=E6=96=B0=E7=9A=84=E7=89=88=E6=9C=AC=EF=BC=8C=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AA=C2=A0hardlockup?= =?UTF-8?q?=5Fenable=3D1=E5=90=AF=E5=8A=A8=E5=8F=82=E6=95=B0=E6=89=8D?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E7=94=9F=E6=95=88=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: weichen618 --- ...\234\272\345\217\257\347\273\264\346\212\244\346\200\247.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/docs/zh/docs/Virtualization/\347\256\241\347\220\206\350\231\232\346\213\237\346\234\272\345\217\257\347\273\264\346\212\244\346\200\247.md" "b/docs/zh/docs/Virtualization/\347\256\241\347\220\206\350\231\232\346\213\237\346\234\272\345\217\257\347\273\264\346\212\244\346\200\247.md" index 1ae2c38b8..bfecd204b 100644 --- "a/docs/zh/docs/Virtualization/\347\256\241\347\220\206\350\231\232\346\213\237\346\234\272\345\217\257\347\273\264\346\212\244\346\200\247.md" +++ "b/docs/zh/docs/Virtualization/\347\256\241\347\220\206\350\231\232\346\213\237\346\234\272\345\217\257\347\273\264\346\212\244\346\200\247.md" @@ -15,7 +15,7 @@ NMI Watchdog是一种用来检测Linux出现hardlockup(硬死锁)的机制 ### 操作步骤 针对ARM架构虚拟机配置NMI Watchdog的操作步骤如下: -1. 在虚拟机的引导配置文件grub.cfg中添加如下参数:nmi_watchdog=1 pmu_nmi_enable hardlockup_cpu_freq=auto irqchip.gicv3_pseudo_nmi=1 disable_sdei_nmi_watchdog +1. 在虚拟机的引导配置文件grub.cfg中添加如下参数:nmi_watchdog=1 pmu_nmi_enable hardlockup_cpu_freq=auto irqchip.gicv3_pseudo_nmi=1 disable_sdei_nmi_watchdog hardlockup_enable=1 2. 检查虚拟机内部PMU Watchdog是否加载成功,如果加载成功,内核dmesg日志打印类似如下内容: ``` -- Gitee