Skip to content

Commit 0186cbb

Browse files
committed
[#3019] remove limitation on db retry from doc
1 parent c85bdf4 commit 0186cbb

File tree

4 files changed

+1
-20
lines changed

4 files changed

+1
-20
lines changed

doc/sphinx/arm/database-connectivity.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ system allows nanny scripts to detect the problem.
2424
If ``retry-on-startup`` is set to ``true``, the server will start reconnection
2525
attempts even at server startup or on reconfigure events, and will honor the
2626
action specified in the ``on-fail`` parameter.
27-
Database connection retries are not attempted on startup if the
28-
:ischooklib:`libdhcp_limits.so` is loaded, because the hook library requires a
29-
valid connection to the database to check whether JSON format is supported and to
30-
recount class limits.
3127

3228
During dynamic reconfiguration, all backends are disconnected and then
3329
reconnected using the new configuration. If connectivity to any of the
@@ -69,7 +65,7 @@ as read-only, Kea attempts to initialize the schema.
6965
.. note::
7066

7167
Kea does not automatically attempt to upgrade an existing schema; doing so
72-
might deprive users of the opportunity to take precautions, such as
68+
might deprive users of the opportunity to take precautions, such as
7369
backing up the database or temporarily shutting off running
7470
Kea servers that are currently operating on the database.
7571

doc/sphinx/arm/dhcp4-srv.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -825,10 +825,6 @@ system allows nanny scripts to detect the problem.
825825
If ``retry-on-startup`` is set to ``true``, the server starts reconnection
826826
attempts even at server startup or on reconfigure events, and honors the
827827
action specified in the ``on-fail`` parameter.
828-
Database connection retries are not attempted on startup if the
829-
:ischooklib:`libdhcp_limits.so` is loaded, because the hook library requires a
830-
valid connection to the database to verify whether JSON format is supported and to
831-
recount class limits.
832828

833829
Finally, the credentials of the account under which the server will
834830
access the database should be set:

doc/sphinx/arm/dhcp6-srv.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -781,10 +781,6 @@ system allows nanny scripts to detect the problem.
781781
If ``retry-on-startup`` is set to ``true``, the server starts reconnection
782782
attempts even at server startup or on reconfigure events, and honors the
783783
action specified in the ``on-fail`` parameter.
784-
Database connection retries are not attempted on startup if the
785-
:ischooklib:`libdhcp_limits.so` is loaded, because the hook library requires a
786-
valid connection to the database to verify whether JSON format is supported and to
787-
recount class limits.
788784

789785
Finally, the credentials of the account under which the server will
790786
access the database should be set:

doc/sphinx/arm/hooks-limits.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,6 @@ This is how a lease limit is defined for a subnet inside a shared network:
117117
respective client class or subnet. To reset the lease count, change the client class name
118118
or the subnet ID.
119119

120-
.. note::
121-
122-
If :ischooklib:`libdhcp_limits.so` is loaded, database connection retries are not attempted
123-
on startup. The hook library requires a
124-
valid connection to the database to check whether JSON format is supported and to
125-
recount class limits.
126-
127120
.. _hooks-limits-lease-limiting:
128121

129122
Lease Limiting

0 commit comments

Comments
 (0)