All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] LVM2 and Kernel 2.5.xx
@ 2002-10-07  1:45 david
  2002-10-07  3:38 ` Joe Thornber
  2002-10-07  3:51 ` Heinz J . Mauelshagen
  0 siblings, 2 replies; 5+ messages in thread
From: david @ 2002-10-07  1:45 UTC (permalink / raw)
  To: linux-lvm

To anyone who might listen...

I get this error:

lvm.c:1: #error Broken until maintainers will sanitize kdev_t 
handling.
---end error---
Based on a note from Linus about new kdev_t... it looks like 
this is still under construction...

Can someone tell me which 2.5.xx kernel is currently working 
with LVM... so I dont have to download everyone and try each 
one... 

Thanks

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-lvm] LVM2 and Kernel 2.5.xx
  2002-10-07  1:45 [linux-lvm] LVM2 and Kernel 2.5.xx david
@ 2002-10-07  3:38 ` Joe Thornber
  2002-10-07  3:51 ` Heinz J . Mauelshagen
  1 sibling, 0 replies; 5+ messages in thread
From: Joe Thornber @ 2002-10-07  3:38 UTC (permalink / raw)
  To: linux-lvm

On Sun, Oct 06, 2002 at 11:38:26PM -0700, david@lownoisefloor.com wrote:
> To anyone who might listen...
> 
> I get this error:
> 
> lvm.c:1: #error Broken until maintainers will sanitize kdev_t 
> handling.
> ---end error---
> Based on a note from Linus about new kdev_t... it looks like 
> this is still under construction...
> 
> Can someone tell me which 2.5.xx kernel is currently working 
> with LVM... so I dont have to download everyone and try each 
> one... 

The plan is to replace the LVM1 driver with device-mapper very shortly.

- Joe

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-lvm] LVM2 and Kernel 2.5.xx
  2002-10-07  1:45 [linux-lvm] LVM2 and Kernel 2.5.xx david
  2002-10-07  3:38 ` Joe Thornber
@ 2002-10-07  3:51 ` Heinz J . Mauelshagen
  2002-10-07  9:47   ` Kai Weber
  1 sibling, 1 reply; 5+ messages in thread
From: Heinz J . Mauelshagen @ 2002-10-07  3:51 UTC (permalink / raw)
  To: linux-lvm

As mentioned a couple of days ago on this list, we are working on submitting
the device-mapper code to Linus ASAP. This is supposed to be the replacement for
the LVM1 driver in 2.5 together with the LVM2 tools (which are LVM1 compatible).

We'll continuer to support LVM1 on 2.4.

On Sun, Oct 06, 2002 at 11:38:26PM -0700, david@lownoisefloor.com wrote:
> To anyone who might listen...
> 
> I get this error:
> 
> lvm.c:1: #error Broken until maintainers will sanitize kdev_t 
> handling.
> ---end error---
> Based on a note from Linus about new kdev_t... it looks like 
> this is still under construction...
> 
> Can someone tell me which 2.5.xx kernel is currently working 
> with LVM... so I dont have to download everyone and try each 
> one... 
> 
> Thanks
> 
> 
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/

-- 

Regards,
Heinz    -- The LVM Guy --

*** Software bugs are stupid.
    Nevertheless it needs not so stupid people to solve them ***

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Heinz Mauelshagen                                 Sistina Software Inc.
Senior Consultant/Developer                       Am Sonnenhang 11
                                                  56242 Marienrachdorf
                                                  Germany
Mauelshagen@Sistina.com                           +49 2626 141200
                                                       FAX 924446
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-lvm] LVM2 and Kernel 2.5.xx
  2002-10-07  3:51 ` Heinz J . Mauelshagen
@ 2002-10-07  9:47   ` Kai Weber
  2002-10-09  6:09     ` Heinz J . Mauelshagen
  0 siblings, 1 reply; 5+ messages in thread
From: Kai Weber @ 2002-10-07  9:47 UTC (permalink / raw)
  To: linux-lvm

+ Heinz J . Mauelshagen <mauelshagen@sistina.com>:

> the device-mapper code to Linus ASAP. This is supposed to be the
> replacement for the LVM1 driver in 2.5 together with the LVM2 tools
> (which are LVM1 compatible).

How will the migration from LVM1 to LVM2 work? Would LVM1 volumes
be easily convertible into LVM2 without data loss?

Kai

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-lvm] LVM2 and Kernel 2.5.xx
  2002-10-07  9:47   ` Kai Weber
@ 2002-10-09  6:09     ` Heinz J . Mauelshagen
  0 siblings, 0 replies; 5+ messages in thread
From: Heinz J . Mauelshagen @ 2002-10-09  6:09 UTC (permalink / raw)
  To: linux-lvm

On Mon, Oct 07, 2002 at 04:33:59PM +0200, Kai Weber wrote:
> + Heinz J . Mauelshagen <mauelshagen@sistina.com>:
> 
> > the device-mapper code to Linus ASAP. This is supposed to be the
> > replacement for the LVM1 driver in 2.5 together with the LVM2 tools
> > (which are LVM1 compatible).
> 
> How will the migration from LVM1 to LVM2 work? Would LVM1 volumes
> be easily convertible into LVM2 without data loss?

LVM2 is completely metadata format compatible with LVM1.
IOW: it supports the LVM1 metadata read-write.

The upgrade is a matter of installing the LVM2 and device-mapper
software (properly ;-) and running "vgscan ; vgchange -ay".


> 
> Kai
> 
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/

-- 

Regards,
Heinz    -- The LVM Guy --

*** Software bugs are stupid.
    Nevertheless it needs not so stupid people to solve them ***

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Heinz Mauelshagen                                 Sistina Software Inc.
Senior Consultant/Developer                       Am Sonnenhang 11
                                                  56242 Marienrachdorf
                                                  Germany
Mauelshagen@Sistina.com                           +49 2626 141200
                                                       FAX 924446
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-10-09  6:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-07  1:45 [linux-lvm] LVM2 and Kernel 2.5.xx david
2002-10-07  3:38 ` Joe Thornber
2002-10-07  3:51 ` Heinz J . Mauelshagen
2002-10-07  9:47   ` Kai Weber
2002-10-09  6:09     ` Heinz J . Mauelshagen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.