All of lore.kernel.org
 help / color / mirror / Atom feed
* LVM/device mapper support for 2.6.0-test1?
@ 2003-07-18 16:55 Robert P. J. Day
  2003-07-18 17:30 ` Alasdair Kergon
  2003-07-18 17:35 ` Valdis.Kletnieks
  0 siblings, 2 replies; 5+ messages in thread
From: Robert P. J. Day @ 2003-07-18 16:55 UTC (permalink / raw)
  To: Linux kernel mailing list


  any pointers to LVM[2] support for 2.6?  that last message
for LVM and device mapper referred only to 2.4.  thanks.

rday

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

* Re: LVM/device mapper support for 2.6.0-test1?
  2003-07-18 16:55 LVM/device mapper support for 2.6.0-test1? Robert P. J. Day
@ 2003-07-18 17:30 ` Alasdair Kergon
  2003-07-19 12:30   ` Robert P. J. Day
  2003-07-18 17:35 ` Valdis.Kletnieks
  1 sibling, 1 reply; 5+ messages in thread
From: Alasdair Kergon @ 2003-07-18 17:30 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Linux kernel mailing list

On Fri, Jul 18, 2003 at 12:55:02PM -0400, Robert P. J. Day wrote:
>   any pointers to LVM[2] support for 2.6?  that last message
> for LVM and device mapper referred only to 2.4.  thanks.

You should use the patches joe submitted to l-k recently together with
the userspace library and tools in the tarballs on the ftp site.

Snapshots and pvmove are still being ported to 2.6.

Patches:
  http://www.ussg.iu.edu/hypermail/linux/kernel/0307.1/1023.html
  http://www.ussg.iu.edu/hypermail/linux/kernel/0307.1/1025.html
  http://www.ussg.iu.edu/hypermail/linux/kernel/0307.1/1027.html
[remove the blk.h includes now to patch cleanly]

Alasdair


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

* Re: LVM/device mapper support for 2.6.0-test1?
  2003-07-18 16:55 LVM/device mapper support for 2.6.0-test1? Robert P. J. Day
  2003-07-18 17:30 ` Alasdair Kergon
@ 2003-07-18 17:35 ` Valdis.Kletnieks
  1 sibling, 0 replies; 5+ messages in thread
From: Valdis.Kletnieks @ 2003-07-18 17:35 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Linux kernel mailing list

[-- Attachment #1: Type: text/plain, Size: 381 bytes --]

On Fri, 18 Jul 2003 12:55:02 EDT, "Robert P. J. Day" <rpjday@mindspring.com>  said:
> 
>   any pointers to LVM[2] support for 2.6?  that last message
> for LVM and device mapper referred only to 2.4.  thanks.

I've been running the  LVM2.2.00.01-rc2 and device-mapper.1.00.01-rc2
code with Joe Thornber's 'dm v4 ioctl' patch, and it works just fine except
for the lack of pvmove.


[-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --]

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

* Re: LVM/device mapper support for 2.6.0-test1?
  2003-07-18 17:30 ` Alasdair Kergon
@ 2003-07-19 12:30   ` Robert P. J. Day
  2003-07-19 14:11     ` Alasdair G Kergon
  0 siblings, 1 reply; 5+ messages in thread
From: Robert P. J. Day @ 2003-07-19 12:30 UTC (permalink / raw)
  To: Alasdair Kergon; +Cc: Linux kernel mailing list

On Fri, 18 Jul 2003, Alasdair Kergon wrote:

> On Fri, Jul 18, 2003 at 12:55:02PM -0400, Robert P. J. Day wrote:
> >   any pointers to LVM[2] support for 2.6?  that last message
> > for LVM and device mapper referred only to 2.4.  thanks.
> 
> You should use the patches joe submitted to l-k recently together with
> the userspace library and tools in the tarballs on the ftp site.
> 
> Snapshots and pvmove are still being ported to 2.6.

i just built (successfully, i think :-) LVM2 under 2.6.0-test1-ac2,
and without testing it yet, i noticed that there is, in fact,
a "pvmove" command.  does that mean that all the pvmove functionality
is there now?  or what does it mean?

rday

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

* Re: LVM/device mapper support for 2.6.0-test1?
  2003-07-19 12:30   ` Robert P. J. Day
@ 2003-07-19 14:11     ` Alasdair G Kergon
  0 siblings, 0 replies; 5+ messages in thread
From: Alasdair G Kergon @ 2003-07-19 14:11 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Linux kernel mailing list

On Sat, Jul 19, 2003 at 08:30:20AM -0400, Robert P. J. Day wrote:
> i just built (successfully, i think :-) LVM2 under 2.6.0-test1-ac2,
> and without testing it yet, i noticed that there is, in fact,
> a "pvmove" command.  does that mean that all the pvmove functionality
> is there now?  or what does it mean?

pvmove will only work with 2.4 kernels so far. 
It is still being ported to 2.6.

If you attempt to run pvmove on 2.6, it'll fail and you may need to run 
'pvmove --abort' to clean up the (failed) metadata changes.
 
Alasdair
-- 
agk@uk.sistina.com

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

end of thread, other threads:[~2003-07-19 13:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-18 16:55 LVM/device mapper support for 2.6.0-test1? Robert P. J. Day
2003-07-18 17:30 ` Alasdair Kergon
2003-07-19 12:30   ` Robert P. J. Day
2003-07-19 14:11     ` Alasdair G Kergon
2003-07-18 17:35 ` Valdis.Kletnieks

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.