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:
parent
2732fccfec
commit
2f549281f2
2
debian/pve-ha-lrm.service
vendored
2
debian/pve-ha-lrm.service
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user