]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3019] remove limitation on db retry from doc
authorAndrei Pavel <andrei@isc.org>
Fri, 17 May 2024 09:07:47 +0000 (12:07 +0300)
committerAndrei Pavel <andrei@isc.org>
Fri, 17 May 2024 09:07:47 +0000 (12:07 +0300)
doc/sphinx/arm/database-connectivity.rst
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst
doc/sphinx/arm/hooks-limits.rst

index 0050d596a2aab48f4e8d20f8226d02f1050813bd..0f5f2e2a48ab82f818854d4752b22d6ff24e0bc0 100644 (file)
@@ -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
 attempts even at server startup or on reconfigure events, and will honor the
 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
 reconnected using the new configuration. If connectivity to any of the
@@ -69,7 +65,7 @@ as read-only, Kea attempts to initialize the schema.
 .. note::
 
     Kea does not automatically attempt to upgrade an existing schema; doing so
-    might deprive users of the opportunity to take precautions, such as 
+    might deprive users of the opportunity to take precautions, such as
     backing up the database or temporarily shutting off running
     Kea servers that are currently operating on the database.
 
index b6c5e13a8bdd3f3565965605c694bc762c07edd7..f5e9da63b246a937001d818f249bc9f40bcbf741 100644 (file)
@@ -825,10 +825,6 @@ system allows nanny scripts to detect the problem.
 If ``retry-on-startup`` is set to ``true``, the server starts reconnection
 attempts even at server startup or on reconfigure events, and honors the
 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
 access the database should be set:
index f46484c7c7d47d5ef364f3c6371186318f8ea3af..cb4883fa8d6cf29806a4a74a245c62bbe1f1e2ec 100644 (file)
@@ -781,10 +781,6 @@ system allows nanny scripts to detect the problem.
 If ``retry-on-startup`` is set to ``true``, the server starts reconnection
 attempts even at server startup or on reconfigure events, and honors the
 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
 access the database should be set:
index a836da681732dee7559cac39d88d370240b1d068..73c6d2773b22281b1e9507d2532818c738d9821b 100644 (file)
@@ -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
     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:
 
 Lease Limiting