[3405] LeaseMgr is not started until server is configured.
Starting lease manager in the server constructor implied the use of the default memfile for a short period until the server is configured. The default memfile configuration used the persistence (writing leases to disk) which in many cases required root privileges. This caused some unit tests to fail.
Please register or sign in to comment