* [linux-lvm] *** ANNOUNCEMENT *** LVM 1.0.4 available at www.sistina.com
@ 2002-05-02 16:56 AJ Lewis
2002-05-03 4:11 ` Patrick Caulfield
2002-05-20 19:29 ` Gregory Ade
0 siblings, 2 replies; 4+ messages in thread
From: AJ Lewis @ 2002-05-02 16:56 UTC (permalink / raw)
To: linux-lvm, lvm-devel
[-- Attachment #1: Type: text/plain, Size: 1381 bytes --]
Hi all,
To clarify, this is a stable release with bugfixes for 1.0.3 only. Try LVM2
if you want to track the latest developments in LVM.
LVM 1.0.4 supports both version 1 and 2 of the metadata.
There's *no* need to run any metadata update tools.
A tarball is available now at
<http://www.sistina.com/>
for download (Follow the "LVM 1.0" link).
Changelog for 1.0.3 to 1.0.4
Driver
------
o Support for NBD
o /proc/partitions segfault fixed
Tools
-----
o pvmove
- bug preventing moves beyond a 2GB offset fixed
- try to move snapshot extents rejected
- ignore_read bug fixed
Library
-------
o pv_move.c, liblvm.h
- bug preventing moves beyond a 2GB offset fixed
- ignore_read bug fixed
- try to move snapshot extents rejected
Send LVM related feedback to <linux-lvm@sistina.com>.
Thank you for your support of LVM.
--
AJ Lewis
Sistina Software Inc. Voice: 612-638-0500
1313 5th St SE, Suite 111 E-Mail: lewis@sistina.com
Minneapolis, MN 55414
http://www.sistina.com
Current GPG fingerprint = 7792 2F3E 9D86 DA4C 9111 7837 982D 737B 9DBC 4EC9
-----Begin Obligatory Humorous Quote----------------------------------------
Sticks and stones may break my bones, and so would an 80 lb. carrot.
-----End Obligatory Humorous Quote------------------------------------------
[-- Attachment #2: Type: application/pgp-signature, Size: 230 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-lvm] *** ANNOUNCEMENT *** LVM 1.0.4 available at www.sistina.com
2002-05-02 16:56 [linux-lvm] *** ANNOUNCEMENT *** LVM 1.0.4 available at www.sistina.com AJ Lewis
@ 2002-05-03 4:11 ` Patrick Caulfield
2002-05-20 19:29 ` Gregory Ade
1 sibling, 0 replies; 4+ messages in thread
From: Patrick Caulfield @ 2002-05-03 4:11 UTC (permalink / raw)
To: linux-lvm
Owning to user error (ie mine) the VFS lock patch in the 1.0.4 tarball is
incorrect.
If you need to to use snapshots with reiserfs or ext3 please get the VFS lock
patch from the 1.0.3 tarball or from
http://tech.sistina.com/cgi-bin/cvsweb.cgi/~checkout~/LVM/PATCHES/linux-2.4.18-VFS-lock.patch?rev=1.1
Sorry about that.
patrick
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-lvm] *** ANNOUNCEMENT *** LVM 1.0.4 available at www.sistina.com
2002-05-02 16:56 [linux-lvm] *** ANNOUNCEMENT *** LVM 1.0.4 available at www.sistina.com AJ Lewis
2002-05-03 4:11 ` Patrick Caulfield
@ 2002-05-20 19:29 ` Gregory Ade
2002-05-21 1:53 ` Patrick Caulfield
1 sibling, 1 reply; 4+ messages in thread
From: Gregory Ade @ 2002-05-20 19:29 UTC (permalink / raw)
To: linux-lvm
[-- Attachment #1: Type: text/plain, Size: 1103 bytes --]
On Thu, 2002-05-02 at 14:58, AJ Lewis wrote:
> To clarify, this is a stable release with bugfixes for 1.0.3 only. Try LVM2
> if you want to track the latest developments in LVM.
>
> LVM 1.0.4 supports both version 1 and 2 of the metadata.
>
> There's *no* need to run any metadata update tools.
So, just to be sure, if I have a system that is running LVM 0.91.beta-7,
I can install LVM 1.0.4 without worries?
I'm running a SuSE 7.2 install, which uses that version of LVM & their
own SuSE-fied kernel rpm, but due to other requirements, I'm going to
need to compile my own kernel from virgin sources. I'm going to be
building 2.4.18, specifically with the linux-abi (formerly known as
iBCS) patch, and figured I'd update everything with the latest LVM code
while I was at it. I also remembered that I need the VFS-lock patch,
since I want to do snapshots and we're running ReiserFS.
Anything I need to beware of, before doing this?
Thanks!
--
Gregory K. Ade <gkade@bigbrother.net>
http://bigbrother.net/~gkade
OpenPGP Key ID: EAF4844B keyserver: pgpkeys.mit.edu
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-lvm] *** ANNOUNCEMENT *** LVM 1.0.4 available at www.sistina.com
2002-05-20 19:29 ` Gregory Ade
@ 2002-05-21 1:53 ` Patrick Caulfield
0 siblings, 0 replies; 4+ messages in thread
From: Patrick Caulfield @ 2002-05-21 1:53 UTC (permalink / raw)
To: linux-lvm
On Mon, May 20, 2002 at 05:28:10PM -0700, Gregory Ade wrote:
> On Thu, 2002-05-02 at 14:58, AJ Lewis wrote:
> > To clarify, this is a stable release with bugfixes for 1.0.3 only. Try LVM2
> > if you want to track the latest developments in LVM.
> >
> > LVM 1.0.4 supports both version 1 and 2 of the metadata.
> >
> > There's *no* need to run any metadata update tools.
>
>
> So, just to be sure, if I have a system that is running LVM 0.91.beta-7,
> I can install LVM 1.0.4 without worries?
Yes you can.
> I'm running a SuSE 7.2 install, which uses that version of LVM & their
> own SuSE-fied kernel rpm, but due to other requirements, I'm going to
> need to compile my own kernel from virgin sources. I'm going to be
> building 2.4.18, specifically with the linux-abi (formerly known as
> iBCS) patch, and figured I'd update everything with the latest LVM code
> while I was at it. I also remembered that I need the VFS-lock patch,
> since I want to do snapshots and we're running ReiserFS.
>
> Anything I need to beware of, before doing this?
Yes, beware that I screwed up with the VFS lock patch and the wrong one is in
the 1.0.4 tarball - get the right one from here:
http://tech.sistina.com/cgi-bin/cvsweb.cgi/~checkout~/LVM/PATCHES/linux-2.4.18-VFS-lock.patch?rev=1.1
patrick
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-05-21 1:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-02 16:56 [linux-lvm] *** ANNOUNCEMENT *** LVM 1.0.4 available at www.sistina.com AJ Lewis
2002-05-03 4:11 ` Patrick Caulfield
2002-05-20 19:29 ` Gregory Ade
2002-05-21 1:53 ` Patrick Caulfield
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox