[pve-devel] [PATCH V2 pve-ha-manager] Fix shutdown order of ceph daemons.

Wolfgang Link w.link at proxmox.com
Wed Apr 26 13:17:40 CEST 2017


It is important that storages stop after pve-ha-lrm.

If the storages  stops to early the vm loses disks
and can not shutdown.

This can ends in fencing the node.
---
 debian/pve-ha-lrm.service | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/pve-ha-lrm.service b/debian/pve-ha-lrm.service
index 3dc2ebc..8da0eb4 100644
--- a/debian/pve-ha-lrm.service
+++ b/debian/pve-ha-lrm.service
@@ -6,6 +6,7 @@ Wants=watchdog-mux.service
 Wants=pvedaemon.service
 Wants=pve-ha-crm.service
 Wants=lxc.service
+After=pve-storage.target
 After=pve-ha-crm.service
 After=pve-cluster.service
 After=corosync.service
-- 
2.1.4





More information about the pve-devel mailing list