From 169a0fc1d84d609461a607911881c474c23d6f70 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 28 Apr 2021 15:43:37 +0200 Subject: [PATCH] pveproxy: LISTEN_IP: add instructions and note about applying this change Signed-off-by: Thomas Lamprecht --- pveproxy.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pveproxy.adoc b/pveproxy.adoc index 7ac1730..a7538b0 100644 --- a/pveproxy.adoc +++ b/pveproxy.adoc @@ -90,6 +90,18 @@ WARNING: The nodes in a cluster need access to `pveproxy` for communication, possibly on different sub-nets. It is **not recommended** to set `LISTEN_IP` on clustered systems. +To apply the change you need to either reboot your node or fully restart the +`pveproxy` and `spiceproxy` service: + +---- +systemctl restart pveproxy.service spiceproxy.service +---- + +NOTE: Unlike `reload`, a `restart` of the pveproxy service can interrupt some +long-running worker processes, for example a running console or shell from a +virtual guest. So, please use a maintenance window to bring this change in +effect. + SSL Cipher Suite ----------------