[Bug 297959] New: When using mount-by-label for root partition, / appears in /etc/mtab twice
https://bugzilla.novell.com/show_bug.cgi?id=297959 Summary: When using mount-by-label for root partition, / appears in /etc/mtab twice Product: openSUSE 10.3 Version: Alpha 7 Platform: x86-64 OS/Version: Other Status: NEW Severity: Minor Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: wns@comcast.net QAContact: qa@suse.de Found By: Beta-Customer The root partition is an LVM volume that is mounted by label # cat /etc/fstab LABEL=root / ext3 acl,user_xattr 1 1 LABEL=boot /boot ext2 acl,user_xattr 1 2 LABEL=home /home ext3 acl,user_xattr 1 2 LABEL=swap swap swap defaults 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs noauto 0 0 debugfs /sys/kernel/debug debugfs noauto 0 0 usbfs /proc/bus/usb usbfs noauto 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0 # cat /etc/mtab LABEL=root / ext3 rw,acl,user_xattr 0 0 <===== /dev/dm-1 / ext3 rw,acl,user_xattr 0 0 <===== proc /proc proc rw 0 0 sysfs /sys sysfs rw 0 0 debugfs /sys/kernel/debug debugfs rw 0 0 udev /dev tmpfs rw 0 0 devpts /dev/pts devpts rw,mode=0620,gid=5 0 0 /dev/dm-0 /home ext3 rw,acl,user_xattr 0 0 /dev/sda1 /boot ext2 rw,acl,user_xattr 0 0 fusectl /sys/fs/fuse/connections fusectl rw 0 0 securityfs /sys/kernel/security securityfs rw 0 0 # cat /proc/mounts rootfs / rootfs rw 0 0 udev /dev tmpfs rw 0 0 devpts /dev/pts devpts rw 0 0 /dev/mapper/vg-root / ext3 rw,data=ordered 0 0 <===== proc /proc proc rw 0 0 sysfs /sys sysfs rw 0 0 debugfs /sys/kernel/debug debugfs rw 0 0 /dev/dm-0 /home ext3 rw,data=ordered 0 0 /dev/sda1 /boot ext2 rw 0 0 fusectl /sys/fs/fuse/connections fusectl rw 0 0 securityfs /sys/kernel/security securityfs rw 0 # ls -oug /dev/dm-1 /dev/vg/root /dev/mapper/vg-root /dev/disk/by-label/root lrwxrwxrwx 1 10 2007-08-06 18:03 /dev/disk/by-label/root -> ../../dm-1 brw-r----- 1 253, 1 2007-08-06 10:50 /dev/dm-1 brw------- 1 253, 1 2007-08-06 01:59 /dev/mapper/vg-root lrwxrwxrwx 1 19 2007-08-06 18:03 /dev/vg/root -> /dev/mapper/vg-root -- 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=297959 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |mkoenig@novell.com |screening@forge.provo.novell| |.com | -- 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=297959#c1 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |wns@comcast.net --- Comment #1 from Dr. Werner Fink <werner@novell.com> 2007-08-08 04:45:44 MST --- Does this hurt? Beside this in /proc/mounts the `rootfs' line covers the same file system. -- 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=297959#c2 Felix Miata <mrmazda@ij.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mrmazda@ij.net --- Comment #2 from Felix Miata <mrmazda@ij.net> 2007-08-08 08:10:26 MST --- Since my last Factory update on Saturday my EXT3 PATA partition 19 / shows up in fstab twice: /dev/disk/by-label/hdx19factory LABEL=hdx19factory My PIII system includes also a real SCSI host and HD (where Mandriva Cooker lives). More details on http://lists.opensuse.org/opensuse-factory/2007-08/msg00077.html -- 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.
Does this hurt? Not too much, but it is a recent regression. I am not sure when it first showed up but I suspect it was somewhere between Alpha6 and Alpha7. The
https://bugzilla.novell.com/show_bug.cgi?id=297959#c3 Warren Stockton <wns@comcast.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|wns@comcast.net | --- Comment #3 from Warren Stockton <wns@comcast.net> 2007-08-08 08:39:49 MST --- problem is most noticeable in the df output: # df Filesystem 1K-blocks Used Available Use% Mounted on LABEL=root 12385456 7121852 4634460 61% / /dev/dm-1 12385456 7121852 4634460 61% / udev 990532 76 990456 1% /dev /dev/sda1 101086 22273 73594 24% /boot /dev/dm-0 41284928 14438792 24748984 37% /home -- 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=297959#c4 Matthias Koenig <mkoenig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #4 from Matthias Koenig <mkoenig@novell.com> 2007-08-27 03:14:53 MST --- Yes, this should not happen. This is a regression that has been introduced by a removal of an old patch, which has been fixed upstream. However there has been still a bug when given the filesystem with LABEL=. -- 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=297959#c5 Matthias Koenig <mkoenig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #5 from Matthias Koenig <mkoenig@novell.com> 2007-08-27 07:45:45 MST --- Fixed in stable. -- 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=297959#c6 Matthias Koenig <mkoenig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |olh@novell.com --- Comment #6 from Matthias Koenig <mkoenig@novell.com> 2007-08-29 09:56:20 MST --- *** Bug 301687 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=301687 -- 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