]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ErasureCodeJerasure: plugin 538/head
authorLoic Dachary <loic@dachary.org>
Wed, 28 Aug 2013 16:48:40 +0000 (18:48 +0200)
committerLoic Dachary <loic@dachary.org>
Tue, 10 Sep 2013 14:46:23 +0000 (16:46 +0200)
commit647188c4e1cd082e2d499e4db540719b17deaeb2
tree29e8bf63844f79a5f5a137b2bc5d4505a927c385
parente9e53912503259326a7877bda31c4360302c2c34
ErasureCodeJerasure: plugin

Create the class matching the string found in the
erasure-code-technique parameter, using the same strings are the
original {encoder,decoder}.c examples from Jerasure-1.2A. Registers
the plugin in ErasureCodePluginRegistry.

https://github.com/dachary/ceph/tree/wip-5879 refs #5879

Signed-off-by: Loic Dachary <loic@dachary.org>
src/osd/ErasureCodePluginJerasure/ErasureCodePluginJerasure.cc [new file with mode: 0644]
src/osd/ErasureCodePluginJerasure/Makefile.am
src/test/Makefile.am
src/test/osd/TestErasureCodePluginJerasure.cc [new file with mode: 0644]