From: Zac Slade <krakrjak@volumehost.com>
To: LVM general discussion and development <linux-lvm@redhat.com>
Subject: Re: [linux-lvm] Problem with lvm2 and softwareraid
Date: Fri, 28 Oct 2005 12:34:55 -0500 [thread overview]
Message-ID: <1130520895.4362613f9fc02@webmail.volumehost.com> (raw)
In-Reply-To: <43623017.7080906@evva.com>
Quoting Johannes Ullmann <j.ullmann@evva.com>:
> 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.
Yes and No. There was a max pv size. If you use metadata format for version 1
it has a hard limit of 2 TiB for a pv size. Using metadata format version 2 it
is an unsigned long int so the max pv size is 4 exabytes in length. If you feel
that the pv size is holding you back you can force metadata version 2 when you
execute pvcreate (e.g. pvcreate -M1 for metadata version 1 or pvcreate -M2 for
metadata version 2).
> thanks for any help.
I hope that helps. I can't imagine it actually being in reiser so I'd try
recreating the pvs.
Zac Slade
krakrjak@volumehost.com
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
next prev parent reply other threads:[~2005-10-28 17:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-28 14:05 [linux-lvm] Problem with lvm2 and softwareraid Johannes Ullmann
2005-10-28 17:34 ` Zac Slade [this message]
-- 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=1130520895.4362613f9fc02@webmail.volumehost.com \
--to=krakrjak@volumehost.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.