[linux-lvm] vgextend problem

Benoit SERRA bs at infologic.fr
Fri Jan 5 18:06:45 UTC 2001


That's my setup :

3 2.2 Gb SCSI drives
1 (/dev/sda) is used for the system
the 2 others will be used for LVM testing

When I do :

pvcreate /dev/sd[bc]1
vgcreate datavg /dev/sd[bc]1

Ok that's fine it work
VG is usable, and I can create LVs on it

But if I do :

pvcreate /dev/sdb1
pvcreate /dev/sdc1
vgcreate datavg /dev/sdb1
vgextend datavg /dev/sdc1

I always get a segfault on the vgextend, with a kernel trap.
When I do a pvdisplay /dev/sdc1, the drive is marked as unusable.

I'm using LVM 0.9 with 2.2.16 kernel.

Regards .

Benoit



More information about the linux-lvm mailing list