From: Changqing Li <changqing...@windriver.com>

It is better to use LKM for dm-multipath.
1. For multipathd service, it will modprobe dm-multipath before
   start the daemon.
2. In package multipath, there is a script mpathconf which can
   config or check configuration of mutltipath, which will use
   lsmod to check if dm_multipath is loaded.

Signed-off-by: Changqing Li <changqing...@windriver.com>
---
 cgl/cfg/dmm.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cgl/cfg/dmm.cfg b/cgl/cfg/dmm.cfg
index e8645a2..3613fcc 100644
--- a/cgl/cfg/dmm.cfg
+++ b/cgl/cfg/dmm.cfg
@@ -1 +1 @@
-CONFIG_DM_MULTIPATH=y
+CONFIG_DM_MULTIPATH=m
-- 
2.7.4

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to