5
0
mirror of git://git.proxmox.com/git/pve-ha-manager.git synced 2025-02-07 05:57:33 +03:00

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.
This commit is contained in:
Wolfgang Link 2017-04-27 12:02:35 +02:00 committed by Fabian Grünbichler
parent 2732fccfec
commit 2f549281f2

View File

@ -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