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

[Feature request] Implement integrity check #37

Open
matveevandrey opened this issue Apr 12, 2019 · 1 comment
Open

[Feature request] Implement integrity check #37

matveevandrey opened this issue Apr 12, 2019 · 1 comment

Comments

@matveevandrey
Copy link

It would be cool to have an ability to perform integrity check on stored images

To reduce memory usage checksum should be calculated for stream instead of file thus we have only double read: compare( read(base_image +diffs) vs read(current_rbd_snapshot))

Yes this function will be resource consuming but if it applies once per week/month I think it would be enough.

However in my understanding this feature could only be implemented after adding:
#36

@lephisto
Copy link
Contributor

Done here: lephisto@0886ef1

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

No branches or pull requests

2 participants