OADP-7543: Optimize VSC handle readiness polling for VSS backups#484
OADP-7543: Optimize VSC handle readiness polling for VSS backups#484sseago wants to merge 1 commit intoopenshift:oadp-1.5from
Conversation
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat> Signed-off-by: Scott Seago <sseago@redhat.com>
|
@sseago: This pull request references OADP-7543 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan for PR comments
Comment |
|
Leaving as draft for now until the upstream fix merges. |
|
Upstream solution will be configurable (and disabled by default). We also need to decide whether we want that fix in OADP-1.5 or whether we want this simpler fix.
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sseago The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@sseago: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Thank you for contributing to Velero!
Please add a summary of your change
This change adds more frequent (every one second) polling for the first 10 seconds that the CSI plugin waits for the snaphandle to appear. The prior 5-second polling interval resulted in multi-volume VMs taking more than 10 seconds to back up, at which point VSS would force an unfreeze too soon.
Does your change fix a particular issue?
OADP-7543