From bdcc58b2ab47e0e467ac6abb736cfad2364b2be6 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Fri, 22 Jan 2021 16:00:24 +0530 Subject: [PATCH] iso: enable Network Block Device support Having NBD module support would enable some of the CSI projects to utilize the NBD based persistent volume requests validation in their automated testing suites. Example, we need it at the ceph-csi project. Signed-off-by: Prasanna Kumar Kalever --- deploy/iso/minikube-iso/board/coreos/minikube/linux_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/iso/minikube-iso/board/coreos/minikube/linux_defconfig b/deploy/iso/minikube-iso/board/coreos/minikube/linux_defconfig index 25fdb0ae0c9f..1871f86d8b11 100644 --- a/deploy/iso/minikube-iso/board/coreos/minikube/linux_defconfig +++ b/deploy/iso/minikube-iso/board/coreos/minikube/linux_defconfig @@ -311,6 +311,7 @@ CONFIG_DEVTMPFS_MOUNT=y CONFIG_DEBUG_DEVRES=y CONFIG_CONNECTOR=y CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_NBD=m CONFIG_VIRTIO_BLK=y CONFIG_BLK_DEV_RBD=m CONFIG_VMWARE_BALLOON=m