Skip to content

osd: Modify erasure code plugins ready for new EC#61804

Merged
aainscow merged 9 commits intoceph:mainfrom
aainscow:erasure_code_chunks
Apr 3, 2025
Merged

osd: Modify erasure code plugins ready for new EC#61804
aainscow merged 9 commits intoceph:mainfrom
aainscow:erasure_code_chunks

Conversation

@aainscow
Copy link
Contributor

@aainscow aainscow commented Feb 13, 2025

This is all the changes required for the EC plugins for new EC. This is a fairly significant list:

  • Add flag sets to switch on/off various optimisations in the new code
  • Add support in plugins (but do not call) parity delta writes.
  • Minimum granularity interface, which allows a plugin to specify the size of data that needs to be encoded/decoded at once.
  • Improve behaviour when invalid values are provided to plug (fail to use, rather than panic)
  • Update to use shard_id_t, shard_id_set and shard_id_map

Contribution Guidelines

  • To sign and title your commits, please refer to Submitting Patches to Ceph.

  • If you are submitting a fix for a stable branch (e.g. "quincy"), please refer to Submitting Patches to Ceph - Backports for the proper workflow.

  • When filling out the below checklist, you may click boxes directly in the GitHub web UI. When entering or editing the entire PR message in the GitHub web UI editor, you may also select a checklist item by adding an x between the brackets: [x]. Spaces and capitalization matter when checking off items this way.

Checklist

  • Tracker (select at least one)
    • References tracker ticket
    • Very recent bug; references commit where it was introduced
    • New feature (ticket optional)
    • Doc update (no ticket needed)
    • Code cleanup (no ticket needed)
  • Component impact
    • Affects Dashboard, opened tracker ticket
    • Affects Orchestrator, opened tracker ticket
    • No impact that needs to be tracked
  • Documentation (select at least one)
    • Updates relevant documentation
    • No doc update is appropriate
  • Tests (select at least one)
Show available Jenkins commands
  • jenkins retest this please
  • jenkins test classic perf
  • jenkins test crimson perf
  • jenkins test signed
  • jenkins test make check
  • jenkins test make check arm64
  • jenkins test submodules
  • jenkins test dashboard
  • jenkins test dashboard cephadm
  • jenkins test api
  • jenkins test docs
  • jenkins render docs
  • jenkins test ceph-volume all
  • jenkins test ceph-volume tox
  • jenkins test windows
  • jenkins test rook e2e

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build/ops common core crimson needs-qa no-backport-required Label that can be optionally added to show that we do not need to backport. performance tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants