On 3/3/21 6:22 PM, Roger Heflin wrote:
That looks like multipath is blacklisted.
you might to a lsinitrd | grep -i multipath and make sure it is not in the initrd with a config file.
multipath is the only service I have seen that actually deletes partition mappings, but it is possible that some of the other dm* stuff might (dm-raid maybe?)..
Yes there is something
# lsinitrd | grep -i multipath -rw-r--r-- 1 root root 15120 Oct 23 17:30 usr/lib/modules/5.10.19-200.fc33.x86_64/kernel/drivers/md/dm-multipath.ko.xz
I have looked into udev and there is this: /usr/lib/udev/rules.d/62-multipath.rules but I don't understand what is in it.
GiP