From 57eee8e7a1aa367b40a417001c75ecbede0f48c1 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Mon, 27 Jan 2020 09:16:06 +0100 Subject: [PATCH] [#1024] Warn about direct use of HA command 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/arm/hooks-ha.rst b/doc/sphinx/arm/hooks-ha.rst index ca9dbed2b7..c9f191ad5c 100644 --- a/doc/sphinx/arm/hooks-ha.rst +++ b/doc/sphinx/arm/hooks-ha.rst @@ -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.