From: Randy Dunlap <rdunlap@xenotime.net>
To: Sage Weil <sage@newdream.net>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org,
linux-scsi@vger.kernel.org, ceph-devel@vger.kernel.org,
hch@lst.de, akpm@linux-foundation.org, yehuda@hq.newdream.net
Subject: Re: [PATCH 0/8] rados block device and ceph refactor
Date: Fri, 13 Aug 2010 19:32:33 -0700 [thread overview]
Message-ID: <20100813193233.80f09131.rdunlap@xenotime.net> (raw)
In-Reply-To: <Pine.LNX.4.64.1008131609270.5383@cobra.newdream.net>
On Fri, 13 Aug 2010 16:11:55 -0700 (PDT) Sage Weil wrote:
> 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
Yes, vger has a limit of 400 KB on lkml and netdev.
Other lists are probably less than that.
David M. wrote on 13-AUG-2007:
"The posting limit is 400K for linux-kernel, netdev, and one
or two of the other lists."
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
prev parent reply other threads:[~2010-08-14 2:32 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-13 17:40 [PATCH 0/8] rados block device and ceph refactor Sage Weil
2010-08-13 17:40 ` [PATCH 1/8] ceph-rbd: lookup pool in osdmap by name Sage Weil
2010-08-13 17:40 ` [PATCH 2/8] ceph-rbd: refactor osdc requests creation functions Sage Weil
2010-08-13 17:40 ` [PATCH 3/8] ceph-rbd: messenger and osdc changes for rbd Sage Weil
2010-08-13 17:40 ` [PATCH 4/8] ceph-rbd: enable creation of clients that don't need mds Sage Weil
2010-08-13 17:40 ` [PATCH 5/8] ceph-rbd: refactor mount related functions, add helpers Sage Weil
2010-08-13 17:40 ` [PATCH 6/8] ceph-rbd: osdc support for osd call and rollback operations Sage Weil
2010-08-13 17:40 ` [PATCH 8/8] rbd: introduce rados block device (rbd), based on libceph Sage Weil
2010-08-14 2:44 ` Randy Dunlap
2010-08-14 3:29 ` Sage Weil
2010-08-14 14:23 ` Randy Dunlap
2010-08-13 22:37 ` [PATCH 0/8] rados block device and ceph refactor Randy Dunlap
2010-08-13 23:11 ` Sage Weil
2010-08-14 2:32 ` Randy Dunlap [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=20100813193233.80f09131.rdunlap@xenotime.net \
--to=rdunlap@xenotime.net \
--cc=akpm@linux-foundation.org \
--cc=ceph-devel@vger.kernel.org \
--cc=hch@lst.de \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=sage@newdream.net \
--cc=yehuda@hq.newdream.net \
/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 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).