Solved: How to disable dm-multipathing in Centos 6
Posted by matthewdva on 2012/1/11 16:58:40
The solution:
a. service multipathd stop
b. chkconfig multipathd off
c. remove the multipath module and rebuild the initrd.
dracut -o "multipath" no-multipath.img
boot from the new initrd. In this case it is no-multipath.img
d.Add the boot parameter rdblacklist=multipath
This Post was from: https://www.centos.org/newbb/viewtopic.php?forum=55&topic_id=34639&post_id=151812