qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Adding a persistent writeback cache to qemu
@ 2013-04-01 13:21 Alex Bligh
  2013-04-11  9:25 ` Stefan Hajnoczi
  0 siblings, 1 reply; 15+ messages in thread
From: Alex Bligh @ 2013-04-01 13:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bligh

I'd like to experiment with adding persistent writeback cache to qemu.
The use case here is where non-local storage is used (e.g. rbd, ceph)
using the qemu drivers, together with a local cache as a file on
a much faster locally mounted device, for instance an SSD (possibly
replicated). This would I think give a similar performance boost to
using an rbd block device plus flashcache/dm-cache/bcache, but without
introducing all the context switches and limitations of having to
use real block devices. I appreciate it would need to be live migration
aware (worst case solution: flush and turn off caching during live
migrate), and ideally be capable of replaying a dirty writeback cache
in the event the host crashes.

Is there any support for this already? Has anyone worked on this before?
If not, would there be any interest in it?

-- 
Alex Bligh

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-06-24 10:26 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-01 13:21 [Qemu-devel] Adding a persistent writeback cache to qemu Alex Bligh
2013-04-11  9:25 ` Stefan Hajnoczi
2013-06-19 21:28   ` Alex Bligh
2013-06-20  9:46     ` Stefan Hajnoczi
2013-06-20 14:25       ` Alex Bligh
2013-06-21 12:55         ` Stefan Hajnoczi
2013-06-21 13:54           ` Alex Bligh
2013-06-21 15:45           ` Sage Weil
2013-06-20 15:58       ` Sage Weil
2013-06-21 11:18         ` Alex Bligh
2013-06-21 15:40           ` Sage Weil
2013-06-21 13:20         ` Stefan Hajnoczi
2013-06-21 15:18         ` Liu Yuan
2013-06-24  9:31           ` Stefan Hajnoczi
2013-06-24 10:25             ` Alex Bligh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).