Displaying 1 result from an estimated 1 matches for "lv_domu".
2007 Dec 18
1
LVM + kickstart -> dom0 && domUs
...e 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
kickstart the guest domUs, right?
(4) Additionally, how would domU "see" its disk during the install
process? Assume I specify a backend LV_domU_i_di...