Comment 9 for bug 1423931

Revision history for this message
Mike Pontillo (mpontillo) wrote :

We should have seen a log in the following format if we fail to create a DHCP host mapping:

    Could not create host map for %s with address %s

In my testing, I'm not seeing that. So that means we either didn't try to create a DHCP mapping in the first place, or we tried and it silently failed.

I do see the following errors in /var/log/syslog on the DHCP server, but I'm not certain these correlate to when the host maps should be added.

Feb 20 12:49:11 maas-utopic dhcpd: Can't create new lease file: Permission denied
Feb 20 12:49:11 maas-utopic dhcpd: lease 192.168.21.101 end changed from 1424503739 to 0

I plan to add some additional logging and re-test.