[Bug 139337] Re: after upgrading from feisty to gutsy, /dev/mapper no longer contains my LVM volume group

2008-12-07 Thread Javier Jardón
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: lvm2 (Ubuntu)
   Status: Incomplete = Invalid

-- 
after upgrading from feisty to gutsy, /dev/mapper no longer contains my LVM 
volume group
https://bugs.launchpad.net/bugs/139337
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 139337] Re: after upgrading from feisty to gutsy, /dev/mapper no longer contains my LVM volume group

2007-11-20 Thread Mark Stinson
My Fiesty-Gutsy Upgrade wouldn't let me back in after the screensaver
kicked in. I had to hard shutdown my machine. Here's an email I just
sent to some of my friends (the irony that I've all typed up for you
already. LOL)

   1. I booted with the Xubuntu 7.10 alternate CD started rescue mode. No sense 
going back.
   2. I chose my / partition for the shell and manually mounted all my Logical 
Disks to there respective mount points (/usr, so forth.) which used 
/dev/mapper/vg_pool-lv_usr convention
   3. I ran `apt-get upgrade` which after a while told me to run ` dpkg 
--configure -a`. That completed the Upgrade.
   4. When it rebooted, it still gave me the error about not finding or cannot 
e2fsck the LVM devices
   5. I checked the /etc/fstab which had them as /dev/mapper/vg_pool-lv_usr 
(and so forth). When I `ls /dev/mapper` their names had changed to 
/dev/mapper/lvm2|vg_pool|lv_usr (dashes were now vertical pipes with an extra 
bit of stuff in the front. What the ??? )
   6. Backed up my fstab and made the corrections with nano editor (no vi 
available)
   7. It's alive. ... Well, mostly. I have to manually drop back a kernel 
version to my old version. I guess I still need to do that upgrade from 2.6.16 
to 2.6.20. Hopefully, I won't kill it again. I'll be doing it in single user 
mode.

   So apparently, there was some changes to LVM from the volume groups
- logical volumes to disk mgmt | vg | lv. That makes sense so
enterprise and other folks can start mixing legacy and future LVM
revisions.

UPDATE: I booted the machine with the previous kernel 2.6.16, did an
`init 1` for single user. I then re-ran `apt-get upgrade` followed by `
dpkg --configure -a` again. Guess there was some more configuring to do.
At the very end it generated the /boot/initrd.img-2.6.22-14-generic. Now
I can boot just fine. Now I need to figure out why my X.org is consuming
100% - 135% utilization on my dual core.

Hope this helps you out. Mark S.

-- 
after upgrading from feisty to gutsy, /dev/mapper no longer contains my LVM 
volume group
https://bugs.launchpad.net/bugs/139337
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139337] Re: after upgrading from feisty to gutsy, /dev/mapper no longer contains my LVM volume group

2007-11-15 Thread Bernhard Bock
I was also hit by this bug. Together with a non-working EVMS (see bug
#124641), it really gave me a hard time after upgrading my server...

For me, the workaround was to uninstall the EVMS package and manually
put in a startup script to detect the VGs, as panos lined out in the
comment above.

-- 
after upgrading from feisty to gutsy, /dev/mapper no longer contains my LVM 
volume group
https://bugs.launchpad.net/bugs/139337
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139337] Re: after upgrading from feisty to gutsy, /dev/mapper no longer contains my LVM volume group

2007-11-08 Thread Bart Verwilst
The _new_ way of mounting is through evms?? IIRC EVMS has been an
improvement on LVM1, but has been superseded by LVM2 since then. I dont
even think EVMS is currently still under development anymore..

-- 
after upgrading from feisty to gutsy, /dev/mapper no longer contains my LVM 
volume group
https://bugs.launchpad.net/bugs/139337
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139337] Re: after upgrading from feisty to gutsy, /dev/mapper no longer contains my LVM volume group

2007-11-08 Thread panos
I ran into exact the same problem when I tried to set up a ext3 partition for 
LVM. I have no idea what evms is, but the workaround is found in the lvm HOWTO, 
section 7.2 (http://tldp.org/HOWTO/LVM-HOWTO/initscriptdebian.html).
Installing the init script solved the problem for me. However, I am asking 
myself why this * script is not provided by the lvm2 package, saving me 
some hours of my time ...

-- 
after upgrading from feisty to gutsy, /dev/mapper no longer contains my LVM 
volume group
https://bugs.launchpad.net/bugs/139337
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139337] Re: after upgrading from feisty to gutsy, /dev/mapper no longer contains my LVM volume group

2007-11-07 Thread Mathieu De Zutter
The new way of mounting volume groups is through evms.
However, evms does not run nice with the 2.6.22 kernel if you do not manage 
*all* partitions (including root) through evms.

So your options:
* install evms and run an older kernel (very annoying if you have nvidia 
graphics)
* install evms and use it also for your root fs (I did not manage to do this)
* make your lvm volumes activate automatically (through udev? rc#.d doesn't 
seem to work)

-- 
after upgrading from feisty to gutsy, /dev/mapper no longer contains my LVM 
volume group
https://bugs.launchpad.net/bugs/139337
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139337] Re: after upgrading from feisty to gutsy, /dev/mapper no longer contains my LVM volume group

2007-09-15 Thread Michael Brunton-Spall
Downloaded Gutsy Tribe 5 - Server Edition CD, installed from fresh,
adding the LVM drives during hte manual partitioning step.  Everything
worked fine until I rebooted at end of installation, to be met with the
same issue, got dropped into a maintenance shell.

I figured this was weird, as I could mount and see the drives during 
installation, so I had a look to see if there was anything I could do.
Sure enough, with a fresh install, the output from LVS shows that the drives 
are not actually marked as available.  running vgchange -a y data brought the 
drives online, and they promptly appeared in /dev/data and /dev/mapper/

Rebooting after having done that seems to forget, always fails the fsck,
and I need to activate the volume group, and then press Ctrl-D to
continue booting.

-- 
after upgrading from feisty to gutsy, /dev/mapper no longer contains my LVM 
volume group
https://bugs.launchpad.net/bugs/139337
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139337] Re: after upgrading from feisty to gutsy, /dev/mapper no longer contains my LVM volume group

2007-09-15 Thread Bart Verwilst
Indeed, the automatically mounting of the volume groups have been
disabled in Gutsy so it seems. Which is HIGHLY annoying. Any reason why?
Any other methods that got introduced that we don't know about?

Thanks!

-- 
after upgrading from feisty to gutsy, /dev/mapper no longer contains my LVM 
volume group
https://bugs.launchpad.net/bugs/139337
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139337] Re: after upgrading from feisty to gutsy, /dev/mapper no longer contains my LVM volume group

2007-09-13 Thread Jérôme Guelfucci
** Changed in: lvm2 (Ubuntu)
Sourcepackagename: None = lvm2

-- 
after upgrading from feisty to gutsy, /dev/mapper no longer contains my LVM 
volume group
https://bugs.launchpad.net/bugs/139337
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139337] Re: after upgrading from feisty to gutsy, /dev/mapper no longer contains my LVM volume group

2007-09-13 Thread Michael Brunton-Spall
I tried booting from kernel 2.6.20-15 instead of the newer 2.6.22-11,
but is hasn't made a differance, it still cant see the /dev/mapper/data
directories

-- 
after upgrading from feisty to gutsy, /dev/mapper no longer contains my LVM 
volume group
https://bugs.launchpad.net/bugs/139337
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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