Hello,
I have a Proxmox server running with a DRBD service. After reboot, when DRBD service starts late, VMs don't start up. I found a article, it says add this code into pve-guests.service.
https://dannyda.com/2020/06/24/how-...ual-machinevm-guest-system-in-proxmox-ve-pve/
But is it possible to delay the VM startup after a certain service has completely started, for example: DRDBD service?
I have a Proxmox server running with a DRBD service. After reboot, when DRBD service starts late, VMs don't start up. I found a article, it says add this code into pve-guests.service.
Code:
ExecStartPre=/bin/sleep 30
https://dannyda.com/2020/06/24/how-...ual-machinevm-guest-system-in-proxmox-ve-pve/
But is it possible to delay the VM startup after a certain service has completely started, for example: DRDBD service?