Displaying 1 result from an estimated 1 matches for "vg_argo_bkup".
2011 Dec 21
1
for a guest accessing host "full disk", how to prevent host vgscan
...host the device is "/dev/sdb", on the guest it's "/dev/vdb".
This works fine.
Within the guest, we have created lvm PV on /dev/vdb (using the whole
disk - no partitions) and created a volume group. The guest's hostname
is "argo" and the vg is called "vg_argo_bkup".
When I reboot the host, it does a vgscan and finds the volume group and
activates it in the _host_, which I need to prevent (I think??).
I have successfully done this by filtering "/dev/sdb" in
/etc/lvm/lvm.conf (which does NOT work as advertised BTW), but
referencing the extr...