[pve-devel] applied: [PATCH ha-manager 3/3] lrm.service: add after ordering for SSH and pveproxy
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Nov 25 19:49:13 CET 2019
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 at 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
More information about the pve-devel
mailing list