CherryPicked: [cnv-4.20] net, tests, hot-plug: Avoid redundant VMI interface lookup - #5957
Open
cnv-tests-github-webhook-dollierp[bot] wants to merge 1 commit into
Conversation
hot_plug_interface() already returns the full interface status including interfaceName. Pass it through to set_secondary_static_ip_address() instead of re-querying VMI status for the same value. This PR replaces #5419, which required fixes, but its original author is away and I cannot push to their fork (in order to apply these fixes). Assisted-by: Claude <noreply@anthropic.com> Assisted-by: Yossi Segev <ysegev@redhat.com> https://redhat.atlassian.net/browse/CNV-88390 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> * **Bug Fixes** * Improved hot-plug network behavior when assigning secondary static IP addresses, ensuring the address is applied to the correct guest interface. * Strengthened IP verification to confirm the assigned address on the intended interface. * **Tests** * Updated hot-plug networking tests and fixtures to pass full interface details into the secondary static IP workflow, aligning with the corrected behavior. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Anat Wax <awax@redhat.com>
|
@yossisegev — AI automatically resolved merge conflicts for this cherry-pick. Please review the changes carefully and verify correctness before merging. |
Contributor
|
Report bugs in Issues Welcome! 🎉This pull request will be automatically processed with the following features: 🔄 Automatic Actions
📋 Available CommandsPR Status Management
Review & Approval
Testing & Validation
Container Operations
Cherry-pick Operations
Branch Management
Label Management
✅ Merge RequirementsThis PR will be automatically approved when the following conditions are met:
📊 Review ProcessApprovers and ReviewersApprovers:
Reviewers:
Available Labels
AI Features
Security Checks
💡 Tips
📌 Additional InformationCustom Commands:
For more information, please refer to the project documentation or contact the maintainers. |
openshift-virtualization-qe-bot-3
requested review from
nirdothan,
orelmisan and
servolkov
August 10, 2026 15:36
openshift-virtualization-qe-bot-3
requested review from
EdDev and
frenzyfriday
August 10, 2026 15:36
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.
Cherry-pick from
mainbranch, original PR: #5578, PR owner: yossisegev