Add EC Reed-Solomon GF(256) stripe pattern support - #370
jayapsrivastava wants to merge 3 commits into
Conversation
|
Hi @iamjoemccormick , I have the following question about the EC entry info implementation: For beegfs entry info, both RAID0 and EC pattern information originates from the metadata service. The V2 ioctl currently returns the pattern type, chunk size, default target count, storage pool and target IDs. To show the EC data/parity composition and parity grouping, beegfs-go also needs So for this there are two possible approaches:
Which approach should we use for EC entry info? |
Hi @jayapsrivastava , we should add a |
What does this PR do / why do we need it?
Required for all PRs.
Related Issue(s)
Required when applicable.
Where should the reviewer(s) start reviewing this?
Only required for larger PRs when this may not be immediately obvious.
Are there any specific topics we should discuss before merging?
Not required.
What are the next steps after this PR?
Not required.
Checklist before merging:
Required for all PRs.
When creating a PR these are items to keep in mind that cannot be checked by GitHub actions:
For more details refer to the Go coding standards and the pull request process.