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

feat(io-engine/api/cksum): add wipe checksum #55

Merged
merged 2 commits into from
Dec 8, 2023
Merged

Conversation

tiagolobocastro
Copy link
Contributor

Checksums a replica which can be used to verify data between volume replicas. For speed sake we're reusing the existing wipe replicas as it's a very good fit for this and we can reuse the entire infra around it. todo: consider renaming wipe etc

@blaisedias
Copy link

blaisedias commented Dec 8, 2023

Can we return the capabilities in mayastor features perhaps under test flags by extending the proto to add test capability flags to

message MayastorFeatures {
  bool asymmetricNamespaceAccess = 1;
}

in host.proto

@tiagolobocastro tiagolobocastro force-pushed the cksum branch 3 times, most recently from 2cd2683 to b23878a Compare December 8, 2023 14:43

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Checksums a replica which can be used to verify data between volume replicas.
For speed sake we're reusing the existing wipe replicas as it's a very good
fit for this and we can reuse the entire infra around it.
todo: consider renaming wipe etc

Signed-off-by: Tiago Castro <[email protected]>
Signed-off-by: Tiago Castro <[email protected]>
@tiagolobocastro tiagolobocastro merged commit dca05e3 into develop Dec 8, 2023
3 checks passed
@tiagolobocastro tiagolobocastro deleted the cksum branch December 8, 2023 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants