Displaying 1 result from an estimated 1 matches for "mirrortestvg".
2010 Jul 01
0
GNBD/LVM problem
.../sdb then create an LVM partition
I can then create a volume group with those two disks:
pvs
vgcreate mirrorvg /dev/sdb1 /dev/gnbd0
The problem occurs when I try to create a mirrored LV using the above VG.
[root at vm-helios-002 ~]# lvcreate --mirrorlog core -L 256M -n
mirroredlv01 -m 1 mirrortestvg
Insufficient suitable allocatable extents for logical volume : 64
more required
Unable to allocate extents for mirror(s).
It doesn't matter what disk sizes are available. Even creating a
non-mirrored LV causes issues:
[root at vm-helios-002 ~]# lvcreate -L 256M -n mirroredlv01 mirrorte...