mirror of https://github.com/BOINC/boinc.git
VBOX: If we experience a timeout when attempting to start the VM, dump the log files.
This commit is contained in:
parent
d81f7ae67b
commit
8b997f0cfe
|
@ -845,6 +845,7 @@ int main(int argc, char** argv) {
|
|||
vboxlog_msg(" This might be a temporary problem and so this job will be rescheduled for another time.");
|
||||
pVM->reset_vm_process_priority();
|
||||
pVM->poweroff();
|
||||
pVM->dump_hypervisor_logs(true);
|
||||
boinc_temporary_exit(86400,
|
||||
"VM Hypervisor failed to enter an online state in a timely fashion."
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue