From 46672c384cfc5b5b56fdc5a1ecce270000f31ce6 Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Wed, 24 Nov 2021 03:55:04 -0800 Subject: [PATCH] resources: Add CONFIG_NVME_MULTIPATH to linux-config-x86_64 This kernel config is needed to fix the observed guest hanging issue cased by systemd crash while booting. Fixes: #3352 Signed-off-by: Bo Chen --- resources/linux-config-x86_64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/linux-config-x86_64 b/resources/linux-config-x86_64 index d2f6b3a09..cbb266f43 100644 --- a/resources/linux-config-x86_64 +++ b/resources/linux-config-x86_64 @@ -1227,7 +1227,7 @@ CONFIG_VIRTIO_BLK=y # CONFIG_NVME_CORE=y CONFIG_BLK_DEV_NVME=y -# CONFIG_NVME_MULTIPATH is not set +CONFIG_NVME_MULTIPATH=y # CONFIG_NVME_FC is not set # CONFIG_NVME_TCP is not set # CONFIG_NVME_TARGET is not set