All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] More RBD updates
@ 2011-09-15 21:11 ` Sage Weil
  0 siblings, 0 replies; 16+ messages in thread
From: Sage Weil @ 2011-09-15 21:11 UTC (permalink / raw)
  To: qemu-devel, ceph-devel; +Cc: Sage Weil

Hi,

Here are a few more improvements to the qemu rbd support.  The first 
patch makes the configuration file handling cleaner (do not error out if 
/etc/ceph/ceph.conf doesn't exist).  One allows characters in the conf 
string to be escaped, so you can (for example) specify an ip\:port (':' 
is used as a delimiter).

The last patch implements flush when rbd_flush() is available.  This lets 
us take advantage of write buffering in newer versions of librbd, which 
improves performance significantly for many workloads (including the 
trivial qemu-img convert).

Thanks!
sage


Sage Weil (4):
  rbd: ignore failures when reading from default conf location
  rbd: allow escaping in config string
  rbd: update comment heading
  rbd: call flush, if available

 block/rbd.c |   83 +++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 56 insertions(+), 27 deletions(-)

-- 
1.7.2.5

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

end of thread, other threads:[~2011-09-19 20:28 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-15 21:11 [PATCH 0/4] More RBD updates Sage Weil
2011-09-15 21:11 ` [Qemu-devel] " Sage Weil
2011-09-15 21:11 ` [PATCH 1/4] rbd: ignore failures when reading from default conf location Sage Weil
2011-09-15 21:11   ` [Qemu-devel] " Sage Weil
2011-09-15 21:11 ` [PATCH 2/4] rbd: allow escaping in config string Sage Weil
2011-09-15 21:11   ` [Qemu-devel] " Sage Weil
2011-09-19 14:06   ` Kevin Wolf
2011-09-19 14:06     ` Kevin Wolf
2011-09-19 20:33     ` Sage Weil
2011-09-19 20:33       ` Sage Weil
2011-09-15 21:11 ` [PATCH 3/4] rbd: update comment heading Sage Weil
2011-09-15 21:11   ` [Qemu-devel] " Sage Weil
2011-09-15 21:11 ` [PATCH 4/4] rbd: call flush, if available Sage Weil
2011-09-15 21:11   ` [Qemu-devel] " Sage Weil
2011-09-19 14:09 ` [Qemu-devel] [PATCH 0/4] More RBD updates Kevin Wolf
2011-09-19 14:09   ` Kevin Wolf

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.