]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1024] Warn about direct use of HA command
authorMarcin Siodelski <marcin@isc.org>
Mon, 27 Jan 2020 08:16:06 +0000 (09:16 +0100)
committerMarcin Siodelski <marcin@isc.org>
Mon, 27 Jan 2020 12:59:02 +0000 (13:59 +0100)
The ha-maintenance-notify command is used for internal communication
between the HA servers. The ARM now warns about it. Per review comments.

doc/sphinx/arm/hooks-ha.rst

index ca9dbed2b70ab01159b702b80ed5d72c078f8d7e..c9f191ad5cb7313f6c7ec15938291063cb6c0d37 100644 (file)
@@ -1547,9 +1547,10 @@ state to a previous state. See the :ref:`ha-maintenance` for the details.
        }
    }
 
-.. note::
+.. warning::
 
    The ``ha-maintenance-notify`` command is not meant to be used by the
    system administrators. It is used for internal communication between
-   a pair of HA enabled DHCP servers.
+   a pair of HA enabled DHCP servers. Direct use of this command is not
+   supported and may produce unintended consequences.