Linux LVM users
 help / color / mirror / Atom feed
* [linux-lvm] Best way to create a 540GB LVM Volume?
@ 2002-06-24 14:07 Austin Gonyou
  2002-06-24 14:16 ` Petro
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Austin Gonyou @ 2002-06-24 14:07 UTC (permalink / raw)
  To: Linux LVM Mailinglist

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

I've got 14 FC1 disks in a PV660F. I want to take 7 of them and make a
large volume. I can't seem to make a > 450 GB volume though, even though
lvdisplay is showing xxMB PE free. 

I'm using default 4mb and also 8mb extentsize when creating the VG.
Please advise.


-- 
Austin Gonyou <austin@coremetrics.com>
Coremetrics, Inc.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 232 bytes --]

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

* Re: [linux-lvm] Best way to create a 540GB LVM Volume?
  2002-06-24 14:07 [linux-lvm] Best way to create a 540GB LVM Volume? Austin Gonyou
@ 2002-06-24 14:16 ` Petro
  2002-06-24 14:22 ` Tim
  2002-06-24 14:35 ` bscott
  2 siblings, 0 replies; 5+ messages in thread
From: Petro @ 2002-06-24 14:16 UTC (permalink / raw)
  To: linux-lvm

On Mon, Jun 24, 2002 at 12:07:07PM -0700, Austin Gonyou wrote:
> I've got 14 FC1 disks in a PV660F. I want to take 7 of them and make a
> large volume. I can't seem to make a > 450 GB volume though, even though
> lvdisplay is showing xxMB PE free. 
> I'm using default 4mb and also 8mb extentsize when creating the VG.
> Please advise.

    vgcreate -s8m doesn't work? 

    Did for me. 

-- 
time since last cigarette: 63d, 9h, 48m
time since last dose of Nicotine: 18d, 15h, 55m 
This is not a .signature file.

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

* Re: [linux-lvm] Best way to create a 540GB LVM Volume?
  2002-06-24 14:07 [linux-lvm] Best way to create a 540GB LVM Volume? Austin Gonyou
  2002-06-24 14:16 ` Petro
@ 2002-06-24 14:22 ` Tim
  2002-06-24 14:35 ` bscott
  2 siblings, 0 replies; 5+ messages in thread
From: Tim @ 2002-06-24 14:22 UTC (permalink / raw)
  To: linux-lvm

use bigger physical extents to create volumes up to the (LVM-limited?)
max size of 1TB.  my physical extents are (I think) 64MB so logically I
should be able to make an 8TB volume (no pun intended) but presumably
due to wackiness in the kernel (VFS or VM, don't know) Heinz chose not
to allow that.  probably preventing me from shooting myself in the foot.

I think this is in the FAQ, regardless, a careful read of the manpage
will reveal this and other useful tidbits.  I think you will have to
recreate your VG and/or LV, but the initialized PV's should be okay.

try it and see :-)



Quoth Austin Gonyou:
> I've got 14 FC1 disks in a PV660F. I want to take 7 of them and make a
> large volume. I can't seem to make a > 450 GB volume though, even though
> lvdisplay is showing xxMB PE free. 
> 
> I'm using default 4mb and also 8mb extentsize when creating the VG.
> Please advise.
> 
> 
> -- 
> Austin Gonyou <austin@coremetrics.com>
> Coremetrics, Inc.



-- 
     "Any good rope will last you a lifetime,
      which may not be as long as you'd wish."

                --Stefan Axelsson, on climbing ropes

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

* Re: [linux-lvm] Best way to create a 540GB LVM Volume?
  2002-06-24 14:07 [linux-lvm] Best way to create a 540GB LVM Volume? Austin Gonyou
  2002-06-24 14:16 ` Petro
  2002-06-24 14:22 ` Tim
@ 2002-06-24 14:35 ` bscott
  2002-06-24 14:55   ` Austin Gonyou
  2 siblings, 1 reply; 5+ messages in thread
From: bscott @ 2002-06-24 14:35 UTC (permalink / raw)
  To: Linux LVM Mailinglist

On 24 Jun 2002, at 2:07pm, Austin Gonyou wrote:
> I've got 14 FC1 disks in a PV660F. I want to take 7 of them and make a
> large volume. I can't seem to make a > 450 GB volume though, even though
> lvdisplay is showing xxMB PE free.

  http://tech.sistina.com/Pages/faq.php?action=view&ID=39

  Is that your issue?

-- 
Ben Scott <bscott@ntisys.com>
| The opinions expressed in this message are those of the author and do not |
| necessarily represent the views or policy of any other person, entity or  |
| organization.  All information is provided without warranty of any kind.  |

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

* Re: [linux-lvm] Best way to create a 540GB LVM Volume?
  2002-06-24 14:35 ` bscott
@ 2002-06-24 14:55   ` Austin Gonyou
  0 siblings, 0 replies; 5+ messages in thread
From: Austin Gonyou @ 2002-06-24 14:55 UTC (permalink / raw)
  To: linux-lvm

[-- Attachment #1: Type: text/plain, Size: 733 bytes --]

No..this is not my issue. As stated, I set -s 8m(16m even) and when I
try to create a volume > 450GB, I'm not allowed. lvcreate that there are
no more allocatable PEs but vgdisplay shows there are. 



I'm using LVM 1.0.3 from 2.4.19-pre10, soon RC1. 


On Mon, 2002-06-24 at 14:38, bscott@ntisys.com wrote:
> On 24 Jun 2002, at 2:07pm, Austin Gonyou wrote:
> > I've got 14 FC1 disks in a PV660F. I want to take 7 of them and make
> a
> > large volume. I can't seem to make a > 450 GB volume though, even
> though
> > lvdisplay is showing xxMB PE free.
> 
>   http://tech.sistina.com/Pages/faq.php?action=view&ID=39
> 
>   Is that your issue?
> 

-- 
Austin Gonyou <austin@coremetrics.com>
Coremetrics, Inc.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 232 bytes --]

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

end of thread, other threads:[~2002-06-24 14:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-24 14:07 [linux-lvm] Best way to create a 540GB LVM Volume? Austin Gonyou
2002-06-24 14:16 ` Petro
2002-06-24 14:22 ` Tim
2002-06-24 14:35 ` bscott
2002-06-24 14:55   ` Austin Gonyou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox