linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
* [linux-lvm] 8TB logical volumes with LVM2
@ 2006-01-25  3:50 Devon H. O'Dell
  2006-01-25  4:36 ` DGS
  0 siblings, 1 reply; 3+ messages in thread
From: Devon H. O'Dell @ 2006-01-25  3:50 UTC (permalink / raw)
  To: linux-lvm

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [linux-lvm] 8TB logical volumes with LVM2
  2006-01-25  3:50 [linux-lvm] 8TB logical volumes with LVM2 Devon H. O'Dell
@ 2006-01-25  4:36 ` DGS
  2006-01-25  5:23   ` Devon H. O'Dell
  0 siblings, 1 reply; 3+ messages in thread
From: DGS @ 2006-01-25  4:36 UTC (permalink / raw)
  To: LVM general discussion and development

On Tue, Jan 24, 2006 at 07:50:04PM -0800, Devon H. O'Dell wrote:
> 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.

I did pretty much the same thing on a Caos Linux system with two
twelve-port 3ware 9000 SATA raid and twenty-four 250 GB disks,
creating one big 6.6T file system.  No problems to report from
here.  You did make GPT labels on the two SCSI devices, didn't
you?

David S.

> 
> 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
> 
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [linux-lvm] 8TB logical volumes with LVM2
  2006-01-25  4:36 ` DGS
@ 2006-01-25  5:23   ` Devon H. O'Dell
  0 siblings, 0 replies; 3+ messages in thread
From: Devon H. O'Dell @ 2006-01-25  5:23 UTC (permalink / raw)
  To: LVM general discussion and development

2006/1/24, DGS <dgs@gs.washington.edu>:
> On Tue, Jan 24, 2006 at 07:50:04PM -0800, Devon H. O'Dell wrote:
> > 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.
>
> I did pretty much the same thing on a Caos Linux system with two
> twelve-port 3ware 9000 SATA raid and twenty-four 250 GB disks,
> creating one big 6.6T file system.  No problems to report from
> here.  You did make GPT labels on the two SCSI devices, didn't
> you?
>
> David S.

Apparently not. I've got it now; I did indeed need to create the GPT
labels. Thanks for the reminder; I appreciate it.

--Devon

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-01-25  5:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-25  3:50 [linux-lvm] 8TB logical volumes with LVM2 Devon H. O'Dell
2006-01-25  4:36 ` DGS
2006-01-25  5:23   ` Devon H. O'Dell

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).