All of lore.kernel.org
 help / color / mirror / Atom feed
From: Loic Dachary <loic@dachary.org>
To: Ceph Development <ceph-devel@vger.kernel.org>
Cc: Kevin Greenan <kmgreen2@gmail.com>
Subject: erasure code software and papers and swift
Date: Fri, 07 Nov 2014 04:08:41 +0100	[thread overview]
Message-ID: <545C37B9.9000505@dachary.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1871 bytes --]

Hi Ceph,

For the record, here are a few erasure code related links (thanks Kevin :-), 

   https://bitbucket.org/tsg-/liberasurecode/
   liberasurecode is an Erasure Code API library written in C with pluggable Erasure Code backends.

the first commit is dated back april 2014 but its content suggests development happened elsewhere before that. 

It is the equivalent of a standalone 

    https://github.com/ceph/ceph/tree/master/src/erasure-code

Only with dynamically loaded jerasure/isa instead of an embedded copy. The idea of an external general purpose erasure code library is appealing. It would lower the maintenance effort, among other things. It's nice to see that Ceph is listed as a contributor in the readme. There is no commit to date in the liberasurecode library itself but that can be fixed ;-)

liberasurecode is already used as a dependency of https://bitbucket.org/kmgreen2/pyeclib , the library swift depends on for erasure coded storage policies.

And some interesting papers:

    Simple Regenerating Codes: http://arxiv.org/pdf/1109.0264v1.pdf

    LT Codes: http://en.wikipedia.org/wiki/Luby_transform_code

    Rateless codes and downloads: http://www.iptps.org/papers-2003/rateless_codes.pdf

Yesterday I attended Paul Luse presentation of the erasure code implementation in swift and it was enlightening. Very much like Samuel Just did in Ceph when he introduced the Placement Groups backends, Paul worked on Swift Storage Policies to make room for erasure coded "rings" (pools in the swift parlance, if I'm not mistaken).

http://docs-draft.openstack.org/90/125190/8/gate/gate-swift-specs-docs/2d2cf67/doc/build/html/specs/swift/erasure_coding.html

It looks like erasure code will be available in swift soon and the hard part of the work is complete.

Cheers

-- 
Loïc Dachary, Artisan Logiciel Libre


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]

                 reply	other threads:[~2014-11-07  3:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=545C37B9.9000505@dachary.org \
    --to=loic@dachary.org \
    --cc=ceph-devel@vger.kernel.org \
    --cc=kmgreen2@gmail.com \
    /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 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.