Displaying 1 result from an estimated 1 matches for "guest_root".
Did you mean:
lguest_root
2009 May 01
4
How do I resize a Physical Partition in a Dom U that''s "on" a Logical Volume in the Dom 0?
...to have
Logical Volumes in the Dom 0 and pass them as physical volumes for use
in the Dom U.
Here''s an example of what I''m doing.
To start in the Dom 0 I created the LV''s with
lvcreate -n guest_boot -L 100M /dev/VG01
lvcreate -n guest_swap -L 512M /dev/VG01
lvcreate -n guest_root -L 4G /dev/VG01
Then in the Dom U configuration file I added
disk=[''phy:/dev/VG01/guest_boot,xvda,w'',''phy:/dev/VG01/guest_swap,xvdb,w'',''phy:/dev/VG01/guest_root,xvdc,w'']
Then I set up the Dom U so
(hd0) /dev/xvda --------> mounts @ &qu...