mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-28 20:47:48 +00:00
[#3019] remove limitation on db retry from doc
This commit is contained in:
parent
c85bdf4df2
commit
0186cbb31e
@ -24,10 +24,6 @@ system allows nanny scripts to detect the problem.
|
|||||||
If ``retry-on-startup`` is set to ``true``, the server will start reconnection
|
If ``retry-on-startup`` is set to ``true``, the server will start reconnection
|
||||||
attempts even at server startup or on reconfigure events, and will honor the
|
attempts even at server startup or on reconfigure events, and will honor the
|
||||||
action specified in the ``on-fail`` parameter.
|
action specified in the ``on-fail`` parameter.
|
||||||
Database connection retries are not attempted on startup if the
|
|
||||||
:ischooklib:`libdhcp_limits.so` is loaded, because the hook library requires a
|
|
||||||
valid connection to the database to check whether JSON format is supported and to
|
|
||||||
recount class limits.
|
|
||||||
|
|
||||||
During dynamic reconfiguration, all backends are disconnected and then
|
During dynamic reconfiguration, all backends are disconnected and then
|
||||||
reconnected using the new configuration. If connectivity to any of the
|
reconnected using the new configuration. If connectivity to any of the
|
||||||
|
@ -825,10 +825,6 @@ system allows nanny scripts to detect the problem.
|
|||||||
If ``retry-on-startup`` is set to ``true``, the server starts reconnection
|
If ``retry-on-startup`` is set to ``true``, the server starts reconnection
|
||||||
attempts even at server startup or on reconfigure events, and honors the
|
attempts even at server startup or on reconfigure events, and honors the
|
||||||
action specified in the ``on-fail`` parameter.
|
action specified in the ``on-fail`` parameter.
|
||||||
Database connection retries are not attempted on startup if the
|
|
||||||
:ischooklib:`libdhcp_limits.so` is loaded, because the hook library requires a
|
|
||||||
valid connection to the database to verify whether JSON format is supported and to
|
|
||||||
recount class limits.
|
|
||||||
|
|
||||||
Finally, the credentials of the account under which the server will
|
Finally, the credentials of the account under which the server will
|
||||||
access the database should be set:
|
access the database should be set:
|
||||||
|
@ -781,10 +781,6 @@ system allows nanny scripts to detect the problem.
|
|||||||
If ``retry-on-startup`` is set to ``true``, the server starts reconnection
|
If ``retry-on-startup`` is set to ``true``, the server starts reconnection
|
||||||
attempts even at server startup or on reconfigure events, and honors the
|
attempts even at server startup or on reconfigure events, and honors the
|
||||||
action specified in the ``on-fail`` parameter.
|
action specified in the ``on-fail`` parameter.
|
||||||
Database connection retries are not attempted on startup if the
|
|
||||||
:ischooklib:`libdhcp_limits.so` is loaded, because the hook library requires a
|
|
||||||
valid connection to the database to verify whether JSON format is supported and to
|
|
||||||
recount class limits.
|
|
||||||
|
|
||||||
Finally, the credentials of the account under which the server will
|
Finally, the credentials of the account under which the server will
|
||||||
access the database should be set:
|
access the database should be set:
|
||||||
|
@ -117,13 +117,6 @@ This is how a lease limit is defined for a subnet inside a shared network:
|
|||||||
respective client class or subnet. To reset the lease count, change the client class name
|
respective client class or subnet. To reset the lease count, change the client class name
|
||||||
or the subnet ID.
|
or the subnet ID.
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
If :ischooklib:`libdhcp_limits.so` is loaded, database connection retries are not attempted
|
|
||||||
on startup. The hook library requires a
|
|
||||||
valid connection to the database to check whether JSON format is supported and to
|
|
||||||
recount class limits.
|
|
||||||
|
|
||||||
.. _hooks-limits-lease-limiting:
|
.. _hooks-limits-lease-limiting:
|
||||||
|
|
||||||
Lease Limiting
|
Lease Limiting
|
||||||
|
Loading…
x
Reference in New Issue
Block a user