Skip to content

resume suspended VMs instead of calling "vagrant up"

Michael Pöhn requested to merge uniqx/fdroidserver:vmtools into master

I've been debugging #580 (closed) again. While I still could not reproduce the issue I found a potential cuase. Whenever we suspend a VM, we always resume it using vagrant up. So maybe this is not well supported by vagrant. That's why I think we could try using vagrant resume whenever we find the VM in suspended state.

Edited by Michael Pöhn

Merge request reports