]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
erasure-code: ErasureCodeIsa update default values to string
authorLoic Dachary <ldachary@redhat.com>
Sun, 17 May 2015 15:58:36 +0000 (17:58 +0200)
committerLoic Dachary <ldachary@redhat.com>
Sat, 30 May 2015 22:01:34 +0000 (00:01 +0200)
commit6eaeb56718c0f53c2710ac25ac658d54beaa739c
treea3a98795d72e9623e9f1257695c26b10b7dc2562
parent4b3ba2abc4eb94bf09422090d6b6c357fced1fb9
erasure-code: ErasureCodeIsa update default values to string

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

Also fix a bug by which the plugin would incorrectly report using the
default technique when the reed_sol_van or cauchy techniques are the
only legitimate values.

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

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