https://bugzilla.novell.com/show_bug.cgi?id=799274 https://bugzilla.novell.com/show_bug.cgi?id=799274#c4 Neil Brown <nfbrown@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nfbrown@suse.com AssignedTo|nfbrown@suse.com |hare@suse.com --- Comment #4 from Neil Brown <nfbrown@suse.com> 2013-01-24 06:34:32 UTC --- It appear to be a kpartx problem. In 11.2, /etc/udev/rules.d/70-kpartx.rules contains # Create dm tables for partitions ENV{DM_STATE}=="ACTIVE", ENV{DM_UUID}=="mpath-*", \ RUN+="/sbin/kpartx -u -p -part /dev/$name" which is what creates the partitions. In 11.3, this has been removed. In the 'kpartx' package there is a monolithic patch which contains: # Create dm tables for partitions ENV{DM_STATE}=="ACTIVE", ENV{DM_UUID}=="mpath-*", \ - RUN+="/sbin/kpartx -a -p -part /dev/$name" -ENV{DM_STATE}=="ACTIVE", ENV{DM_UUID}=="dmraid-*", \ - RUN+="/sbin/kpartx -a -p -part /dev/$name" + RUN+="/sbin/kpartx -u -p -part /dev/$name" So it seems to have been deliberately removed. But as it is one monolithic patch rather than many separate patch there is no commentary at the top explaining why, and the mulitpath-tools.changes file (kpartx is part of multipath-tools) does not seem to say why. So I don't even know who to blame it on. pdb.suse.de says to blame Hannes, so Hannes: it's all yours. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.