Host reservations from config are tossed by hosts puller
Apparently, host_cmds also returns hosts from the config. The hosts puller periodically fetching the hosts from Kea instances would delete hosts with non matching sequence id. The hosts fetched from the config have non matching sequence id, thus they are removed after first fetch of the hosts from the host_cmds. This must be corrected.