From: Randy Dunlap on
On Fri, 13 Aug 2010 10:40:32 -0700 Sage Weil wrote:

> Hi,
>
> The rados block device (rbd) implements a network block device backed by
> the Ceph distributed object store (think nbd/iSCSI, but distributed and
> fault tolerant). At the suggestion of Christoph and James, this version
> of the patchset factors out the common Ceph bits (the network protocol,
> cluster membership, and object storage parts) into a libceph module
> (currently in net/ceph/ and include/linux/ceph/) that is shared by the
> file system component (fs/ceph) and rbd (drivers/block/rbd.c). The first
> few patches lay some groundwork, #7 moves does the ceph -> libceph+ceph
> split, and #8 adds the block device driver.

Hi,
Did patch #7 make it to any mailing lists?
I didn't receive it.

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Sage Weil on
On Fri, 13 Aug 2010, Randy Dunlap wrote:
> On Fri, 13 Aug 2010 10:40:32 -0700 Sage Weil wrote:
>
> > Hi,
> >
> > The rados block device (rbd) implements a network block device backed by
> > the Ceph distributed object store (think nbd/iSCSI, but distributed and
> > fault tolerant). At the suggestion of Christoph and James, this version
> > of the patchset factors out the common Ceph bits (the network protocol,
> > cluster membership, and object storage parts) into a libceph module
> > (currently in net/ceph/ and include/linux/ceph/) that is shared by the
> > file system component (fs/ceph) and rbd (drivers/block/rbd.c). The first
> > few patches lay some groundwork, #7 moves does the ceph -> libceph+ceph
> > split, and #8 adds the block device driver.
>
> Hi,
> Did patch #7 make it to any mailing lists?
> I didn't receive it.

Sorry, I think vger ate it (it's 850KB). You can see it here:

http://git.kernel.org/?p=linux/kernel/git/sage/ceph-client.git;a=commit;h=a6da68196474aabcdcc2f5dab64c0b55ca5090b7

sage

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/