Skip to content

release vm ip when vm is stopped then deleted#5390

Merged
oilbeater merged 1 commit intomasterfrom
fix/vmip
Jun 25, 2025
Merged

release vm ip when vm is stopped then deleted#5390
oilbeater merged 1 commit intomasterfrom
fix/vmip

Conversation

@oilbeater
Copy link
Copy Markdown
Collaborator

Pull Request

What type of this PR

Examples of user facing changes:

  • Bug fixes

Which issue(s) this PR fixes

Fixes #5367

@dosubot dosubot Bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Jun 24, 2025
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary of Changes

Hello @oilbeater, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request resolves a bug where IP addresses allocated to Kubevirt Virtual Machines were not being released upon VM deletion. The changes introduce a robust mechanism to detect VM deletion events and automatically reclaim the associated IP addresses and network resources, ensuring efficient IP management and preventing resource leaks in Kube-OVN environments integrated with Kubevirt. This is a crucial fix for maintaining network hygiene and resource availability.

Highlights

  • IP Address Management: Implemented automatic release of IP addresses and associated network resources (Logical Switch Ports) when a Kubevirt Virtual Machine is deleted, addressing a potential IP exhaustion issue.
  • Kubevirt Integration: Enhanced the controller to actively watch for Kubevirt Virtual Machine deletion events, ensuring timely and proper cleanup of network resources.
  • RBAC Permissions: Updated role-based access control configurations to grant the necessary watch permissions, allowing the controller to monitor relevant Kubernetes resources, including Kubevirt Virtual Machines.
  • Informer System Refinement: Refactored the Kubevirt informer factory to support watching both Virtual Machine and Virtual Machine Instance Migration resources, improving the overall event handling and resource synchronization.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist is currently in preview and may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments to provide feedback.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@dosubot dosubot Bot added the bug Something isn't working label Jun 24, 2025
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request effectively addresses the issue of releasing VM IP addresses when a VM is stopped and subsequently deleted. The changes involve updating RBAC permissions, refactoring the Kubevirt informer setup for better modularity, and implementing the core logic for IPAM release and OVN logical switch port deletion upon VM termination. The introduction of a dedicated worker for VM deletion events is a key improvement. Overall, the changes are well-structured and directly contribute to the stated objective.

Comment thread pkg/controller/controller.go
Comment thread pkg/controller/kubevirt.go
Comment thread pkg/controller/kubevirt.go
Comment thread pkg/controller/controller.go
Comment thread pkg/controller/controller.go
Comment thread pkg/controller/controller.go
Comment thread pkg/informer/kubevirt.go
Comment thread pkg/informer/kubevirt.go
@coveralls
Copy link
Copy Markdown

coveralls commented Jun 24, 2025

Pull Request Test Coverage Report for Build 15865267955

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 68 (0.0%) changed or added relevant lines in 3 files are covered.
  • 4 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.03%) to 21.524%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/controller/controller.go 0 4 0.0%
pkg/informer/kubevirt.go 0 5 0.0%
pkg/controller/kubevirt.go 0 59 0.0%
Files with Coverage Reduction New Missed Lines %
pkg/controller/controller.go 1 1.24%
pkg/controller/kubevirt.go 1 0.0%
pkg/ovs/ovn-nb-bfd.go 2 61.61%
Totals Coverage Status
Change from base Build 15850791971: -0.03%
Covered Lines: 10481
Relevant Lines: 48694

💛 - Coveralls

@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Jun 25, 2025
Comment thread pkg/controller/kubevirt.go Outdated
Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
@oilbeater oilbeater merged commit 85a45ce into master Jun 25, 2025
10 of 11 checks passed
@oilbeater oilbeater deleted the fix/vmip branch June 25, 2025 01:37
@dosubot dosubot Bot mentioned this pull request Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] ip count on subnet not managed correctly when VMs are stopped and deleted

4 participants