Hide Forgot
[root@rhel6-a ~]# pvcreate /dev/sda /dev/sdb Physical volume "/dev/sda" successfully created Physical volume "/dev/sdb" successfully created [root@rhel6-a ~]# vgcreate vg /dev/sda /dev/sdb Volume group "vg" successfully created [root@rhel6-a ~]# lvcreate -L2g vg /dev/sda Logical volume "lvol0" created [root@rhel6-a ~]# pvmove /dev/sda /dev/sdb /dev/sda: Moved: 0.2% /dev/sda: Moved: 15.0% (REBOOT) The segfault seen at boot while calling vgchange -ay and also when trying to run the activation directly on command line: [root@rhel6-a ~]# lvs LV VG Attr LSize Pool Origin Data% Move Log Cpy%Sync Convert lv_root VolGroup -wi-ao---- 7.54g lv_swap VolGroup -wi-ao---- 1.97g lvol0 vg -wI------- 2.00g [root@rhel6-a ~]# lvchange -ay vg/lvol0 Segmentation fault Fixed by: https://git.fedorahosted.org/cgit/lvm2.git/commit/?id=c0f987949b8a0bbbbe7f06694f59f710a73814da
Marking verified with: lvm2-2.02.100-3.el6.x86_64 No segfault encountered with multiple reboots and activations/deactivations.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-1704.html