search for: domu_i

Displaying 1 result from an estimated 1 matches for "domu_i".

2007 Dec 18
1
LVM + kickstart -> dom0 && domUs
...disk layout where dom0 has N logical volumes, one for each of N domU guests? (2) Using this method (where dom0 has an LV for each domU disk), I would avoid the entire "Creating an image" step, correct? (3) I'm setting up a dom0 kickstart. If I proceed as described, doing this (where domU_i is the ith guest): ####### in dom0 kickstart... ####### # logical volume for guest domU_i logvol /var/lib/xen/images/domU_i_disk --fstype ext3 --name=LV_domU_i_disk --vgname=vg00 --size=5120 # ...[other guest disk LVs]... ####### ...I'd need to unmount those logical volumes before trying to ki...