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

hammer: osd: rados cppool omap to ec pool crashes osd #8845

Merged
merged 2 commits into from Jul 25, 2016

Commits on Apr 30, 2016

  1. osd/ReplicatedPG: For obj has omap, it mean have omap data or omap he…

    …ader or have both.
    
    Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
    (cherry picked from commit fc51ce2)
    majianpeng authored and smithfarm committed Apr 30, 2016
    Configuration menu
    Copy the full SHA
    f024259 View commit details
    Browse the repository at this point in the history
  2. osd/Replicated: For CEPH_OSD_OP_WRITE, set data digest.

    Add two cases which can add data digest for OP_WRITE:
    a: offset = 0, and length > original size
    b: offset = original size, and original has data_digest.
    
    Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
    (cherry picked from commit c7702bf)
    majianpeng authored and smithfarm committed Apr 30, 2016
    Configuration menu
    Copy the full SHA
    fb1b40f View commit details
    Browse the repository at this point in the history