[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [linux-lvm] Why can't I extend a LV after many times extends?
- From: Alasdair G Kergon <agk redhat com>
- To: linux-lvm redhat com
- Subject: Re: [linux-lvm] Why can't I extend a LV after many times extends?
- Date: Wed Mar 3 07:52:00 2004
On Tue, Mar 02, 2004 at 11:34:51PM +0800, lepton wrote:
> For making my data can balance on all of my three scsi disk, I use such
> methods to create my LV:
> lvcreate -l 32 -n test vg /dev/sda1
> lvextend -l +32 /dev/vg/test /dev/sdb1
> lvextend -l +32 /dev/vg/test /dev/sdc1
> lvextend -l +32 /dev/vg/test /dev/sda1
> ......
Why not use LVM striping directly?
(lvcreate -i 3)
Alasdair
--
agk redhat com
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]