From d27e71eb0c38fecf473c812406619173c2c4198a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 15 Sep 2023 12:30:58 +0200 Subject: [PATCH] ha: document where shutdown policy is set MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it's not obvious otherwise from reading the description. Signed-off-by: Fabian Grünbichler --- ha-manager.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ha-manager.adoc b/ha-manager.adoc index 3724ab3..6bbd267 100644 --- a/ha-manager.adoc +++ b/ha-manager.adoc @@ -909,6 +909,13 @@ Below you will find a description of the different HA policies for a node shutdown. Currently 'Conditional' is the default due to backward compatibility. Some users may find that 'Migrate' behaves more as expected. +The shutdown policy can be configured in the Web UI (`Datacenter` -> `Options` +-> `HA Settings`), or directly in `datacenter.cfg`: + +---- +ha: shutdown_policy= +---- + Migrate ^^^^^^^