ceph/doc/dev/osd_internals/erasure_coding
Loic Dachary 487105df10 erasure-code: add directory to plugin init functions
The prototype of the init functions of erasure coded plugins is changed
from

   int __erasure_code_init(char *plugin_name)

to

   int __erasure_code_init(char *plugin_name, char *directory)

The jerasure plugin will find optimized variants in this directory and
load them. The load() and preload() functions of
ErasureCodePluginRegistry only use a directory instead of a more generic
parameters map. The parameters map was only used for the directory entry
anyway.

Signed-off-by: Loic Dachary <loic-201408@dachary.org>
2014-08-28 11:09:29 +02:00
..
developer_notes.rst erasure-code: add directory to plugin init functions 2014-08-28 11:09:29 +02:00
jerasure.rst doc: update jerasure plugin 2014-03-30 10:31:13 +02:00
pgbackend.rst doc: pgbackend dev doc outdated notice 2014-03-30 10:31:13 +02:00