* [linux-lvm] Linux 2.4.16+SMP+Ext3+LVM snapshots
@ 2001-11-29 23:13 Brian
0 siblings, 0 replies; 3+ messages in thread
From: Brian @ 2001-11-29 23:13 UTC (permalink / raw)
To: linux-lvm
So I'm building a file server with a 3ware raid card (6800, maybe replaced
with a 7800).
This is a dual-1.2 Athlon running 2.4.16 with LVM sitting below our ~700GB
ext3 data partition. At first, we used the lvm support included in the
kernel.
After some copying, I tested
lvcreate -s -l 200 -n test1 /dev/vol0/cobra
The snapshot was corrupt. Known problem. Fair enough.
So I grabbed lvm 1.0.1 (released a couple days ago). I patched the kernel
with the new lvm and the VFS-lock patch for 2.4.11. There were quite a
few offsets, but it otherwise applied cleanly.
I started a big cp off an NFS mount and ran
lvcreate -s -l 200 -n test1 /dev/vol0/cobra
The cp and lvcreate deadlocked. Both are frozen in D state and they're
not coming out.
Snapshots were the big reason for us to use LVM, so this is not good.
Help!
-- Brian
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [linux-lvm] Linux 2.4.16+SMP+Ext3+LVM snapshots
@ 2001-11-30 1:21 Jean-Eric Cuendet
2001-11-30 9:40 ` Andreas Dilger
0 siblings, 1 reply; 3+ messages in thread
From: Jean-Eric Cuendet @ 2001-11-30 1:21 UTC (permalink / raw)
To: linux-lvm
> So I grabbed lvm 1.0.1 (released a couple days ago). I
> patched the kernel
> with the new lvm and the VFS-lock patch for 2.4.11. There
Is VFS-lock patch necessary to run LVM?
I have LVM 1.0.1 on some of our servers without any problem, but what is
the goal of this patch?
Thanks
-jec
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-lvm] Linux 2.4.16+SMP+Ext3+LVM snapshots
2001-11-30 1:21 [linux-lvm] Linux 2.4.16+SMP+Ext3+LVM snapshots Jean-Eric Cuendet
@ 2001-11-30 9:40 ` Andreas Dilger
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Dilger @ 2001-11-30 9:40 UTC (permalink / raw)
To: Jean-Eric Cuendet; +Cc: linux-lvm
On Nov 30, 2001 08:24 +0100, Jean-Eric Cuendet wrote:
> > So I grabbed lvm 1.0.1 (released a couple days ago). I
> > patched the kernel
> > with the new lvm and the VFS-lock patch for 2.4.11. There
>
> Is VFS-lock patch necessary to run LVM?
> I have LVM 1.0.1 on some of our servers without any problem, but what is
> the goal of this patch?
You only need it if you are making snapshots of journaled filesystems
(e.g. ext3, reiserfs, XFS).
Cheers, Andreas
--
Andreas Dilger
http://sourceforge.net/projects/ext2resize/
http://www-mddsp.enel.ucalgary.ca/People/adilger/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-11-30 9:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-30 1:21 [linux-lvm] Linux 2.4.16+SMP+Ext3+LVM snapshots Jean-Eric Cuendet
2001-11-30 9:40 ` Andreas Dilger
-- strict thread matches above, loose matches on Subject: below --
2001-11-29 23:13 Brian
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.