Re: [linux-lvm] question on lvextend

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Aman Shahi <shahi_aman@yahoo.com> writes:

> Can I extend a striped LV ?

Yes.  I've done so several times.

> If so, does the data gets redistributed or what ?

No.  There no need to move data from the LV around.  The LV just gets
a couple of new PEs assigned just as with non-striped LVs.  Only the
mapping of already allocated LEs to PEs is modified, e.g.

	before				after

	LE	PV	   PE		LE	PV	   PE
	00	/dev/sda1  00		00      /dev/sda1  00
	01	/dev/sda1  01		01      /dev/sda1  01
	02	/dev/sdb1  00		02      /dev/sda1  02
	03	/dev/sdb1  01		03      /dev/sdb1  00
					04      /dev/sdb1  01
					05      /dev/sdb1  02

Look at lvdisplay -v before and after running lvextend.


urs



[Index of Archives]     [Gluster Users]     [Kernel Development]     [Linux Clusters]     [Device Mapper]     [Security]     [Bugtraq]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]

  Powered by Linux