cv4pve-barc icon indicating copy to clipboard operation
cv4pve-barc copied to clipboard

[Feature request] Implement integrity check

Open matveevandrey opened this issue 5 years ago • 1 comments

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: https://github.com/EnterpriseVE/eve4pve-barc/issues/36

matveevandrey avatar Apr 12 '19 11:04 matveevandrey

Done here: https://github.com/lephisto/cv4pve-barc/commit/0886ef1cf6a41a58d3fbaa968b925d950dd32b29

lephisto avatar Jan 28 '20 20:01 lephisto