Old DHCP leases not being cleared #47
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If VMs are forcibly stopped, DHCP leases and DNS records are not being purged. More investigation required.
I can't seem to replicate this on the blse2 cluster; will double check on the CL cluster.
Found the cause; a conditional
or
instead of a conditionaland
which caused a record comparison to always return false.closed via commit
710d2cf9c2