Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools/erasure-code: new tool to encode/decode files #34090

Merged
merged 3 commits into from
Apr 27, 2020

Commits on Apr 13, 2020

  1. ceph-erasure-code-tool: new tool to encode/decode files

    E.g. it may be useful as a last resort when recovering an object from
    a damaged PG: extract the encoded object chunks from the PG shards
    with ceph-objectstore-tool and then decode with ceph-erasure-code-tool.
    
    It also has functionality similar to what ceph_erasure_code test provides.
    
    Signed-off-by: Mykola Golub <mgolub@suse.com>
    trociny committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    b274357 View commit details
    Browse the repository at this point in the history
  2. rpm,deb: add ceph-erasure-code-tool to ceph-osd package

    Signed-off-by: Mykola Golub <mgolub@suse.com>
    trociny committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    53c75ee View commit details
    Browse the repository at this point in the history
  3. test/erasure-code: remove ceph_erasure_code

    Its functionality is moved to ceph-erasure-code-tool.
    
    Signed-off-by: Mykola Golub <mgolub@suse.com>
    trociny committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    56aaaf8 View commit details
    Browse the repository at this point in the history