[yocto] [PATCH] Update config to bring dm-multipath

Alexandru.Vaduva Alexandru.Vaduva at enea.com
Fri Jul 17 02:07:35 PDT 2015


From: Siva Borra <siva.borra at enea.com>

Update the configuration to bring dm-multipath
and scsi_dh.

[LXCR-5152]

Signed-off-by: Siva Borra <siva.borra at enea.com>
Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva at enea.com>
---
 .../linux/files/cfg/00007-device-mapper-multipath.cfg              | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/meta-cgl-common/recipes-kernel/linux/files/cfg/00007-device-mapper-multipath.cfg b/meta-cgl-common/recipes-kernel/linux/files/cfg/00007-device-mapper-multipath.cfg
index 39cf942..89825db 100644
--- a/meta-cgl-common/recipes-kernel/linux/files/cfg/00007-device-mapper-multipath.cfg
+++ b/meta-cgl-common/recipes-kernel/linux/files/cfg/00007-device-mapper-multipath.cfg
@@ -1,3 +1,10 @@
+CONFIG_MD=y
+CONFIG_BLK_DEV_MD=y
+CONFIG_BLK_DEV_DM=y
+CONFIG_MD_MULTIPATH=y
+CONFIG_DM_RAID=y
 CONFIG_DM_MULTIPATH=y
 CONFIG_DM_MULTIPATH_QL=y
 CONFIG_DM_MULTIPATH_ST=y
+CONFIG_SCSI=y
+CONFIG_SCSI_DH=y
-- 
1.9.1




More information about the yocto mailing list