ceph/qa/workunits
lijiaxu d7107c1004 qa/workunits/erasure-code/bench.sh:fix the error of getting encoding technique in ec test
Isa / jerasure codec ‘technique’, obtained by the following statements,
 "eval technique_parameter=\$${plugin}2technique_${technique}",
 which generate a string such as "isa2technique_vandermonde",
 and assign the value of "technique_parameter" to "isa2technique_vandermonde".

 String such as "isa2technique_vandermonde" should have a preset value, but it does not,
 which will cause string "technique_parameter" to be empty.

 Run the script, prompt the following error message and exit:
 isa technique= is not a valid coding technique.  Choose one of the following: reed_sol_van,cauchy

 To fix the bug, specify a preset value for "technique_parameter":

 + isa2technique_vandermonde='reed_sol_van'
 + isa2technique_cauchy='cauchy'
 + jerasure2technique_vandermonde='reed_sol_van'
 + jerasure2technique_cauchy='cauchy_good'

 Signed-off-by: lijiaxu <lijiaxu@cmss.chinamobile.com>
2020-04-21 11:10:21 +08:00
..
caps
ceph-tests
cephadm cephadm: Update images used 2020-04-14 16:05:14 +02:00
cephtool Merge pull request #34541 from neha-ojha/wip-balancer-on 2020-04-15 15:03:28 -07:00
cls test: add ceph_test_cls_cmpomap 2020-04-13 09:23:44 -04:00
direct_io
erasure-code qa/workunits/erasure-code/bench.sh:fix the error of getting encoding technique in ec test 2020-04-21 11:10:21 +08:00
fs
hadoop
libcephfs
mgr
mon qa/workunits/mon: add check for min_size 2020-04-02 12:47:34 +05:30
objectstore
osdc
rados Merge PR #34105 into master 2020-03-23 08:24:06 -05:00
rbd rbd-mirror: switch to json_spirit formatter for journal image status 2020-04-03 15:24:53 -04:00
rename
rest qa/suites/rados/rest: Don't pass empty dict as data arg 2020-03-31 17:43:10 +10:00
restart
rgw
suites
ceph-helpers-root.sh
false.sh
kernel_untar_build.sh
Makefile
post-file.sh
true.sh