From 2f549281f26a2a183d9d18ca0c91e286c0c0a3da Mon Sep 17 00:00:00 2001 From: Wolfgang Link Date: Thu, 27 Apr 2017 12:02:35 +0200 Subject: [PATCH] Fix shutdown order of HA and storage services It is important that all storages stop after pve-ha-lrm. If the storages stop too early the vm loses disks and can not shutdown. This can end in fencing the node. --- 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 3dc2ebc..12143f3 100644 --- a/debian/pve-ha-lrm.service +++ b/debian/pve-ha-lrm.service @@ -6,6 +6,8 @@ Wants=watchdog-mux.service Wants=pvedaemon.service Wants=pve-ha-crm.service Wants=lxc.service +Wants=pve-storage.target +After=pve-storage.target After=pve-ha-crm.service After=pve-cluster.service After=corosync.service -- 2.39.2