On 07/16/09 22:56, sagun shakya wrote:
   Why aren't you using tap vs file?

I wasn't aware of this. Is there a URL where I can read more about such things besides
http://www.opensolaris.org/os/community/xen/docs/configuring-dom0/

In the configuratin below I would set driver name=tap instead?
Refer to the example 40-5 in the below link :
   http://docs.sun.com/app/docs/doc/819-2450/gfqke?l=en&a=view
Using a zfs volume as storage for a domU rocks.
-surya


This is problem # 1... Your using file instead of
tap, and it's probably on a zfs based system.
lofi runs *really* slow on top of zfs.
    <disk type='file' device='disk'>
      <driver name='file'/>
      <source file='/xvm/lm_ufs.img'/>
      <target dev='xvda'/>





MRJ



Here is what I had defined in my xml :

<domain type='xen' id='-1'>
 <name>snv115_nfs_12gb</name>
 <uuid>e3c1a3c2-0bda-65ab-3c7e-8c6acf180dd0</uuid>
 <bootloader>/usr/lib/xen/bin/pygrub</bootloader>
 <os>
   <type>solaris</type>
 </os>
 <memory>12582912</memory>
 <vcpu>1</vcpu>
 <on_poweroff>destroy</on_poweroff>
 <on_reboot>restart</on_reboot>
 <on_crash>restart</on_crash>
 <distro name='solaris'/>
 <clock offset='localtime'/>
 <devices>
   <interface type='bridge'>
     <source bridge='e1000g0 '/>
     <target dev='vif-1.0'/>
     <mac address='00:16:3e:45:94:ef'/>
   </interface>
   <disk type='file' device='disk'>
     <driver name='file'/>
     <source file='/xvm/lm_ufs.img'/>
     <target dev='xvda'/>
   </disk>
 </devices>
</domain>


thanks,

Sagun
_______________________________________________
xen-discuss mailing list
[email protected]

_______________________________________________
xen-discuss mailing list
[email protected]

_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to