[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[linux-lvm] Strange errors trying to mirror
- From: Phillip Susi <psusi cfl rr com>
- To: LVM general discussion and development <linux-lvm redhat com>
- Subject: [linux-lvm] Strange errors trying to mirror
- Date: Mon, 5 Apr 2010 10:04:15 -0400
I'm trying to mirror my root fs and get errors that make no sense. What
am I missing?
PV VG Fmt Attr PSize PFree
/dev/sda1 vg0 lvm2 a- 111.79G 61.79G
/dev/sdb1 vg0 lvm2 a- 111.79G 111.79G
lvconvert -m1 -i 5 vg0/root
Insufficient suitable allocatable extents for logical volume : 7680
more required
Unable to allocate extents for mirror(s).
Then I tried explicitly telling it to allocate from sdb1:
lvconvert -m1 -i 5 vg0/root /dev/sdb1
Not enough PVs with free space available for parallel allocation.
Consider --alloc anywhere if desperate.
Unable to allocate extents for mirror(s).
There are two PVs so why does it complain?
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]