All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Ullmann <j.ullmann@evva.com>
To: linux-lvm@redhat.com
Subject: [linux-lvm] Problem with lvm2 and softwareraid
Date: Fri, 28 Oct 2005 16:05:11 +0200	[thread overview]
Message-ID: <43623017.7080906@evva.com> (raw)

Hello!

I'm building a backup to disk system and i have strange problem with lvm 
on top of 2 software raid 5 devices.
Each SW Raid-5 has 7x400GB HDDs (=2,4TB). On top of these two SW Raid 
devices I created one big LV with 4,8TB.
I use Reiserfs as filesystem. I worked fine while the disk usage was 
below 1,5TB, above that, the Filesystem was destroyed. I tried the same 
with ext3 and had the same results.  So I't not the Filesystem. I also 
checked the Softwareraid and the LV for any Problems but i haven't found 
anything.
After reading many Mails/howtos/man-pages I quess that LVM can't handle 
PV's which are larger than 2TB is this correct?
I haven't found anything in the documentation about the maximum PV size.

thanks for any help.

My setup looks like this:
Debian testing 2.6.12-1-686-smp
lvm2  2.01.04-5
mdadm  1.12.0-1

14x400GB SATA Hdds on two 3-Ware controllers.
mdadm --create /dev/md0 --chunk=64 --level=raid5 --raid-devices=7 
/dev/sd[bcdefgh]1
mdadm --create /dev/md1 --chunk=64 --level=raid5 --raid-devices=7 
/dev/sd[ijklmno]1

pvcreate /dev/md0 (Softwareraid controller1)
pvcreate /dev/md1 (Softwareraid controller2)
vgcreate vg0 --physicalextentsize 16M /dev/md0 /dev/md1
lvcreate --stripes 2 --stripesize 64 -l <extends> --name backup vg0

I get this Filesystem errors:
Oct 21 15:30:02 backup1 kernel: ReiserFS: warning: is_tree_node: node 
level 42225 does not match to the expected one 2
Oct 21 15:30:02 backup1 kernel: ReiserFS: dm-0: warning: vs-5150: 
search_by_key: invalid format found in block 73668. Fsck?
Oct 21 15:30:02 backup1 kernel: ReiserFS: dm-0: warning: zam-7001: io 
error in reiserfs_find_entry

-- 
Johannes Ullmann
IT-Services

EVVA-Werk Gesellschaft m.b.H. & Co. KG
Wienerbergstra�e 59-65
A-1120 Wien
Tel.: +43-1-811 65 / 505
Fax: +43-1-811 65 / 16
e-mail: j.ullmann@evva.com
homepage: http://www.evva.com

             reply	other threads:[~2005-10-28 14:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-28 14:05 Johannes Ullmann [this message]
2005-10-28 17:34 ` [linux-lvm] Problem with lvm2 and softwareraid Zac Slade
  -- strict thread matches above, loose matches on Subject: below --
2005-10-28 14:12 Johannes Ullmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43623017.7080906@evva.com \
    --to=j.ullmann@evva.com \
    --cc=linux-lvm@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.