I know a tool kpartx can be used to configure multipath on system. But what does the CONFIG_DM_MULTIPATH kernel module do? My system does not have this module compiled, and it seems the kpartx tools works very well. It seems they are not related, am I right?
|
|
|||
|
|
|
This document from RedHat has a good discussion of multipath support under Linux. You are correct that this has very little to do with |
|||||
|
|
Imagine you insert a dual-pathed fibre channel disk with one single partition: Now, kpartx comes into play and creates a This special partition entry is what you should use for your application (instead of the dev/sd[xy]1 The kpartx utility is so to say just a "parser" for partition tables on multipathed devices, creating multipathed device nodes just for their partitions. |
|||
|
|