]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
erasure-code: ErasureCodeLrc update default values to string
authorLoic Dachary <ldachary@redhat.com>
Sun, 17 May 2015 16:08:31 +0000 (18:08 +0200)
committerLoic Dachary <ldachary@redhat.com>
Sat, 30 May 2015 22:01:34 +0000 (00:01 +0200)
commit395eba9b38e8f8e301910531dc2934c6e4cfed69
tree18e5a949ee70fd4242b4a7f50738ceb840fd9272
parent17ecd6f942c1e72f260a33de0e50827ef25b0c59
erasure-code: ErasureCodeLrc update default values to string

Update the ErasureCodeLrc::init function to use string default values
and update the profile accordingly.

If the k,m,l values are set and generate mappings and layers entries,
those are not stored in the profile. The details of what k,m,l create
are private and not exposed to the caller.

http://tracker.ceph.com/issues/9589 Fixes: #9589

Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/erasure-code/lrc/ErasureCodeLrc.cc
src/erasure-code/lrc/ErasureCodeLrc.h