[Bug 799274] New: OS 12.3 Beta1 Installation faill - dmraid with lvm manual partitioning
https://bugzilla.novell.com/show_bug.cgi?id=799274 https://bugzilla.novell.com/show_bug.cgi?id=799274#c0 Summary: OS 12.3 Beta1 Installation faill - dmraid with lvm manual partitioning Classification: openSUSE Product: openSUSE Factory Version: 12.3 Beta 1 Platform: x86-64 OS/Version: openSUSE 12.2 Status: NEW Severity: Major Priority: P5 - None Component: AutoYaST AssignedTo: fehr@suse.com ReportedBy: cattom@o2.pl QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1 Using GnomeLive CD during fresh instalation process after manual partitioning, instalator can't initialize lvm groups on dmraid partitions. Looks like device maps wasn't created, didn't exists in /dev/mapper. My quick soulution to push process forward was: execute kpartx -a /dev/mapper/$nvidiadm -p _part and restart/repeat all instalation process on the same partitions. Unfortunatelly after image installation/1st reboot system can't find lvm group during boot process. Im guess now is systemd fail, not sure anyway. Any advice ? Reproducible: Always Steps to Reproduce: 1.Use manual partitioning during installation process 2.Create LVM on dmraid partition 3.Accept partition table and step forward. Actual Results: Message : Can't initialize system logical group on partition /dev/mapper/nvidia.... partition /dev/mapper/nvidia.... doesn't exists Choiced Polish language during instalation process. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=799274 https://bugzilla.novell.com/show_bug.cgi?id=799274#c Tom Niebył <cattom@o2.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=799274 https://bugzilla.novell.com/show_bug.cgi?id=799274#c1 Thomas Fehr <fehr@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |cattom@o2.pl --- Comment #1 from Thomas Fehr <fehr@suse.com> 2013-01-18 14:41:16 UTC --- Please attach content of /var/log/YaST2 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=799274 https://bugzilla.novell.com/show_bug.cgi?id=799274#c2 --- Comment #2 from Tom Niebył <cattom@o2.pl> 2013-01-18 18:29:06 UTC --- Created an attachment (id=520932) --> (http://bugzilla.novell.com/attachment.cgi?id=520932) /var/log/YaST2/y2log Sorry, now /var/log/YaST2/y2log enclosed. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=799274 https://bugzilla.novell.com/show_bug.cgi?id=799274#c Tom Niebył <cattom@o2.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|cattom@o2.pl | -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=799274 https://bugzilla.novell.com/show_bug.cgi?id=799274#c3 Thomas Fehr <fehr@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fehr@suse.com AssignedTo|fehr@suse.com |nfbrown@suse.com --- Comment #3 from Thomas Fehr <fehr@suse.com> 2013-01-22 15:30:01 UTC --- I could reproduce this with openSuSE 12.3 Beta#1. The behavior of dmraid changed. In openSuSE 12.2 executing "dmraid -ay -p" activated the dm table for the dmraid disk and also created dm devices for the partitions on this dmraid disk. In openSuSE 12.3 executing "dmraid -ay -p" activates the dm table but the dm devices for the partitions are not created. In openSuSE 12.2: f52:~ # dmsetup table No devices found f52:~ # dmraid -ay -p RAID set "isw_bhfbdjhcja_testdmr" was activated device "isw_bhfbdjhcja_testdmr" is now registered with dmeventd for monitoring f52:~ # dmsetup table isw_bhfbdjhcja_testdmr_part3: 0 5613568 linear 253:0 19531776 isw_bhfbdjhcja_testdmr_part2: 0 6948864 linear 253:0 12582912 isw_bhfbdjhcja_testdmr_part1: 0 12580864 linear 253:0 2048 isw_bhfbdjhcja_testdmr: 0 25146880 striped 2 256 8:16 0 8:32 0 f52:~ # In openSuSE 12.3 Beta#1: f134:~ # dmsetup table No devices found f134:~ # dmraid -ay -p RAID set "isw_bhfbdjhcja_testdmr" was activated device "isw_bhfbdjhcja_testdmr" is now registered with dmeventd for monitoring f134:~ # dmsetup table isw_bhfbdjhcja_testdmr: 0 25146880 striped 2 256 8:16 0 8:32 0 f134:~ # No idea if this is caused by changes to dmraid or by changes in udev. Reassigning to dmraid maintainer. -- 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.
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.
https://bugzilla.novell.com/show_bug.cgi?id=799274 https://bugzilla.novell.com/show_bug.cgi?id=799274#c5 --- Comment #5 from Hannes Reinecke <hare@suse.com> 2013-01-24 07:43:14 UTC --- I'm working on updating the multipath-tools package. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=799274 https://bugzilla.novell.com/show_bug.cgi?id=799274#c9 --- Comment #9 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-02-01 12:00:09 CET --- This is an autogenerated message for OBS integration: This bug (799274) was mentioned in https://build.opensuse.org/request/show/150678 Factory / multipath-tools -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=799274 https://bugzilla.novell.com/show_bug.cgi?id=799274#c10 Robert Milasan <rmilasan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rmilasan@suse.com InfoProvider|rmilasan@suse.com |hare@suse.com --- Comment #10 from Robert Milasan <rmilasan@suse.com> 2013-02-01 12:14:27 UTC --- Yes Hannes? How can I help? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=799274 https://bugzilla.novell.com/show_bug.cgi?id=799274#c11 Neil Brown <nfbrown@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lulis@actcom.net.il --- Comment #11 from Neil Brown <nfbrown@suse.com> 2013-02-18 05:38:59 UTC --- *** Bug 792908 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=792908 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=799274 https://bugzilla.novell.com/show_bug.cgi?id=799274#c12 Hannes Reinecke <hare@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|hare@suse.com | Resolution| |FIXED Target Milestone|--- |13.2 Milestone 0 --- Comment #12 from Hannes Reinecke <hare@suse.com> 2014-01-07 12:27:18 UTC --- Updated multipath-tools package submitted for maintenance for 13.1, request id #213008 -- 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.
participants (1)
-
bugzilla_noreply@novell.com