BCF-6406: [REAR] Improve post-BMR integrity check#77
Open
Andrus Suvalau (svlv) wants to merge 4 commits intodevelopfrom
Open
BCF-6406: [REAR] Improve post-BMR integrity check#77Andrus Suvalau (svlv) wants to merge 4 commits intodevelopfrom
Andrus Suvalau (svlv) wants to merge 4 commits intodevelopfrom
Conversation
Jira-Ref: BCF-6406: [REAR] Improve post-BMR integrity check
There was a problem hiding this comment.
Pull request overview
This PR improves post–Bare-Metal Recovery (BMR) integrity checking for the COVE workflow by adding configurable checksum verification and refining which files are included in checksum snapshots.
Changes:
- Adds
COVE_INTEGRITY_CHECKconfiguration to control which integrity checks run (binaries/configs/all). - Replaces the previous fixed md5sum verification script with a new implementation driven by
COVE_INTEGRITY_CHECK. - Adjusts snapshot generation to exclude specific Debian 10 UEFI bootloader binaries from COVE verification.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| usr/share/rear/layout/save/default/600_snapshot_files.sh | Quotes checksum output path and adds Debian 10 UEFI exclusions for COVE file hashing. |
| usr/share/rear/conf/default.conf | Introduces COVE_INTEGRITY_CHECK default setting and documents available options. |
| usr/share/rear/checkintegrity/COVE/default/010_verify_hashsum.sh | New configurable md5sum verification logic for post-restore integrity checks. |
| usr/share/rear/checkintegrity/COVE/default/001_compare_binaries.sh | Removes the previous md5sum verification implementation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
usr/share/rear/checkintegrity/COVE/default/010_verify_hashsum.sh
Outdated
Show resolved
Hide resolved
usr/share/rear/checkintegrity/COVE/default/010_verify_hashsum.sh
Outdated
Show resolved
Hide resolved
Jira-Ref: BCF-6406: [REAR] Improve post-BMR integrity chec
Jira-Ref: BCF-6406: [REAR] Improve post-BMR integrity check
Barys Barysenka (BarysBarysenka)
previously approved these changes
Feb 11, 2026
- Rename COVE_INTEGRITY_CHECK to COVE_CHECK_INTEGRITY Jira-Ref: BCF-6406: [REAR] Improve post-BMR integrity check
Kyrylo Vorobiov (kiru6a)
approved these changes
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira-Ref: BCF-6406: [REAR] Improve post-BMR integrity check