* [linux-lvm] Max storage size per system
@ 2003-03-04 8:11 Stephan Austermuehle
2003-03-04 8:30 ` Jon Bendtsen
2003-03-04 11:45 ` Heinz J . Mauelshagen
0 siblings, 2 replies; 25+ messages in thread
From: Stephan Austermuehle @ 2003-03-04 8:11 UTC (permalink / raw)
To: linux-lvm
[-- Attachment #1: Type: text/plain, Size: 136 bytes --]
Hello,
what is the absolut maximum storage capacity that can be managed on a
single Linux 2.4 system with LVM?
Kind regards,
Stephan
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [linux-lvm] Max storage size per system
2003-03-04 8:11 [linux-lvm] Max storage size per system Stephan Austermuehle
@ 2003-03-04 8:30 ` Jon Bendtsen
2003-03-05 7:52 ` Stephan Austermuehle
2003-03-04 11:45 ` Heinz J . Mauelshagen
1 sibling, 1 reply; 25+ messages in thread
From: Jon Bendtsen @ 2003-03-04 8:30 UTC (permalink / raw)
To: linux-lvm
Stephan Austermuehle wrote:
>
> Hello,
>
> what is the absolut maximum storage capacity that can be managed on a
> single Linux 2.4 system with LVM?
man vgcreate
-s, --physicalextentsize PhysicalExtentSize[kKmMgGtT]
Sets the physical extent size on physical volumes of this
volume group.
A size suffix (k for kilobytes up to t for terabytes)
is optional,
megabytes is the default if no suffix is present. Values
can be from 8
KB to 16 GB in powers of 2. The default of 4 MB causes
maximum LV sizes
of ~256GB because as many as ~64k extents are supported
per LV. In case
larger maximum LV sizes are needed (later), you need to
set the PE size
to a larger value as well. Later changes of the PE size
in an existing
VG are not supported.
So, this means you can allocate
64k * 16G == 64*1024 * 16*1024*1024*1024 == 1125899906842624 bytes ==
1024Tera Bytes,
Hovever,
To limit kernel memory usage, there is a limit of 65536 physical
extents (PE)
per logical volume, so the PE size determines the maximum
logical volume size.
The default PE size of 4MB limits a single logical volume to
256GB (see the -s
option to raise that limit). There is also (as of Linux 2.4) a
kernel limita
tion of 2TB per block device.
So, this would mean 2TB pr. LV, but there can also be a number of LV's.
I dont remember how many, but proberly a power of 2, like 256 or 64k.
But wait, there is more...
You can have more than one VG system on your linux (no idea how many, i
have had 2)
So, all in all, i would asume you can have MANY TERABYTES. Possibly
Penta? bytes ?
How much space do you need anyway ?
JonB
^ permalink raw reply [flat|nested] 25+ messages in thread* Re: [linux-lvm] Max storage size per system
2003-03-04 8:30 ` Jon Bendtsen
@ 2003-03-05 7:52 ` Stephan Austermuehle
2003-03-05 9:06 ` Anders Widman
` (2 more replies)
0 siblings, 3 replies; 25+ messages in thread
From: Stephan Austermuehle @ 2003-03-05 7:52 UTC (permalink / raw)
To: linux-lvm
[-- Attachment #1: Type: text/plain, Size: 360 bytes --]
On Tue, Mar 04, 2003 at 03:30:29PM +0100, Jon Bendtsen wrote:
> So, this would mean 2TB pr. LV, but there can also be a number of LV's.
Okay, so the LVM can manage really large disk storage. Does anybody know
whether the number of mounted filesystem per Linux system is limited?
> How much space do you need anyway ?
100+ Terabytes
Kind regards,
Stephan
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread* Re: [linux-lvm] Max storage size per system
2003-03-05 7:52 ` Stephan Austermuehle
@ 2003-03-05 9:06 ` Anders Widman
2003-03-05 11:12 ` Jesse Keating
2003-03-06 8:19 ` Stephan Austermuehle
2003-03-05 11:40 ` Wiktor Wodecki
2003-03-06 4:21 ` [linux-lvm] Max storage size per system jon+lvm
2 siblings, 2 replies; 25+ messages in thread
From: Anders Widman @ 2003-03-05 9:06 UTC (permalink / raw)
To: linux-lvm
> On Tue, Mar 04, 2003 at 03:30:29PM +0100, Jon Bendtsen wrote:
>> So, this would mean 2TB pr. LV, but there can also be a number of LV's.
> Okay, so the LVM can manage really large disk storage. Does anybody know
> whether the number of mounted filesystem per Linux system is limited?
>> How much space do you need anyway ?
> 100+ Terabytes
Hm, sounds like lots. :) What kind of devices will you be running
with. Even with 300GB drives you will need 300-400 of them to get
100TB.
> Kind regards,
> Stephan
--------
PGP public key: https://tnonline.net/secure/pgp_key.txt
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [linux-lvm] Max storage size per system
2003-03-05 9:06 ` Anders Widman
@ 2003-03-05 11:12 ` Jesse Keating
2003-03-06 8:19 ` Stephan Austermuehle
2003-03-06 8:19 ` Stephan Austermuehle
1 sibling, 1 reply; 25+ messages in thread
From: Jesse Keating @ 2003-03-05 11:12 UTC (permalink / raw)
To: linux-lvm
On Wednesday 05 March 2003 07:05, Anders Widman wrote:
> Hm, sounds like lots. :) What kind of devices will you be running
> with. Even with 300GB drives you will need 300-400 of them to get
> 100TB.
Easily achieved w/ such technologies as iscsi and hyperscsi (;
--
Jesse Keating RHCE MCSE
Pogo Linux -- Support Tech
tel: (888) 828-7646 ex: 436
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [linux-lvm] Max storage size per system
2003-03-05 11:12 ` Jesse Keating
@ 2003-03-06 8:19 ` Stephan Austermuehle
2003-03-06 19:35 ` Petro
0 siblings, 1 reply; 25+ messages in thread
From: Stephan Austermuehle @ 2003-03-06 8:19 UTC (permalink / raw)
To: linux-lvm
[-- Attachment #1: Type: text/plain, Size: 183 bytes --]
On Wed, Mar 05, 2003 at 08:54:10AM -0800, Jesse Keating wrote:
> Easily achieved w/ such technologies as iscsi and hyperscsi (;
Which are nothing but trash.
Kind regards,
Stephan
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [linux-lvm] Max storage size per system
2003-03-06 8:19 ` Stephan Austermuehle
@ 2003-03-06 19:35 ` Petro
2003-03-09 16:59 ` Stephan Austermuehle
0 siblings, 1 reply; 25+ messages in thread
From: Petro @ 2003-03-06 19:35 UTC (permalink / raw)
To: linux-lvm
On Wed, Mar 05, 2003 at 11:50:52AM -0800, Stephan Austermuehle wrote:
> On Wed, Mar 05, 2003 at 08:54:10AM -0800, Jesse Keating wrote:
> > Easily achieved w/ such technologies as iscsi and hyperscsi (;
> Which are nothing but trash.
Hey man, don't pull any punches, tell us how you *Really* feel.
--
"On two occasions, I have been asked [by members of Parliament], 'Pray,
Mr. Babbage, if you put into the machine wrong figures, will the right
answers come out?' I am not able to rightly apprehend the kind of confusion
of ideas that could provoke such a question." -- Charles Babbage
^ permalink raw reply [flat|nested] 25+ messages in thread* Re: [linux-lvm] Max storage size per system
2003-03-06 19:35 ` Petro
@ 2003-03-09 16:59 ` Stephan Austermuehle
2003-03-09 20:09 ` Jesse Keating
0 siblings, 1 reply; 25+ messages in thread
From: Stephan Austermuehle @ 2003-03-09 16:59 UTC (permalink / raw)
To: linux-lvm
[-- Attachment #1: Type: text/plain, Size: 691 bytes --]
On Thu, Mar 06, 2003 at 05:34:31PM -0800, Petro wrote:
> Hey man, don't pull any punches, tell us how you *Really* feel.
Well, iSCSI was developed and pushed by some networking guys with
Ethernet in mind to get into the storage market without developing know
how for a really efficient data link. So iSCSI has to handle lots of
overhead: SCSI commands are encapsulated in IP, IP is encapuslated in
Ethernet. This leads to bad performance (latency, throughput) compared
to a Fibre Channel connection with the same link speed. Maybe the
performance impact will become negligible with 10G or 100G Ethernet but
at the moment we don't have these technologies available.
Stephan
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [linux-lvm] Max storage size per system
2003-03-09 16:59 ` Stephan Austermuehle
@ 2003-03-09 20:09 ` Jesse Keating
0 siblings, 0 replies; 25+ messages in thread
From: Jesse Keating @ 2003-03-09 20:09 UTC (permalink / raw)
To: linux-lvm
On Friday 07 March 2003 06:20, Stephan Austermuehle uttered:
> Well, iSCSI was developed and pushed by some networking guys with
> Ethernet in mind to get into the storage market without developing know
> how for a really efficient data link. So iSCSI has to handle lots of
> overhead: SCSI commands are encapsulated in IP, IP is encapuslated in
> Ethernet. This leads to bad performance (latency, throughput) compared
> to a Fibre Channel connection with the same link speed. Maybe the
> performance impact will become negligible with 10G or 100G Ethernet but
> at the moment we don't have these technologies available.
This speaks nothing of HyperSCSI which is indepenant of TCP/IP and all of it's
ugly overhead. Hyperscsi runs in raw ethernet, no TCP/IP even need be on the
wire. Data writing w/ HyperSCSI is far faster than with NFS or iSCSI.
--
Jesse Keating RHCE MCSE
Pogo Linux -- Support Tech
tel: 888.828.7646
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [linux-lvm] Max storage size per system
2003-03-05 9:06 ` Anders Widman
2003-03-05 11:12 ` Jesse Keating
@ 2003-03-06 8:19 ` Stephan Austermuehle
2003-03-06 10:23 ` jon+lvm
1 sibling, 1 reply; 25+ messages in thread
From: Stephan Austermuehle @ 2003-03-06 8:19 UTC (permalink / raw)
To: linux-lvm
[-- Attachment #1: Type: text/plain, Size: 372 bytes --]
On Wed, Mar 05, 2003 at 04:05:32PM +0100, Anders Widman wrote:
> Hm, sounds like lots. :) What kind of devices will you be running
> with. Even with 300GB drives you will need 300-400 of them to get
> 100TB.
A single HP XP 1024 (which is an OEM product of a HDS Lightning) stores
130 TB with a 7p1 RAID5 configuration and 146 GB disks.
Kind regards,
Stephan
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [linux-lvm] Max storage size per system
2003-03-06 8:19 ` Stephan Austermuehle
@ 2003-03-06 10:23 ` jon+lvm
2003-03-07 8:01 ` Stephan Austermuehle
0 siblings, 1 reply; 25+ messages in thread
From: jon+lvm @ 2003-03-06 10:23 UTC (permalink / raw)
To: linux-lvm
On Wed, Mar 05, 2003 at 08:45:51PM +0100, Stephan Austermuehle wrote:
> On Wed, Mar 05, 2003 at 04:05:32PM +0100, Anders Widman wrote:
>
> > Hm, sounds like lots. :) What kind of devices will you be running
> > with. Even with 300GB drives you will need 300-400 of them to get
> > 100TB.
>
> A single HP XP 1024 (which is an OEM product of a HDS Lightning) stores
> 130 TB with a 7p1 RAID5 configuration and 146 GB disks.
hmm, that would need 130T/0.146T = 890 disks. And running raid 5...
personaly i dont like raid5, because if you loose more than one
disk your data are gone, and with this ammount of disks, i expect
failure rather often. (it's proberly not one big raid5 array,
but that just makes it need more disks).
JonB
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [linux-lvm] Max storage size per system
2003-03-06 10:23 ` jon+lvm
@ 2003-03-07 8:01 ` Stephan Austermuehle
2003-03-07 9:37 ` Jon Bendtsen
0 siblings, 1 reply; 25+ messages in thread
From: Stephan Austermuehle @ 2003-03-07 8:01 UTC (permalink / raw)
To: linux-lvm
[-- Attachment #1: Type: text/plain, Size: 873 bytes --]
On Thu, Mar 06, 2003 at 05:21:50PM +0100, jon+lvm@silicide.dk wrote:
> hmm, that would need 130T/0.146T = 890 disks. And running raid 5...
Please have a look at the following links. A single HDS Lightning
(aka HP XP 1024) can address up to 1,024 disks.
http://www.hp.com/products1/storage/products/disk_arrays/highend/xp1024/index.html
http://www.hds.com/products/systems/9900v/
> personaly i dont like raid5, because if you loose more than one disk
> your data are gone, and with this ammount of disks, i expect failure
> rather often. (it's proberly not one big raid5 array, but that just
> makes it need more disks).
I prefer RAID 1 (or RAID 10), too, but sometimes one has to use RAID 5.
A common strategy is to put a higher number of hot spare drives in one
system. Another (somewhat newer) strategy is to use two rotating parity
drives per RAID set.
Stephan
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [linux-lvm] Max storage size per system
2003-03-07 8:01 ` Stephan Austermuehle
@ 2003-03-07 9:37 ` Jon Bendtsen
2003-03-09 16:59 ` Stephan Austermuehle
0 siblings, 1 reply; 25+ messages in thread
From: Jon Bendtsen @ 2003-03-07 9:37 UTC (permalink / raw)
To: linux-lvm
Stephan Austermuehle wrote:
>
> On Thu, Mar 06, 2003 at 05:21:50PM +0100, jon+lvm@silicide.dk wrote:
>
> > hmm, that would need 130T/0.146T = 890 disks. And running raid 5...
>
> Please have a look at the following links. A single HDS Lightning
> (aka HP XP 1024) can address up to 1,024 disks.
>
> http://www.hp.com/products1/storage/products/disk_arrays/highend/xp1024/index.html
>
> http://www.hds.com/products/systems/9900v/
nice, imagien all that porn ;-D
> > personaly i dont like raid5, because if you loose more than one disk
> > your data are gone, and with this ammount of disks, i expect failure
> > rather often. (it's proberly not one big raid5 array, but that just
> > makes it need more disks).
>
> I prefer RAID 1 (or RAID 10), too, but sometimes one has to use RAID 5.
> A common strategy is to put a higher number of hot spare drives in one
> system. Another (somewhat newer) strategy is to use two rotating parity
> drives per RAID set.
2 rotating parity disks ? Can you elaborate on how that works ?
I have thought about using something else than raid5, where you would
split the data across a number of disks, AND use a mirrored device for
storing the parity on.
JonB
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [linux-lvm] Max storage size per system
2003-03-05 7:52 ` Stephan Austermuehle
2003-03-05 9:06 ` Anders Widman
@ 2003-03-05 11:40 ` Wiktor Wodecki
2003-05-05 14:39 ` [linux-lvm] can i extend a volumen bigger 256 gigas ?thx fnt
2003-03-06 4:21 ` [linux-lvm] Max storage size per system jon+lvm
2 siblings, 1 reply; 25+ messages in thread
From: Wiktor Wodecki @ 2003-03-05 11:40 UTC (permalink / raw)
To: linux-lvm
[-- Attachment #1: Type: text/plain, Size: 564 bytes --]
Hello,
On Tue, Mar 04, 2003 at 03:41:21PM +0100, Stephan Austermuehle wrote:
> Okay, so the LVM can manage really large disk storage. Does anybody know
> whether the number of mounted filesystem per Linux system is limited?
yes, it is limited through the kernel. There are two ways out of it:
a) increase the number (fiddle through the source, recompile, reboot)
b) use the automounter
If you don't need all filesystems mounted at once I'd suggest the second
approach. (e.g. for samba or backup store, whatever)
--
Regards,
Wiktor Wodecki
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 25+ messages in thread
* [linux-lvm] can i extend a volumen bigger 256 gigas ?thx
2003-03-05 11:40 ` Wiktor Wodecki
@ 2003-05-05 14:39 ` fnt
2003-05-05 15:20 ` Erik Nugent
` (2 more replies)
0 siblings, 3 replies; 25+ messages in thread
From: fnt @ 2003-05-05 14:39 UTC (permalink / raw)
To: linux-lvm
Hello,
It is possible to extend a volumen more than 256 gigas?
it doesnt let me grow the space.
this is muy info :
root]# cat /proc/lvm/global
LVM module LVM version 1.0.3(19/02/2002)
Total: 1 VG 2 PVs 1 LV (1 LV open 1 times)
Global: 449424 bytes malloced IOP version: 10 1175 days 12:40:03 active
VG: gl [2 PV, 1 LV/1 open] PE Size: 4096 KB
Usage [KB/PE]: 294883328 /71993 total 113950720 /27820 used 180932608
/44173 free
PVs: [AA] ide/host0/bus0/target0/lun0/part4 113950720 /27820 113950720
/27820 0 /0
[AA] ide/host0/bus0/target1/lun0/part1 180932608 /44173 0 /0
180932608 /44173
LV: [AWDL ] vol1 113950720 /27820 1x open
i have installed: lvm-1.0.1-2mdk.i586.rpm
thanks on advanced.
^ permalink raw reply [flat|nested] 25+ messages in thread* Re: [linux-lvm] can i extend a volumen bigger 256 gigas ?thx
2003-05-05 14:39 ` [linux-lvm] can i extend a volumen bigger 256 gigas ?thx fnt
@ 2003-05-05 15:20 ` Erik Nugent
2003-05-05 15:40 ` Daniel Barbar
2003-05-05 15:57 ` Jose Luis Domingo Lopez
2 siblings, 0 replies; 25+ messages in thread
From: Erik Nugent @ 2003-05-05 15:20 UTC (permalink / raw)
To: linux-lvm
when you create your volume group you can change the extent size with
the -s switch. recent versions of LVM use 32MB as the default which
gives you a max LV of about 2TB. the old default extent size of 4MB gave
you about 255GB max LV size.
On Mon, 2003-05-05 at 13:39, fnt wrote:
> Hello,
>
> It is possible to extend a volumen more than 256 gigas?
> it doesnt let me grow the space.
> this is muy info :
> root]# cat /proc/lvm/global
> LVM module LVM version 1.0.3(19/02/2002)
>
> Total: 1 VG 2 PVs 1 LV (1 LV open 1 times)
>
> Global: 449424 bytes malloced IOP version: 10 1175 days 12:40:03 active
>
> VG: gl [2 PV, 1 LV/1 open] PE Size: 4096 KB
> Usage [KB/PE]: 294883328 /71993 total 113950720 /27820 used 180932608
> /44173 free
> PVs: [AA] ide/host0/bus0/target0/lun0/part4 113950720 /27820 113950720
> /27820 0 /0
> [AA] ide/host0/bus0/target1/lun0/part1 180932608 /44173 0 /0
> 180932608 /44173
> LV: [AWDL ] vol1 113950720 /27820 1x open
>
> i have installed: lvm-1.0.1-2mdk.i586.rpm
>
> thanks on advanced.
>
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
--
====================================
Erik Nugent
System Administrator
Department of Computer Science
The University of Montana, Missoula
(406) 243-2812
====================================
"Tee off and fly freely"
"Steady" Ed
====================================
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [linux-lvm] can i extend a volumen bigger 256 gigas ?thx
2003-05-05 14:39 ` [linux-lvm] can i extend a volumen bigger 256 gigas ?thx fnt
2003-05-05 15:20 ` Erik Nugent
@ 2003-05-05 15:40 ` Daniel Barbar
2003-05-05 15:45 ` [linux-lvm] can i extend a volumen bigger 256 gigas ?thx-thanks for ur time fnt
2003-05-05 15:48 ` [linux-lvm] can i extend a volumen bigger 256 gigas ?thx fnt
2003-05-05 15:57 ` Jose Luis Domingo Lopez
2 siblings, 2 replies; 25+ messages in thread
From: Daniel Barbar @ 2003-05-05 15:40 UTC (permalink / raw)
To: linux-lvm
Yes, it is possible. What's the command you're using and the error
you get? The maximum size of a logical volume is a function of the
volume group physical extent size (I don't remember the details).
You may need to create the volume group with a larger physical
extent in order to have larger capacity logical volumes, for
instance, 'vgcreate -s 16m ...'. As far as I know, you do have to
recreate the volume group in order to change the physical extent
size. Hope this helps.
---
Daniel Barbar
fnt wrote:
> Hello,
>
> It is possible to extend a volumen more than 256 gigas?
> it doesnt let me grow the space.
> this is muy info :
> root]# cat /proc/lvm/global
> LVM module LVM version 1.0.3(19/02/2002)
>
> Total: 1 VG 2 PVs 1 LV (1 LV open 1 times)
>
> Global: 449424 bytes malloced IOP version: 10 1175 days 12:40:03 active
>
> VG: gl [2 PV, 1 LV/1 open] PE Size: 4096 KB
> Usage [KB/PE]: 294883328 /71993 total 113950720 /27820 used 180932608
> /44173 free
> PVs: [AA] ide/host0/bus0/target0/lun0/part4 113950720 /27820 113950720
> /27820 0 /0
> [AA] ide/host0/bus0/target1/lun0/part1 180932608 /44173 0 /0
> 180932608 /44173
> LV: [AWDL ] vol1 113950720 /27820 1x open
>
> i have installed: lvm-1.0.1-2mdk.i586.rpm
>
> thanks on advanced.
>
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
--
Daniel Barbar
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [linux-lvm] can i extend a volumen bigger 256 gigas ?thx-thanks for ur time
2003-05-05 15:40 ` Daniel Barbar
@ 2003-05-05 15:45 ` fnt
2003-05-05 15:48 ` [linux-lvm] can i extend a volumen bigger 256 gigas ?thx fnt
1 sibling, 0 replies; 25+ messages in thread
From: fnt @ 2003-05-05 15:45 UTC (permalink / raw)
To: linux-lvm
thx for ur time.
----- Original Message -----
From: "Daniel Barbar" <dbarbar@legato.com>
To: <linux-lvm@sistina.com>
Sent: Monday, May 05, 2003 10:40 PM
Subject: Re: [linux-lvm] can i extend a volumen bigger 256 gigas ?thx
> Yes, it is possible. What's the command you're using and the error
> you get? The maximum size of a logical volume is a function of the
> volume group physical extent size (I don't remember the details).
> You may need to create the volume group with a larger physical
> extent in order to have larger capacity logical volumes, for
> instance, 'vgcreate -s 16m ...'. As far as I know, you do have to
> recreate the volume group in order to change the physical extent
> size. Hope this helps.
>
> ---
> Daniel Barbar
>
> fnt wrote:
> > Hello,
> >
> > It is possible to extend a volumen more than 256 gigas?
> > it doesnt let me grow the space.
> > this is muy info :
> > root]# cat /proc/lvm/global
> > LVM module LVM version 1.0.3(19/02/2002)
> >
> > Total: 1 VG 2 PVs 1 LV (1 LV open 1 times)
> >
> > Global: 449424 bytes malloced IOP version: 10 1175 days 12:40:03
active
> >
> > VG: gl [2 PV, 1 LV/1 open] PE Size: 4096 KB
> > Usage [KB/PE]: 294883328 /71993 total 113950720 /27820 used
180932608
> > /44173 free
> > PVs: [AA] ide/host0/bus0/target0/lun0/part4 113950720 /27820
113950720
> > /27820 0 /0
> > [AA] ide/host0/bus0/target1/lun0/part1 180932608 /44173
0 /0
> > 180932608 /44173
> > LV: [AWDL ] vol1 113950720 /27820 1x open
> >
> > i have installed: lvm-1.0.1-2mdk.i586.rpm
> >
> > thanks on advanced.
> >
> >
> > _______________________________________________
> > linux-lvm mailing list
> > linux-lvm@sistina.com
> > http://lists.sistina.com/mailman/listinfo/linux-lvm
> > read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
>
> --
> Daniel Barbar
>
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [linux-lvm] can i extend a volumen bigger 256 gigas ?thx
2003-05-05 15:40 ` Daniel Barbar
2003-05-05 15:45 ` [linux-lvm] can i extend a volumen bigger 256 gigas ?thx-thanks for ur time fnt
@ 2003-05-05 15:48 ` fnt
1 sibling, 0 replies; 25+ messages in thread
From: fnt @ 2003-05-05 15:48 UTC (permalink / raw)
To: linux-lvm
Hi,
Recreating the VG , i will keep the data?
thx
Joaquin Ign.
Best Regads-
---- Original Message -----
From: "Daniel Barbar" <dbarbar@legato.com>
To: <linux-lvm@sistina.com>
Sent: Monday, May 05, 2003 10:40 PM
Subject: Re: [linux-lvm] can i extend a volumen bigger 256 gigas ?thx
> Yes, it is possible. What's the command you're using and the error
> you get? The maximum size of a logical volume is a function of the
> volume group physical extent size (I don't remember the details).
> You may need to create the volume group with a larger physical
> extent in order to have larger capacity logical volumes, for
> instance, 'vgcreate -s 16m ...'. As far as I know, you do have to
> recreate the volume group in order to change the physical extent
> size. Hope this helps.
>
> ---
> Daniel Barbar
>
> fnt wrote:
> > Hello,
> >
> > It is possible to extend a volumen more than 256 gigas?
> > it doesnt let me grow the space.
> > this is muy info :
> > root]# cat /proc/lvm/global
> > LVM module LVM version 1.0.3(19/02/2002)
> >
> > Total: 1 VG 2 PVs 1 LV (1 LV open 1 times)
> >
> > Global: 449424 bytes malloced IOP version: 10 1175 days 12:40:03
active
> >
> > VG: gl [2 PV, 1 LV/1 open] PE Size: 4096 KB
> > Usage [KB/PE]: 294883328 /71993 total 113950720 /27820 used
180932608
> > /44173 free
> > PVs: [AA] ide/host0/bus0/target0/lun0/part4 113950720 /27820
113950720
> > /27820 0 /0
> > [AA] ide/host0/bus0/target1/lun0/part1 180932608 /44173
0 /0
> > 180932608 /44173
> > LV: [AWDL ] vol1 113950720 /27820 1x open
> >
> > i have installed: lvm-1.0.1-2mdk.i586.rpm
> >
> > thanks on advanced.
> >
> >
> > _______________________________________________
> > linux-lvm mailing list
> > linux-lvm@sistina.com
> > http://lists.sistina.com/mailman/listinfo/linux-lvm
> > read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
>
> --
> Daniel Barbar
>
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [linux-lvm] can i extend a volumen bigger 256 gigas ?thx
2003-05-05 14:39 ` [linux-lvm] can i extend a volumen bigger 256 gigas ?thx fnt
2003-05-05 15:20 ` Erik Nugent
2003-05-05 15:40 ` Daniel Barbar
@ 2003-05-05 15:57 ` Jose Luis Domingo Lopez
2 siblings, 0 replies; 25+ messages in thread
From: Jose Luis Domingo Lopez @ 2003-05-05 15:57 UTC (permalink / raw)
To: linux-lvm
On Monday, 05 May 2003, at 21:39:04 +0200,
fnt wrote:
> It is possible to extend a volumen more than 256 gigas?
>
Yes.
> it doesnt let me grow the space.
> this is muy info :
> root]# cat /proc/lvm/global
> VG: gl [2 PV, 1 LV/1 open] PE Size: 4096 KB
> Usage [KB/PE]: 294883328 /71993 total 113950720 /27820 used 180932608
>
Directly from vgcreate(8) (lvm2 tools, version 1.95.15-1 (Debian Sid)):
To limit kernel memory usage, there is a limit of 65536 physical
extents (PE) per logical volume, so the PE size determines the maximum
logical volume size. The default PE size of 4MB limits a single logi-
cal volume to 256GB (see the -s option to raise that limit). There is
also (as of Linux 2.4) a kernel limitation of 2TB per block device.
As far as I remember, this limit is also there in LVM1.
Hope it helps.
--
Jose Luis Domingo Lopez
Linux Registered User #189436 Debian Linux Sid (Linux 2.5.68)
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [linux-lvm] Max storage size per system
2003-03-05 7:52 ` Stephan Austermuehle
2003-03-05 9:06 ` Anders Widman
2003-03-05 11:40 ` Wiktor Wodecki
@ 2003-03-06 4:21 ` jon+lvm
2 siblings, 0 replies; 25+ messages in thread
From: jon+lvm @ 2003-03-06 4:21 UTC (permalink / raw)
To: linux-lvm
On Tue, Mar 04, 2003 at 03:41:21PM +0100, Stephan Austermuehle wrote:
> On Tue, Mar 04, 2003 at 03:30:29PM +0100, Jon Bendtsen wrote:
>
> > So, this would mean 2TB pr. LV, but there can also be a number of LV's.
>
> Okay, so the LVM can manage really large disk storage. Does anybody know
> whether the number of mounted filesystem per Linux system is limited?
i think you need to read up on how LVM works. In the bottom you have pv's.
physical volumes. They are divided into physical extends which can be from
4k to 16G. But you set this for the hole VolumenGroup. The VG has a name,
and can span several physical devices. Inside this VG, you make a LV,
LogicalVolumen. The LV can hold 64k PE, physical extends, which if you
make them 16G... means 1024T ? however, the LV is a blockdevice, and
thus an LV cant be bigger than 2T. So you would have to use many LV's
to store 100+T.
> > How much space do you need anyway ?
>
> 100+ Terabytes
What do you need it for ?
JonB
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [linux-lvm] Max storage size per system
2003-03-04 8:11 [linux-lvm] Max storage size per system Stephan Austermuehle
2003-03-04 8:30 ` Jon Bendtsen
@ 2003-03-04 11:45 ` Heinz J . Mauelshagen
1 sibling, 0 replies; 25+ messages in thread
From: Heinz J . Mauelshagen @ 2003-03-04 11:45 UTC (permalink / raw)
To: linux-lvm
Maximum of 256 LVs * 2TB in stock 2.4 = 512TB.
On Tue, Mar 04, 2003 at 12:48:52PM +0100, Stephan Austermuehle wrote:
> Hello,
>
> what is the absolut maximum storage capacity that can be managed on a
> single Linux 2.4 system with LVM?
>
> Kind regards,
>
> Stephan
--
Regards,
Heinz -- The LVM Guy --
*** Software bugs are stupid.
Nevertheless it needs not so stupid people to solve them ***
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Heinz Mauelshagen Sistina Software Inc.
Senior Consultant/Developer Am Sonnenhang 11
56242 Marienrachdorf
Germany
Mauelshagen@Sistina.com +49 2626 141200
FAX 924446
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 25+ messages in thread
* RE: [linux-lvm] can i extend a volumen bigger 256 gigas ?thx
@ 2003-05-05 15:57 Little, Chris
0 siblings, 0 replies; 25+ messages in thread
From: Little, Chris @ 2003-05-05 15:57 UTC (permalink / raw)
To: 'linux-lvm@sistina.com'
no. it is destructive.
> -----Original Message-----
> From: fnt [mailto:FNT@mail.ono.es]
> Sent: Monday, May 05, 2003 3:49 PM
> To: linux-lvm@sistina.com
> Subject: Re: [linux-lvm] can i extend a volumen bigger 256 gigas ?thx
>
>
> Hi,
>
> Recreating the VG , i will keep the data?
> thx
>
> Joaquin Ign.
> Best Regads-
> ---- Original Message -----
> From: "Daniel Barbar" <dbarbar@legato.com>
> To: <linux-lvm@sistina.com>
> Sent: Monday, May 05, 2003 10:40 PM
> Subject: Re: [linux-lvm] can i extend a volumen bigger 256 gigas ?thx
>
>
> > Yes, it is possible. What's the command you're using and the error
> > you get? The maximum size of a logical volume is a function of the
> > volume group physical extent size (I don't remember the details).
> > You may need to create the volume group with a larger physical
> > extent in order to have larger capacity logical volumes, for
> > instance, 'vgcreate -s 16m ...'. As far as I know, you do have to
> > recreate the volume group in order to change the physical extent
> > size. Hope this helps.
> >
> > ---
> > Daniel Barbar
> >
> > fnt wrote:
> > > Hello,
> > >
> > > It is possible to extend a volumen more than 256 gigas?
> > > it doesnt let me grow the space.
> > > this is muy info :
> > > root]# cat /proc/lvm/global
> > > LVM module LVM version 1.0.3(19/02/2002)
> > >
> > > Total: 1 VG 2 PVs 1 LV (1 LV open 1 times)
> > >
> > > Global: 449424 bytes malloced IOP version: 10 1175
> days 12:40:03
> active
> > >
> > > VG: gl [2 PV, 1 LV/1 open] PE Size: 4096 KB
> > > Usage [KB/PE]: 294883328 /71993 total 113950720 /27820 used
> 180932608
> > > /44173 free
> > > PVs: [AA] ide/host0/bus0/target0/lun0/part4 113950720 /27820
> 113950720
> > > /27820 0 /0
> > > [AA] ide/host0/bus0/target1/lun0/part1 180932608 /44173
> 0 /0
> > > 180932608 /44173
> > > LV: [AWDL ] vol1 113950720
> /27820 1x open
> > >
> > > i have installed: lvm-1.0.1-2mdk.i586.rpm
> > >
> > > thanks on advanced.
> > >
> > >
> > > _______________________________________________
> > > linux-lvm mailing list
> > > linux-lvm@sistina.com
> > > http://lists.sistina.com/mailman/listinfo/linux-lvm
> > > read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
> >
> > --
> > Daniel Barbar
> >
> >
> > _______________________________________________
> > linux-lvm mailing list
> > linux-lvm@sistina.com
> > http://lists.sistina.com/mailman/listinfo/linux-lvm
> > read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
>
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
>
^ permalink raw reply [flat|nested] 25+ messages in thread
end of thread, other threads:[~2003-05-05 15:57 UTC | newest]
Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-04 8:11 [linux-lvm] Max storage size per system Stephan Austermuehle
2003-03-04 8:30 ` Jon Bendtsen
2003-03-05 7:52 ` Stephan Austermuehle
2003-03-05 9:06 ` Anders Widman
2003-03-05 11:12 ` Jesse Keating
2003-03-06 8:19 ` Stephan Austermuehle
2003-03-06 19:35 ` Petro
2003-03-09 16:59 ` Stephan Austermuehle
2003-03-09 20:09 ` Jesse Keating
2003-03-06 8:19 ` Stephan Austermuehle
2003-03-06 10:23 ` jon+lvm
2003-03-07 8:01 ` Stephan Austermuehle
2003-03-07 9:37 ` Jon Bendtsen
2003-03-09 16:59 ` Stephan Austermuehle
2003-03-10 3:48 ` Jon Bendtsen
2003-03-05 11:40 ` Wiktor Wodecki
2003-05-05 14:39 ` [linux-lvm] can i extend a volumen bigger 256 gigas ?thx fnt
2003-05-05 15:20 ` Erik Nugent
2003-05-05 15:40 ` Daniel Barbar
2003-05-05 15:45 ` [linux-lvm] can i extend a volumen bigger 256 gigas ?thx-thanks for ur time fnt
2003-05-05 15:48 ` [linux-lvm] can i extend a volumen bigger 256 gigas ?thx fnt
2003-05-05 15:57 ` Jose Luis Domingo Lopez
2003-03-06 4:21 ` [linux-lvm] Max storage size per system jon+lvm
2003-03-04 11:45 ` Heinz J . Mauelshagen
-- strict thread matches above, loose matches on Subject: below --
2003-05-05 15:57 [linux-lvm] can i extend a volumen bigger 256 gigas ?thx Little, Chris
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.