1820273 Members
3277 Online
109622 Solutions
New Discussion юеВ

Re: disk spanning

 
SOLVED
Go to solution
newunix
Frequent Advisor

disk spanning

what is exactly disk spanning in lvm
6 REPLIES 6
Torsten.
Acclaimed Contributor

Re: disk spanning

Not exactly sure what you mean - a VG can be built over several disks, an LVOL can be distributed or striped over these disks.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Durvesh Mendhekar
Regular Advisor

Re: disk spanning

Hi,

The allocation of a logical volume across multiple disks, allowing the volume size to
exceed the size of a single disk.

Durvesh
AVV
Super Advisor
Solution

Re: disk spanning

Hi,


As the meaning ellaborate, spanning is something like crossing the disks. Suppose you have 1 100GB disk with you and want to create a 150GB LV, you will add another disk to the VG and extend the LV to that disk so that the +50GB will be logically on the new disk.

Hope you understood. Assign points to those who helps you!!
Johnson Punniyalingam
Honored Contributor

Re: disk spanning

>>spanning is something like crossing the disks<<<

Its not Spanning Its "Striping"

When you use disk striping, you create a logical volume that spans multiple disks, allowing successive blocks of data to go to logical extents on different disks. For example, a three-way striped logical volume has data allocated on three disks, with each disk storing every third block of data. The size of each of these blocks is referred to as the stripe size of the logical volume
Problems are common to all, but attitude makes the difference
AVV
Super Advisor

Re: disk spanning

Hi,

Disk striping is creating the LV on mulpile disk so that read/write efficiency can be improved. Eg. If you stripe a 10Gb lv to two disk as 5Gb each, while writing data to LV - it writes to both disk bot on the same LV. SO that writing performance can be increased due to two disks head performance than one. The same is in the case of reading. But the only thing is, if you loose a disk - your whole LV will be inaccessible .
Gordon Sjodin
Frequent Advisor

Re: disk spanning

My understanding of spanning is to spread a volume group over multiple disks. If you had a volume group on one disk with no remaining free space you could add an additional disk and then span the VG over multiple disks using "vgextend".
One limitation for adding another disk to a volume group is the "Max PE per PV" attribute currently assigned to the vg. This setting can limit the size of the new disk that is usable to the VG.