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: query host to check if dhcp rehydration feature is enabled before issuing dhcp request #3318

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

QxBytes
Copy link
Contributor

@QxBytes QxBytes commented Jan 7, 2025

Reason for Change:

There is a temporary workaround in swiftv2 linux which requires the cni to send a dhcp request when adding secondary nics. A more permanent fix is available, but once that is merged in, cni will still attempt to send the dhcp request and will fail perpetually. This PR adds a check to see if the dhcp rehydration feature (the more permanent fix) is enabled on the host before sending the dhcp request.

Issue Fixed:

See above

Requirements:

Notes:
Only affects swiftv2 linux setups with delegated nics

@QxBytes QxBytes self-assigned this Jan 7, 2025
@QxBytes QxBytes added cni Related to CNI. swift-v2 labels Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cni Related to CNI. swift-v2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant