From 4910ba91a19260c5c802d43b7e65e89658f4a7b6 Mon Sep 17 00:00:00 2001 From: Ben Swartzlander Date: Thu, 28 Sep 2017 12:44:08 -0400 Subject: [PATCH] Add PCI/ACPI hotplug support In order to use manila-test-image for a service image, hotplug support is needed to recognize new disks as they're plugged in by nova. Change-Id: I2f0cfd4b8affdda8ffd19d58e26a96b3c37763a7 --- conf/linux.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/linux.config b/conf/linux.config index 95b0b7b..7e2c63f 100644 --- a/conf/linux.config +++ b/conf/linux.config @@ -5,6 +5,8 @@ CONFIG_X86_GENERIC=y # CONFIG_SUSPEND is not set CONFIG_INTEL_IDLE=y CONFIG_PCI_MSI=y +CONFIG_HOTPLUG_PCI=y +CONFIG_HOTPLUG_PCI_ACPI=y CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y