[Bug 527666] Re: LVM Not mounting in Lucid

2010-03-18 Thread Arnulf Heimsbakk
This bug does not seem to be directly related to lvm, but rather to the
mountall command.

** Package changed: lvm2 (Ubuntu) => mountall (Ubuntu)

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527666] Re: LVM Not mounting in Lucid

2010-03-18 Thread freak007
I think also this bug is related to mountall.
if I press S in the boot sequence, I have my gdm login. Switching to VT1 an 
logging as root, I can mount fine my LV.

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527666] Re: LVM Not mounting in Lucid

2010-03-17 Thread Arnulf Heimsbakk
Should this bug be filed under package mountall? It doesn't seem to be a
lvm-bug.

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527666] Re: LVM Not mounting in Lucid

2010-03-15 Thread Amit Kucheria
** Changed in: lvm2 (Ubuntu)
   Importance: Medium => High

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 527666] Re: LVM Not mounting in Lucid

2010-03-15 Thread DevenPhillips
Yep, just happened to me again after a reboot to install some updates.
Here's my configuration details:

LVM2 -
r...@dphillips-desktop:~# pvdisplay
  --- Physical volume ---
  PV Name   /dev/sdb
  VG Name   VirtualMachines
  PV Size   465.76 GiB / not usable 12.02 MiB
  Allocatable   yes
  PE Size   16.00 MiB
  Total PE  29808
  Free PE   2928
  Allocated PE  26880
  PV UUID   tr32vc-YYU7-97Wj-fJ2r-Q5pT-VmmY-jkdmvC

r...@dphillips-desktop:~# lvdisplay
  --- Logical volume ---
  LV Name/dev/VirtualMachines/TERM15
  VG NameVirtualMachines
  LV UUIDIILyg1-Jrrh-Rg8a-bA0d-TvEf-tvVK-5lPmVn
  LV Write Accessread/write
  LV Status  available
  # open 0
  LV Size30.00 GiB
  Current LE 1920
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   252:0

  --- Logical volume ---
  LV Name/dev/VirtualMachines/WINXP
  VG NameVirtualMachines
  LV UUIDJvrlrc-F3DD-gkcA-9vKd-LY8f-QXi3-Lqj5Vf
  LV Write Accessread/write
  LV Status  available
  # open 0
  LV Size40.00 GiB
  Current LE 2560
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   252:1

  --- Logical volume ---
  LV Name/dev/VirtualMachines/CentOS
  VG NameVirtualMachines
  LV UUIDVXRec0-xRzp-ndR7-GsSW-nYPn-mzpu-B4eRqM
  LV Write Accessread/write
  LV Status  available
  # open 0
  LV Size30.00 GiB
  Current LE 1920
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   252:2

  --- Logical volume ---
  LV Name/dev/VirtualMachines/BackUp
  VG NameVirtualMachines
  LV UUIDeBW0Na-tTTt-88Nx-711s-4S7m-6ihi-2NeX3c
  LV Write Accessread/write
  LV Status  available
  # open 1
  LV Size100.00 GiB
  Current LE 6400
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   252:3

  --- Logical volume ---
  LV Name/dev/VirtualMachines/Music
  VG NameVirtualMachines
  LV UUIDrhk9FS-kJ8a-rtCm-9gqS-tMMA-uu1n-b2MRb3
  LV Write Accessread/write
  LV Status  available
  # open 0
  LV Size200.00 GiB
  Current LE 12800
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   252:4

  --- Logical volume ---
  LV Name/dev/VirtualMachines/Temp
  VG NameVirtualMachines
  LV UUIDu4CeIR-FuXN-NYuz-i5iG-sMun-cNDV-BjXIe1
  LV Write Accessread/write
  LV Status  available
  # open 0
  LV Size20.00 GiB
  Current LE 1280
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   252:5

r...@dphillips-desktop:~# vgdisplay
  --- Volume group ---
  VG Name   VirtualMachines
  System ID
  Formatlvm2
  Metadata Areas1
  Metadata Sequence No  29
  VG Access read/write
  VG Status resizable
  MAX LV0
  Cur LV6
  Open LV   1
  Max PV0
  Cur PV1
  Act PV1
  VG Size   465.75 GiB
  PE Size   16.00 MiB
  Total PE  29808
  Alloc PE / Size   26880 / 420.00 GiB
  Free  PE / Size   2928 / 45.75 GiB
  VG UUID   hW9nbI-HfEg-FI2C-koPx-WTrT-r0Ui-M4viTX

I am mounting the "BackUp" LV as "/home" when booting via fstab. It's
an ext4 filesystem.

Thanks,

Deven

