diff options
author | Marcin Siodelski <marcin@isc.org> | 2024-04-07 09:01:14 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2024-04-16 13:43:41 +0200 |
commit | b0429d0f16815e190db0ab4426a1c577a3fa1e9a (patch) | |
tree | 1e1d4dacf3745aa757c7875bb819bc17db6b770f /doc/sphinx/arm | |
parent | [#3250] Corrected typos after code review (diff) | |
download | kea-b0429d0f16815e190db0ab4426a1c577a3fa1e9a.tar.xz kea-b0429d0f16815e190db0ab4426a1c577a3fa1e9a.zip |
[#3250] Updated ARM
Diffstat (limited to 'doc/sphinx/arm')
-rw-r--r-- | doc/sphinx/arm/hooks-ha.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/sphinx/arm/hooks-ha.rst b/doc/sphinx/arm/hooks-ha.rst index ee489f702d..96c4bb5fe3 100644 --- a/doc/sphinx/arm/hooks-ha.rst +++ b/doc/sphinx/arm/hooks-ha.rst @@ -172,7 +172,11 @@ case, the administrator should synchronize the clocks and restart the servers. .. note:: It is possible to restart the servers one at a time, in no particular order. - The clocks must be in sync before restarting the servers. + The clocks must be in sync before restarting the servers. A restarted server + remains in the ``waiting`` state until the partner is also restarted. If the + partner is not restarted within 10 minutes, the restarted server transitions + back to the ``terminated`` state to continue serving the DHCP clients. Restart + both servers to resume the normal HA service. .. note:: |