https://bugzilla.novell.com/show_bug.cgi?id=789020 https://bugzilla.novell.com/show_bug.cgi?id=789020#c0 Summary: no more /dev/disk/by-label/LABEL symlinks for LVM devices (udev/systemd?) Classification: openSUSE Product: openSUSE Factory Version: 12.3 Milestone 1 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: seife@novell.slipkontur.de QAContact: qa-bugs@suse.de Found By: Third Party Developer/Partner Blocker: --- After updating to today's FACTORY (last update was before openSUSE conf), my /space and /local partitions were no longer mounted: susi:~ # grep LABEL /etc/fstab LABEL=root-FACTORY / ext4 acl,user_xattr 1 1 # LABEL=local /local xfs noatime,logbufs=8,logbsize=262144 1 2 # LABEL=space /space xfs noatime,logbufs=8,logbsize=262144 1 2 (now commented out to get the system to boot) susi:~ # l /dev/disk/by-label/ total 0 drwxr-xr-x 2 root root 140 Nov 9 15:50 ./ drwxr-xr-x 6 root root 120 Nov 9 15:50 ../ lrwxrwxrwx 1 root root 10 Nov 9 15:50 BOOTLOADER -> ../../sda3 lrwxrwxrwx 1 root root 10 Nov 9 15:50 SYSTEM_DRV -> ../../sda1 lrwxrwxrwx 1 root root 10 Nov 9 15:50 Windows7_OS -> ../../sda2 lrwxrwxrwx 1 root root 10 Nov 9 15:50 root-FACTORY -> ../../sda6 lrwxrwxrwx 1 root root 10 Nov 9 15:50 root-stable -> ../../sda8 susi:~ # blkid /dev/sda1: LABEL="SYSTEM_DRV" UUID="7A0615220614E0C5" TYPE="ntfs" /dev/sda2: LABEL="Windows7_OS" UUID="64A42A12A429E6F0" TYPE="ntfs" /dev/sda3: LABEL="BOOTLOADER" UUID="519614e1-7c40-4866-b461-3ad4cb797538" SEC_TYPE="ext2" TYPE="ext3" /dev/sda5: UUID="fde71608-8ca9-4f2a-9a3e-501df23f8469" TYPE="swap" /dev/sda6: LABEL="root-FACTORY" UUID="71f5bfb4-3d29-4c9c-929a-3fb795cf0fd9" TYPE="ext4" /dev/sda7: UUID="3387ae99-507c-41eb-80c8-ee7b4a62353a" TYPE="crypto_LUKS" /dev/sda8: LABEL="root-stable" UUID="6983d635-99c0-48e9-b62a-74cd3b27c636" TYPE="ext4" /dev/sda9: UUID="jRlUY0-8mt0-09TE-MeAf-IqRj-TSzl-tK83Uk" TYPE="LVM2_member" /dev/mapper/main-local: LABEL="local" UUID="ac293f98-8e30-440f-8845-d067ee49d42d" TYPE="xfs" /dev/mapper/main-space: LABEL="space" UUID="17676f0d-fe6e-4b47-80bb-6d6493574569" TYPE="xfs" /dev/mapper/main-vdr: UUID="4b5b5706-84bb-4a2c-8f91-fda2784aea86" TYPE="ext4" /dev/mapper/cr_sda7: LABEL="cryptohome" UUID="98741ffb-5913-43ca-afac-500ff16d0f57" TYPE="ext3" susi:~ # blkid|grep LABEL= /dev/sda1: LABEL="SYSTEM_DRV" UUID="7A0615220614E0C5" TYPE="ntfs" /dev/sda2: LABEL="Windows7_OS" UUID="64A42A12A429E6F0" TYPE="ntfs" /dev/sda3: LABEL="BOOTLOADER" UUID="519614e1-7c40-4866-b461-3ad4cb797538" SEC_TYPE="ext2" TYPE="ext3" /dev/sda6: LABEL="root-FACTORY" UUID="71f5bfb4-3d29-4c9c-929a-3fb795cf0fd9" TYPE="ext4" /dev/sda8: LABEL="root-stable" UUID="6983d635-99c0-48e9-b62a-74cd3b27c636" TYPE="ext4" /dev/mapper/main-local: LABEL="local" UUID="ac293f98-8e30-440f-8845-d067ee49d42d" TYPE="xfs" /dev/mapper/main-space: LABEL="space" UUID="17676f0d-fe6e-4b47-80bb-6d6493574569" TYPE="xfs" /dev/mapper/cr_sda7: LABEL="cryptohome" UUID="98741ffb-5913-43ca-afac-500ff16d0f57" TYPE="ext3" As you can see, the non-LVM devices are there in /dev/disk/by-label, but the LVM devices are not. I guess this is a glitch of the new udev version. -- 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.