Bug#567019: kpartx: multipath partition devices are missing

Guido Günther agx at sigxcpu.org
Wed Jan 27 19:35:10 UTC 2010


On Wed, Jan 27, 2010 at 08:26:14PM +0100, Ferenc Wagner wrote:
> Now I put this to the end of scripts/local-top/multipath:
> 
> if [ ! -e /dev/mapper/nfs2 ]; then
>     echo "Running kpartx for #567019..."
>     kpartx -a /dev/mapper/nfs
>     ls -l /dev/mapper
> fi
> 
> and got something weird during boot (now with the kernel messages
> intermingled):
Could you try increasing udevs debug level (maybe capture via serial
console)? Alternatively could you first check if the scripts called from

	/lib/udev/rules.d/60-kpartx.rules

turn out the expected results? Maybe ENV{DM_STATE} != ACTIVE? or
ENV{DM_TABLE_STATE}!="LIVE"? Running

	/lib/udev/dmsetup_env <major> <minor> 

Should already give a hint.

Sorry for not checking myself but I don't have an up to date system
nearby where I could test this on.
Cheers,
 -- Guido





More information about the pkg-lvm-maintainers mailing list