[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [linux-lvm] question on lvextend
- From: Urs Thuermann <urs isnogud escape de>
- To: linux-lvm sistina com
- Subject: Re: [linux-lvm] question on lvextend
- Date: Sat Dec 22 02:43:01 2001
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]