2014-11-25 9:01 GMT+01:00 Peter Rajnoha <prajnoha@redhat.com>:
root@vmhost:~# lvm version
LVM version: 2.02.98(2) (2012-10-15)
Library version: 1.02.77 (2012-10-15)
Driver version: 4.27.0
use_lvmetad = 0
What's the exact lvm2 version used (lvm --version)?
root@vmhost:~# lvm version
LVM version: 2.02.98(2) (2012-10-15)
Library version: 1.02.77 (2012-10-15)
Driver version: 4.27.0
Is lvmetad enabled in your setup? (global/use_lvmetad=1 setting
in lvm.conf and lvmetad daemon running?)
use_lvmetad = 0
No such daemon is running.
Does it activate when you run vgchange -aay vmdata-vg vmhost-vg
directly on the busybox cmd line?
The exact command I used to use in the BusyBox prompt is
lvm vgchange -ay vmhost-vg
Or, if I remember correctly, it activates simply by
lvm vgchange -ay
as well.
Then I exit the BusyBox prompt, and the boot process continues correctly.
My root FS is in vmhost-vg, and I have no idea why it doesn't come up automatically.
_______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/