Displaying 1 result from an estimated 1 matches for "lv_hostroot".
2011 Dec 08
1
Selecting raw logical volumes during guest VM creation
.... Here are the details...
I have setup my hardware with a single volume group (vg_mei) encompassing my
entire raid array. With this I set up my base OS (CentOS 6) for the purpose
of managing the hardware and the few VMs that will be created (using KVM).
Three LVs were created for the base OS (lv_hostroot, lv_hostswap, and
lv_hostvar) to contain the appropriate parts of the base OS file system. As
expected, /boot was located outside the volume group. In preparation for
installing my testing VM, I created two more LVs (lv_testroot and
lv_testvar) to contain the appropriate parts of the guest fi...