Bugzilla – Bug 790724
LVM hangs in Creating logical Volume
Last modified: 2013-01-14 10:07:31 UTC
as seen on openQA.o.o (e.g. in gnome tests) http://openqa.opensuse.org/openqa/permanent/bug/lvmcreateb.png install on LVM hangs indefinitely in Creating logical Volume last seen working 2012-11-05 first seen failing 2012-11-06 in between were updates to dbus, systemd, installation-images, aaa_base, sysconfig
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 :/
http://ftp.suse.com/pub/people/hvogel/Update-Media-HOWTO/index.html
added lvm rule