On Mon, Mar 15, 2010 at 11:16 AM, Arnulf Heimsbakk
 wrote:
>
> ** Attachment added: "mountall.debug.ah"
>   http://launchpadlibrarian.net/40959215/mountall.debug.ah
>
> --
> LVM Not mounting in Lucid
> https://bugs.launchpad.net/bugs/527666
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 527666] Re: LVM Not mounting in Lucid

2010-03-15 Thread Arnulf Heimsbakk

** Attachment added: "mountall.debug.ah"
   http://launchpadlibrarian.net/40959215/mountall.debug.ah

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527666] Re: LVM Not mounting in Lucid

2010-03-15 Thread Arnulf Heimsbakk
I'm adding my fstab and mountall debug output. This time it hangs on
/var.

The postfix .ah is my initials.

** Attachment added: "fstab.ah"
   http://launchpadlibrarian.net/40959206/fstab.ah

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527666] Re: LVM Not mounting in Lucid

2010-03-14 Thread Amit Kucheria
Picture of output with --debug is captured here:

http://share.ovi.com/media/amit.kucheria.Public/amit.kucheria.10006

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527666] Re: LVM Not mounting in Lucid

2010-03-14 Thread Amit Kucheria
Confirming that it 'hangs' after the first boot for multiple LVM mounts.
Increasing importance and assigning to Scott.

I guess Scott will want debug output after adding --debug to the
mountall command in /etc/init/mountall.conf

** Changed in: lvm2 (Ubuntu)
 Assignee: (unassigned) => Scott James Remnant (scott)

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527666] Re: LVM Not mounting in Lucid

2010-03-14 Thread Amit Kucheria
** Changed in: lvm2 (Ubuntu)
   Importance: Undecided => Medium

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527666] Re: LVM Not mounting in Lucid

2010-03-12 Thread Arnulf Heimsbakk
I create one VG on one PV. In that VG I create six LVs.

I try to mount all six LVs by fstab:

/home
/opt
/tmp
/usr
/var
/var/log

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 527666] Re: LVM Not mounting in Lucid

2010-03-11 Thread DevenPhillips
I have several PVs in 1 VG with several LVs, but only the /home volume is
automounted by fstab.  I believe that others here are saying multiple LVs
mounted by fstab.

Deven

On Mar 11, 2010 9:10 PM, "doclist"  wrote:

When you say LVM partition do you mean physical partition, LVM volume
group or LVM logical volume? I experience this problem intermittently
wtih 1 volume group and 3 logical volumes.


-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notifica...

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527666] Re: LVM Not mounting in Lucid

2010-03-11 Thread doclist
When you say LVM partition do you mean physical partition, LVM volume
group or LVM logical volume? I experience this problem intermittently
wtih 1 volume group and 3 logical volumes.

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527666] Re: LVM Not mounting in Lucid

2010-03-11 Thread Arnulf Heimsbakk
Hi,

I can reproduce this problem every new install (ubuntu-minimal on x86).

I've been testing around. Using only two or three LVM partitions seem to
work every time. No problem booting there.

Using four LVM partitions or in my case six partitions seems to be a
problem. It varies on how many LVM partitions which is detected in the
boot sequence. Usually four, but at some boots five and even three.

Arnulf

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 527666] Re: LVM Not mounting in Lucid

2010-03-11 Thread DevenPhillips
I have to agree with Philip. On my system with just /home as an LVM
volume, the latest updates appear to have fixed my problem. Now, I
would remind you that this is Ubuntu Desktop, 64 bit.

Thanks,

Deven

On Thu, Mar 11, 2010 at 4:50 AM, Arnulf Heimsbakk
 wrote:
> Did a new test today.
>
> Kickstart installation with netboot image. I used no.archive.ubuntu.com
> as mirror.
>
> Installation and and the first reboot went fine. All six LVM-volumes was
> discovered:
>
> /home
> /opt
> /tmp
> /usr
> /var
> /var/log
>
> All reboots after the first missed one or more LVM volumes and started
> to hang on random volume again. I am at a loss here. Why did it work on
> the first reboot, but not with subsequent reboots?
>
> Suggestion how I should debug this would be appreciated. Or is there any
> sensible place to insert a delay somewhere to work around this problem?
>
> --
> LVM Not mounting in Lucid
> https://bugs.launchpad.net/bugs/527666
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527666] Re: LVM Not mounting in Lucid

2010-03-11 Thread Arnulf Heimsbakk
Did a new test today.

Kickstart installation with netboot image. I used no.archive.ubuntu.com
as mirror.

Installation and and the first reboot went fine. All six LVM-volumes was
discovered:

