Hi Jake,
From: Jake Anderson
Date: Thu, 30. May 2013 01:17
> You are tuning the wrong end.
I just followed the DRBD tuning guide:
http://www.drbd.org/users-guide-8.3/s-throughput-tuning.html
> There is some stuff in the wiki about it but the simple things are aio=native and cache=none that should improve your performance to around 80 percent raw and fix the system load.
That is a very interesting point. It belongs to KVM tuning wrt I/O. cache=none can be set with Ganeti. And I already have this set, else my benchmark results are one order of magnitude better then on the host (because all reads are cached on the host side, physical disks just need to do the writes).
I can't set aio=native via Ganeti, right? This setting is often recommended by IBM, redhat etc. and I think libvirt defaults to this. What's your way to set it?