]> git.proxmox.com Git - pve-docs.git/commitdiff
pveproxy: LISTEN_IP: add instructions and note about applying this change
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 28 Apr 2021 13:43:37 +0000 (15:43 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 28 Apr 2021 13:43:37 +0000 (15:43 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pveproxy.adoc

index 7ac1730896b9dd4ffd2e28f55c5aaef5e713c314..a7538b09124d690f922b9b1c4473cc577de0ee7a 100644 (file)
@@ -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
 ----------------