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.lampre...@proxmox.com>
---
 debian/pve-ha-lrm.service | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/pve-ha-lrm.service b/debian/pve-ha-lrm.service
index 6e3c52f..fb1b5db 100644
--- a/debian/pve-ha-lrm.service
+++ b/debian/pve-ha-lrm.service
@@ -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
 
-- 
2.20.1


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to