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

DHCP leases should be persisted on local storage #248

Closed
bcressey opened this issue Sep 18, 2019 · 0 comments · Fixed by #970
Closed

DHCP leases should be persisted on local storage #248

bcressey opened this issue Sep 18, 2019 · 0 comments · Fixed by #970
Labels
type/bug Something isn't working
Milestone

Comments

@bcressey
Copy link
Contributor

Presently wicked saves lease info to /run, where it will be lost on reboot.

This avoids needing to trust data from persistent storage, but can introduce an availability issue.

If we're confident that wicked is sufficiently hardened to malicious input from this source after code review, we can move the data back to /var.

@tjkirch tjkirch added the type/bug Something isn't working label Oct 2, 2019
@tjkirch tjkirch added this to the Public Preview milestone Oct 24, 2019
@iliana iliana modified the milestones: Public Preview, GA Jan 23, 2020
@iliana iliana modified the milestones: GA, v0.5.0 Jun 23, 2020
@bcressey bcressey linked a pull request Jul 7, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants