]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
lrm.service: add after ordering for SSH and pveproxy
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 25 Nov 2019 16:35:43 +0000 (17:35 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 25 Nov 2019 18:48:34 +0000 (19:48 +0100)
To avoid early disconnect during shutdown ensure we order After them,
for shutdown the ordering is reversed and so we're stopped before
those two - this allows to checkout the node stats and do SSH stuff
if something fails.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/pve-ha-lrm.service

index 6e3c52fc4d1746ae2073e61402c27621f919387b..fb1b5db8b39595d39e03657aa6edcbf3931e8a74 100644 (file)
@@ -13,6 +13,8 @@ After=pve-cluster.service
 After=pve-ha-crm.service
 After=pve-storage.target
 After=pvedaemon.service
+After=pveproxy.service
+After=ssh.service
 After=syslog.service
 After=watchdog-mux.service