On Tue, Jul 31, 2012 at 2:18 AM, ramu <ramu.freesyst...@gmail.com> wrote:
> I want to integrate ceph with opendedup(sdfs) using java-rados.
> Please help me to integration of ceph with opendedup.

It sounds like you could use radosgw and just use S3ChunkStore.

If you really want to implement your own ChunkStore straight on top of
RADOS, well, it sounds like FileBasedChunkStore should be an easy
model; copy-paste it, and replace all file operations with RADOS
object reads/writes/etc.


BTW it sounds like SDFS is not really a distributed file system, or at
least the architecture slides don't point at anything about multiple
mounting the same metadata store. It sounds like they made all
operations for one file system go through the same metadata server.
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to