From: Stephen Tweedie <sct@redhat.com>
To: Steve Ofsthun <sofsthun@virtualiron.com>
Cc: xen-devel@lists.xensource.com, "P M, Priya (STSD)" <pm.priya@hp.com>
Subject: Re: Performance on QEMU IDE disks
Date: Tue, 18 Jul 2006 10:49:30 -0400 [thread overview]
Message-ID: <20060718144930.GC32554@devserv.devel.redhat.com> (raw)
In-Reply-To: <44B7F363.1050106@virtualiron.com>
Hi,
On Fri, Jul 14, 2006 at 03:41:23PM -0400, Steve Ofsthun wrote:
> To fix this you would need to patch QEMU to used O_DIRECT when accessing
> the virtual disk backing store object (block device, file, etc). We are
> currently testing just such a patch for the old QEMU device model.
Thanks!
> I
> haven't looked at the new device model to see if it already handles this.
I looked last week and it still had the same problem.
Note that O_DIRECT doesn't solve all of the problems either. You
still end up with the _entire_ device model being blocked while the
disk IO is in progress, which will leads to poor VT guest performance
when trying to mix disk and CPU activity. But I'd rather have a
performance problem than a data corrupter. :)
--Stephen
prev parent reply other threads:[~2006-07-18 14:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-14 16:24 Performance on QEMU IDE disks P M, Priya (STSD)
2006-07-14 19:41 ` Steve Ofsthun
2006-07-18 14:49 ` Stephen Tweedie [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060718144930.GC32554@devserv.devel.redhat.com \
--to=sct@redhat.com \
--cc=pm.priya@hp.com \
--cc=sofsthun@virtualiron.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.