>Hi Stephen,
>Can you please post your DomU config file to the list.
>Rob
>Hi, >what mount options do you use on the DomU ? >Under Debian there is xen-tools example with the "sync" mount options : >if you use it, writes will be really slow. >Olivier
What is the configuration of the guest's storage? I.e. what type of virt driver are you using to expose the dom0 storage to the domUs? This can have a massive impact on the performance levels you can achieve. You should also test the performance of these underlying devices in the domUs - i.e. benchmark read (and if possible write) performance of the /dev/sd*, /dev/hd* or /dev/xvd* devices seen in domU (or whatever other type of virtual disks you are using). Regards, Bryn.
Your domU's--are they paravirt, or HVM?I believe they're paravirtualized, unless I'm doing something silly. They're running off the modified kernel, and I'm not doing any hardware forwarding magic. See config file at the top.
I've noticed a couple of quirks in the startup sequence of my domUs, I figured it had something interesting to do with the kernel. I'll look into using one of those kernels. Thanks!I suggest you try using official xen.org's 2.6.18 kernel, or other vendor-supported 2.6.18 kernel-xen (like RHEL5's kernel-xen, or even Etch's kernel) for both domU and dom0 and see if the problem persists.