[stgt] [PATCH 0/3] bs_rbd: add backing-store driver for Ceph rbd	images
    Dan Mick 
    dan.mick at inktank.com
       
    Thu Feb 14 03:42:24 CET 2013
    
    
  
[Resubmitting with a new README for more context]
The 'rbd' backing-store driver provides access to Ceph (http://ceph.com)
'RADOS block devices (rbd)" through tgtd.
Ceph is a distributed storage system that provides clustered redundant
object storage; one of the ways to use such storage is through the
abstraction of a "block device".  See README.rbd for more details.
Dan Mick (3):
  Add support for Ceph rbd backing store
  Add documentation for rbd backend
  Add README.rbd to explain/document usage with Ceph rbd backing
    storage.
 doc/README.rbd   |   26 +++
 doc/tgtadm.8.xml |    6 +-
 usr/Makefile     |    2 +
 usr/bs.c         |    3 +
 usr/bs_rbd.c     |  536 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 usr/bs_rdwr.c    |    2 -
 usr/bs_thread.h  |    2 +-
 7 files changed, 572 insertions(+), 5 deletions(-)
 create mode 100644 doc/README.rbd
 create mode 100644 usr/bs_rbd.c
-- 
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe stgt" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
    
    
More information about the stgt
mailing list