From: "Devon H. O'Dell" <devon.odell@gmail.com>
To: linux-lvm@redhat.com
Subject: [linux-lvm] 8TB logical volumes with LVM2
Date: Tue, 24 Jan 2006 19:50:04 -0800 [thread overview]
Message-ID: <9ab217670601241950m711f3e0dn@mail.gmail.com> (raw)
Hello folks,
I'm trying to configure a system with 2 12 port 3ware 9550SX SATA RAID
cards to join the two physical volumes exported by the cards into a
single logical volume. There are 24x400GB drives, so the total is just
above 8TB.
After running the following commands:
pvcreate --metadatasize 1024 /dev/sdb1
pvcreate --metadatasize 1024 /dev/sdc1
vgcreate -s 128M vg0 /dev/sdb1 /dev/sdc1
lvcreate -n lv0 -L8T vg0
The lvcreate command gobbles up CPU and memory as would be expected,
however, I get the following error message:
device-mapper device too small for target: /dev/sdb1
device mapper ioctl cmd 9 failed: Invalid argument.
could not load device vg0-lv0
failed to activate new LV
Am I doing something incorrectly? I've tried with both Fedora Core 3
and Fedora Core 4. Any pointers on how I should continue with this
would be greatly appreciated.
Kind regards,
Devon H. O'Dell
next reply other threads:[~2006-01-25 3:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-25 3:50 Devon H. O'Dell [this message]
2006-01-25 4:36 ` [linux-lvm] 8TB logical volumes with LVM2 DGS
2006-01-25 5:23 ` Devon H. O'Dell
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=9ab217670601241950m711f3e0dn@mail.gmail.com \
--to=devon.odell@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).