You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leases continues to be not persistent across dnsmasq restarts / additions - i.e. leases file is wiped and leases are not remembered.
This causes the guest VM dhcp client to get an "NAK" DHCP deny on DHCP renewal, and have to go through the normal procedure again of DISCOVER>OFFER>REQUEST>ACK. For some guest OS versions (RedHat has shown this) where static routes are used the initial "NAK" will break these static routes, leading to problems in the guest OS, i.e. the VM will get a new lease but will have lost it's static routes.
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
REFERENCES
/ https://issues.apache.org/jira/browse/CLOUDSTACK-10204
/ https://issues.apache.org/jira/browse/CLOUDSTACK-10167
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
https://github.com/apache/cloudstack/blob/master/systemvm/debian/opt/cloud/bin/cs/CsDhcp.py#L145
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS