fix(dataprotection): validate restored PV provenance before completion - #10778
Open
leon-ape wants to merge 11 commits into
Open
fix(dataprotection): validate restored PV provenance before completion#10778leon-ape wants to merge 11 commits into
leon-ape wants to merge 11 commits into
Conversation
Collaborator
|
Auto Cherry-pick Instructions CLA Recheck Instructions |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10778 +/- ##
==========================================
+ Coverage 64.86% 64.92% +0.05%
==========================================
Files 506 506
Lines 63300 63428 +128
==========================================
+ Hits 41058 41178 +120
- Misses 18603 18604 +1
- Partials 3639 3646 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
leon-ape
marked this pull request as ready for review
August 13, 2026 10:01
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.
Part 4 of 4 for #10755.
Problem
An already-bound target PVC was accepted as restore output without checking whether its PV was actually rebound by VolumePopulator.
Changes
Scope
This is minimum rebind validation only. It does not add provisioner compatibility detection, attempt identity, legacy restore adoption, Cluster finalizers, cleanup refactoring, or workload changes. It performs no uncached reads.
Tests
Fixes #10755