mirror of
git://sourceware.org/git/lvm2.git
synced 2025-05-23 02:51:13 +03:00
This is a regression caused by commit 3bd90488545a4ad5374b4e0f1daba6cf16ae6ae8. The error message added with that commit "mpath major %d is not dm major %d" is superfluous. When scanning for mpath components, we're looking for a parent device. But this parent device is not necessarily an mpath device (so the dm device) if it exists - it can be any other device layered on top (e.g. an MD RAID device).