Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(controller): support vmnetcfg disabled mode #4

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

starbops
Copy link
Member

When a VirtualMachineNetworkConfig is disabled, it will free up the slot occupied in IPAM and remove the MAC cache entry. Also, the referencing IPPool's status will be updated. However, the allocation record remains on its status field. When the VirtualMachineNetworkConfig is enabled again, the same IP address will be allocated.

When an VirtualMachineNetworkConfig is disabled, it will free up the
slot it occupied in IPAM and remove the MAC cache entry. Also, the
referencing IPPool's status will be updated. However, the allocation
record still remain on its status field. When the
VirtualMachineNetworkConfig is enabled again, the same IP address will
be allocated.

Signed-off-by: Zespre Chang <[email protected]>
@starbops starbops merged commit 733fe3d into harvester:main Jan 22, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant