Re: XEN: xen-create-image with more than one disk
2007/10/23, Klaus Rödel <klaus.roedel@vipco.de>:
> Hello,
>
> i'm a xen newby and want to create a xen image with more than one disk
> but i found nothing about this? is it actually possible?
Here's an example config from a multi disk xen image with the
"partitions" coming from LVM:
--snip--
kernel = "/kernelImage"
memory = 512
name = "com.example.shares"
vif = ['mac=00:16:3e:01:00:17,bridge=lanbr0',
'mac=00:16:3e:01:00:18,bridge=xenbr0']
disk = ['phy:vg01/com.example.shares.root,sda1,w', \
'phy:vg01/com.example.shares.usr,sda2,w', \
'phy:vg01/com.example.shares.var,sda3,w', \
'phy:vg01/com.example.shares.home,sda4,w', \
'phy:vg01/com.example.shares.scratch,sda5,w', \
'phy:vg01/com.example.shares.backup,sda6,w', \
'phy:vg01/com.example.shares.data,sda7,w', \
'phy:vg01/com.example.shares.holdingdisk,sda8,w']
#'phy:vg01/com.example.shares.music,sda9,w']
root = "/dev/sda1 ro"
--snap--
so yes it can be done....
--
http://noneisyours.marcher.name
http://feeds.feedburner.com/NoneIsYours
Reply to: