[Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-11-23 Thread Rich Wales
Regarding RAID devices, I noticed just now that the /dev/md_dX names don't even exist any more on my system. They were definitely there before I upgraded from Jaunty to Karmic over the weekend. See the "DEVICE NAMES" section of mdadm(8) for evidence that device file names of the form /dev/md_dNN

[Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-11-22 Thread Rich Wales
A similar fix might be needed to allow booting of a system with RAID devices identified by names of the form /dev/md_dX (instead of /dev/mdX). See bug #486361. -- lvm volumes fail to mount when specified as /dev/vg-name/volume https://bugs.launchpad.net/bugs/430542 You received this bug notifica

[Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-09-27 Thread Launchpad Bug Tracker
This bug was fixed in the package devmapper - 2:1.02.27-4ubuntu7 --- devmapper (2:1.02.27-4ubuntu7) karmic; urgency=low * For LVM2 devices, create the /dev/VG/LV symlink figuring out the name by running "lvm lvdisplay" on the device. LP: #430542. -- Scott James RemnantSun

[Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-09-27 Thread Scott James Remnant
I have uploaded the fix for this to the archive, since we're in beta freeze this may take a while to appear so I have also uploaded it to the ubuntu-boot PPA. Please test. ** Package changed: lvm2 (Ubuntu Karmic) => devmapper (Ubuntu Karmic) ** Changed in: mountall (Ubuntu Karmic) Status:

Re: [Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-09-25 Thread Brian J. Murrell
On Fri, 2009-09-25 at 16:44 +, Felipe Gil CastiƱeira wrote: > In my case it was very difficult to detect what was preventing the > system from starting. It would be very helpful if mountall could give > more information about what is happening. I would second (and third!) that. -- lvm volume

[Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-09-25 Thread Felipe Gil CastiƱeira
In my case it was very difficult to detect what was preventing the system from starting. It would be very helpful if mountall could give more information about what is happening. -- lvm volumes fail to mount when specified as /dev/vg-name/volume https://bugs.launchpad.net/bugs/430542 You received

Re: [Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-09-25 Thread Brian J. Murrell
On Fri, 2009-09-25 at 15:17 +, Colin Watson wrote: > For the record we've always explicitly *not* preferred UUID= on LVM > devices since the naming scheme is already stable. And given that the UUID is apparently from the filesystem (at least in the case of ext2/3/4), when you snapshot a device

[Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-09-25 Thread Colin Watson
For the record we've always explicitly *not* preferred UUID= on LVM devices since the naming scheme is already stable. -- lvm volumes fail to mount when specified as /dev/vg-name/volume https://bugs.launchpad.net/bugs/430542 You received this bug notification because you are a member of Ubuntu Bu

[Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-09-24 Thread Scott James Remnant
Because not only do not ALL users use lvm2, but MOST users who use lvm2 do not use the /dev/vg/lv scheme and instead use /dev/mapper/vg-lv or UUID= (UUID= has always been the ubuntu-preferred method) -- lvm volumes fail to mount when specified as /dev/vg-name/volume https://bugs.launchpad.net/bug

[Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-09-24 Thread Michael Tsang
This bug make my system unbootable. As this bug affects ALL people who uses lvm2, why mark the importance only medium? -- lvm volumes fail to mount when specified as /dev/vg-name/volume https://bugs.launchpad.net/bugs/430542 You received this bug notification because you are a member of Ubuntu Bu

[Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-09-21 Thread Scott James Remnant
Opening a mountall task to make it easier to track (since people tend to file bugs there first) The fix will come from lvm2 though ** Also affects: mountall (Ubuntu) Importance: Undecided Status: New ** Changed in: mountall (Ubuntu Karmic) Importance: Undecided => Medium ** Changed

[Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-09-18 Thread Rick Spencer
** Changed in: lvm2 (Ubuntu Karmic) Milestone: None => karmic-updates ** Changed in: lvm2 (Ubuntu Karmic) Milestone: karmic-updates => ubuntu-9.10-beta -- lvm volumes fail to mount when specified as /dev/vg-name/volume https://bugs.launchpad.net/bugs/430542 You received this bug notifica

[Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-09-17 Thread Robbie Williamson
** Changed in: lvm2 (Ubuntu Karmic) Importance: Critical => Medium ** Changed in: lvm2 (Ubuntu Karmic) Assignee: Robbie Williamson (robbie.w) => Scott James Remnant (scott) -- lvm volumes fail to mount when specified as /dev/vg-name/volume https://bugs.launchpad.net/bugs/430542 You recei

Re: [Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-09-17 Thread Scott James Remnant
On Thu, 2009-09-17 at 15:50 +, Rick Spencer wrote: > ** Changed in: lvm2 (Ubuntu Karmic) >Importance: High => Critical > > ** Changed in: lvm2 (Ubuntu Karmic) > Assignee: (unassigned) => Robbie Williamson (robbie.w) > Is Robbie going to personally fix this? :-) And could you stop g

[Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-09-17 Thread Rick Spencer
** Changed in: lvm2 (Ubuntu Karmic) Importance: High => Critical ** Changed in: lvm2 (Ubuntu Karmic) Assignee: (unassigned) => Robbie Williamson (robbie.w) -- lvm volumes fail to mount when specified as /dev/vg-name/volume https://bugs.launchpad.net/bugs/430542 You received this bug noti

[Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-09-17 Thread Lars Volker
This will do in Posix sh but uses sed: echo /dev/$DM_NAME | sed -e 's/-/\//g' -e 's/\/\//-/g' -- lvm volumes fail to mount when specified as /dev/vg-name/volume https://bugs.launchpad.net/bugs/430542 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-09-17 Thread Lars Volker
This does the trick in bash, but *not* in sh/dash: DM_NAME=ubuntu--vg-ubuntu--lv t=${DM_NAME//--/_} vg=${t%-*}; vg=${vg/_/-} lv=${t#*-}; lv=${lv/_/-} echo "/dev/$vg/$lv" -- lvm volumes fail to mount when specified as /dev/vg-name/volume https://bugs.launchpad.net/bugs/430542 You received this bu

[Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-09-16 Thread Scott James Remnant
Haven't figured out shell to split DM_NAME=ubuntu--vg-ubuntu--lv into /dev/ubuntu-vg/ubuntu-lv yet (which is how we think LVM does the -s, but we should check) ** Tags added: ubuntu-boot -- lvm volumes fail to mount when specified as /dev/vg-name/volume https://bugs.launchpad.net/bugs/4

[Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-09-16 Thread Scott James Remnant
Yup, this is because the /dev/vg/lv symlink is created by LVM and udev (and thus Upstart and mountall) know nothing about it. I guess the proper fix for this will be to add something to lvm2's udev rules to seed this symlink in there as well. -- lvm volumes fail to mount when specified as /dev/v

[Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-09-16 Thread Steve Langasek
I can reproduce this here with an fstab entry for "/dev/dario2/root". /var/log/udev attached, as requested by Scott. ** Attachment added: "udev" http://launchpadlibrarian.net/31904896/udev -- lvm volumes fail to mount when specified as /dev/vg-name/volume https://bugs.launchpad.net/bugs/43054

[Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-09-16 Thread Steve Langasek
** Changed in: lvm2 (Ubuntu) Importance: Undecided => High ** Also affects: lvm2 (Ubuntu Karmic) Importance: High Status: New ** Changed in: lvm2 (Ubuntu Karmic) Status: New => Triaged -- lvm volumes fail to mount when specified as /dev/vg-name/volume https://bugs.launchpad.

[Bug 430542] Re: lvm volumes fail to mount when specified as /dev/vg-name/volume

2009-09-16 Thread Lars Volker
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/31890143/Dependencies.txt -- lvm volumes fail to mount when specified as /dev/vg-name/volume https://bugs.launchpad.net/bugs/430542 You received this bug notification because you are a member of Ubuntu Bugs, which is subscr