|
Bugzilla – Full Text Bug Listing |
| Summary: | LVM hangs in Creating logical Volume | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Bernhard Wiedemann <bwiedemann> |
| Component: | Basesystem | Assignee: | Steffen Winterfeldt <snwint> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Critical | ||
| Priority: | P5 - None | CC: | aschnell, coolo, dimstar, fcrozat, lnussel, markus.kossmann |
| Version: | 13.1 Milestone 1 | Flags: | lnussel:
SHIP_STOPPER?
|
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | System Test | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Bernhard Wiedemann
2012-11-21 13:24:53 UTC
With openSUSE-DVD-i586-Build0211-Media.iso from 2012-11-22 the pvcreate works for me but the lvcreate hangs. Looks like a LVM problem. current LVM tests still look bad: http://openqa.opensuse.org/viewimg/openqa/testresults/openSUSE-DVD-i586-Build0266-gnome/start_install-2.png now has Error -4014 /sbin/lvmcreate -A n -l 1632 --name 'root' 'system': WARNING: This metadata update is NOT backed up /dev/system/root: not found: device not cleared Aborting. Failed to wipe start of new LV. WARNING: This metadata update is NOT backed up Looks like I've got the same problem with Build0310. The problem seems to be caused by a missing /dev/system directory. There are no device nodes for existing LVs any more ( even if lvscan lists them) and new nodes for LVs can't be created. It could be a udev problem ( new udev needs changed rules like BNC 789021) I think /usr/lib/udev/rules.d/11-dm-lvm.rules is missing from the installation initrd. confirmed, copying that file into inst-sys fixes the problem. Now I wish there was current documentation on driver update disks :/ added lvm rule |