diff options
author | Mykola Golub <mgolub@suse.com> | 2020-03-25 09:44:18 +0100 |
---|---|---|
committer | Mykola Golub <mgolub@suse.com> | 2020-04-13 19:25:09 +0200 |
commit | 56aaaf8a97574a0284bad37cc0ba5e1c262f33e0 (patch) | |
tree | 0dd764687468a2c9cdde952f1e494b982d03343d /alpine | |
parent | rpm,deb: add ceph-erasure-code-tool to ceph-osd package (diff) | |
download | ceph-56aaaf8a97574a0284bad37cc0ba5e1c262f33e0.tar.xz ceph-56aaaf8a97574a0284bad37cc0ba5e1c262f33e0.zip |
test/erasure-code: remove ceph_erasure_code
Its functionality is moved to ceph-erasure-code-tool.
Signed-off-by: Mykola Golub <mgolub@suse.com>
Diffstat (limited to 'alpine')
-rw-r--r-- | alpine/APKBUILD.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/alpine/APKBUILD.in b/alpine/APKBUILD.in index 7a3b598b758..18bcf19f4ad 100644 --- a/alpine/APKBUILD.in +++ b/alpine/APKBUILD.in @@ -415,7 +415,6 @@ ceph_test() { ceph_bench_log \ ceph_kvstorebench \ ceph_multi_stress_watch \ - ceph_erasure_code \ ceph_erasure_code_benchmark \ ceph_omapbench \ ceph_objectstore_bench \ |