Skip to content

Commit 5fb7240

Browse files
albertofariaspowelljr
authored andcommitted
ISO: Add CONFIG_DM_MULTIPATH=y to aarch64 and x86_64 config
We happen to need this for [1], where we use minikube for testing. [1] https://gitlab.com/subprovisioner/subprovisioner Signed-off-by: Alberto Faria <[email protected]>
1 parent d654412 commit 5fb7240

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

deploy/iso/minikube-iso/board/minikube/aarch64/linux_aarch64_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ CONFIG_BLK_DEV_MD=m
435435
CONFIG_BLK_DEV_DM=m
436436
CONFIG_DM_MIRROR=m
437437
CONFIG_DM_ZERO=m
438+
CONFIG_DM_MULTIPATH=y
438439
CONFIG_NETDEVICES=y
439440
CONFIG_MACVLAN=m
440441
CONFIG_MACVTAP=m

deploy/iso/minikube-iso/board/minikube/x86_64/linux_x86_64_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ CONFIG_DM_SNAPSHOT=y
358358
CONFIG_DM_THIN_PROVISIONING=y
359359
CONFIG_DM_MIRROR=y
360360
CONFIG_DM_ZERO=y
361+
CONFIG_DM_MULTIPATH=y
361362
CONFIG_FUSION=y
362363
CONFIG_FUSION_SPI=m
363364
CONFIG_FUSION_FC=m

0 commit comments

Comments
 (0)