ceph/src/.gitignore
Loic Dachary e80b084f91 erasure-code: add ceph_erasure_code debug command
It loads a designated erasure-code plugin and calls its
methods. It is convenient to figure out and tune the number of data
chunks, the size of an aligned chunk etc. For instance:

ceph_erasure_code \
      --parameter erasure-code-plugin=jerasure \
      --parameter erasure-code-directory=.libs \
      --parameter erasure-code-technique=reed_sol_van \
      --parameter erasure-code-k=2 \
      --parameter erasure-code-m=2 \
      --all

displays the chunk size when encoding an object of 1024 bytes.

get_chunk_size(1024)	512
get_data_chunk_count	2
get_chunk_count	4

Signed-off-by: Loic Dachary <loic@dachary.org>
2014-02-04 15:58:19 +01:00

81 lines
1.1 KiB
Plaintext

# generic entries
Makefile
# local directory specific entries
/.git_version
/.libs
/acconfig.h*
/ceph
/cephfs
/crushtool
/ceph-authtool
/ceph-conf
/ceph-coverage
/ceph-crush-location
/ceph-debugpack
/ceph-post-file
/ceph-dencoder
/ceph-fuse
/ceph-mds
/ceph-mon
/ceph-osd
/ceph-syn
/ceph.conf
/ceph_bench_log
/ceph_dupstore
/ceph_filestore_dump
/ceph_filestore_tool
/ceph_mon_store_converter
/ceph_multi_stress_watch
/ceph_erasure_code
/ceph_erasure_code_benchmark
/ceph_psim
/ceph_radosacl
/ceph_rgw_jsonparser
/ceph_rgw_multiparser
/ceph_scratchtool
/ceph_scratchtoolpp
/ceph_streamtest
/ceph_test_*
/ceph_tpbench
/ceph_xattr_bench
/ceph_kvstorebench
/ceph_omapbench
/ceph_smalliobench
/ceph_smalliobenchdumb
/ceph_smalliobenchfs
/ceph_smalliobenchrbd
/ceph-monstore-tool
/ceph-osdomap-tool
/ceph-kvstore-tool
/ceph_ver.h
/dev
/init-ceph
/keyring
/librados-config
/massif.out.*
/mkcephfs
/mnt
/monmaptool
/mount.ceph
/osdmaptool
/out
/rados
/radosgw
/radosgw-admin
/rbd
/rbd-fuse
/rest-bench
/sample.fetch_config
/TAGS
/tags
/testmsgr
/test_*
/test-suite.log
/cls_test_*
/unittest_*
/get_command_descriptions
# old dir, may in use by older branches
/leveldb