/home
/opt
/tmp
/usr
/var
/var/log

All reboots after the first missed one or more LVM volumes and started
to hang on random volume again. I am at a loss here. Why did it work on
the first reboot, but not with subsequent reboots?

Suggestion how I should debug this would be appreciated. Or is there any
sensible place to insert a delay somewhere to work around this problem?

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527666] Re: LVM Not mounting in Lucid

2010-03-10 Thread Phillip Susi
It seemed to work fine for me last night.  I created an LVM snapshot of
my 9.10 root, rebooted using the snapshot as the root, then upgraded to
lucid.  Rebooted back into the original 9.10 root, then again into the
lucid snapshot without issue.

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527666] Re: LVM Not mounting in Lucid

2010-03-10 Thread Stephan Hermann
Hmmm...
since the last dist-upgrade with new kernel, new initramfs-tools and new 
mountall package it works here for me...

I'm trying to reproduce it somehow, because I think there is something
like a timing race condition..I'm not sure

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527666] Re: LVM Not mounting in Lucid

2010-03-10 Thread Arnulf Heimsbakk
I use the attached script to create partitions on servers as a step in
my kickstart installation.

I can confirm a regression since the last LTS release. When I reboot
Lucid with the new partition setup, the boot screen hangs on random
partition, usually /tmp, /var or /usr.

Last tested of me on Lucid Alpha 3 in a VirtualBox setup on x86.

LVM works fine before reboot. The boot goes very fast, does it wait for
proper LVM discovery?

** Attachment added: "lvm-parts.sh"
   http://launchpadlibrarian.net/40705999/lvm-parts.sh

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527666] Re: LVM Not mounting in Lucid

2010-03-09 Thread Stephan Hermann
I'm setting this from Incomplete to Confirmed. The reason is 
1) what Deven said below (the instructions are somewhat not applyable to lucid) 
2) We have at least two people hitting the very same problem (one of them is my 
person and the other one is amitk (check 
http://irclogs.ubuntu.com/2010/03/08/%23ubuntu-devel.html)

The way to reproduce:
1. create a VG
2. create a LV on the VG
3. Mount the LV via fstab and reboot your server (it happened on ubuntu lucid 
server flavour)
4. wait and see

This is a regression from karmic and should be fixed before release.

@bug triaging team: please set the correct "regression" tag (as I don't
know the correct workflow)

I wonder if we should move this bug from lvm2 to initramfs, because lvm2
in general does work as a charm...it's only the boot up area.


** Changed in: lvm2 (Ubuntu)
   Status: Incomplete => Confirmed

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527666] Re: LVM Not mounting in Lucid

2010-03-01 Thread DevenPhillips
Additionally, the /sbin/udevtrigger command does not exist on Lucid.

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 527666] Re: LVM Not mounting in Lucid

2010-03-01 Thread DevenPhillips
OK, looking at this finally. I'm getting ready for my wedding, so
sorry for the slow response.

First, there is no /scripts/init-premount/udev

Second, the --verbose and --suppress-syslog options are not valid for
udevd inside of initramfs

Thanks,

Deven

On Thu, Feb 25, 2010 at 2:16 PM, Anzenketh  wrote:
> Thank you for taking the time to report this bug and helping to make
> Ubuntu better. Unfortunately we can't fix it without more information.
> Please include the information requested at
> https://wiki.ubuntu.com/DebuggingLvm as separate attachments.
>
> ** Changed in: lvm2 (Ubuntu)
>       Status: New => Incomplete
>
> --
> LVM Not mounting in Lucid
> https://bugs.launchpad.net/bugs/527666
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 527666] Re: LVM Not mounting in Lucid

2010-02-26 Thread freak007
I have a similar problem with lvm. But I don't know if it's the same.
Sometimes (very often indeed) during boot process, my lvm volumes are mounted 
but empty ! Of course, I'm unable to access to my desktop. 
After some boots, my volumes are good and all works fine.
dmesg not show anything.

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527666] Re: LVM Not mounting in Lucid

2010-02-25 Thread Anzenketh
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers.  You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage.  I have classified this
bug as a bug in lvm2.

When reporting bugs in the future please use apport, either via the
appropriate application's "Help -> Report a Problem" menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu => lvm2 (Ubuntu)

** Tags added: regression-potential

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527666] Re: LVM Not mounting in Lucid

2010-02-25 Thread Anzenketh
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately we can't fix it without more information.
Please include the information requested at
https://wiki.ubuntu.com/DebuggingLvm as separate attachments.

** Changed in: lvm2 (Ubuntu)
   Status: New => Incomplete

-- 
LVM Not mounting in Lucid
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs