Skip to content
Snippets Groups Projects
Commit 8b997f0c authored by Rom Walton's avatar Rom Walton
Browse files

VBOX: If we experience a timeout when attempting to start the VM, dump the log files.

parent d81f7ae6
Branches
Tags
No related merge requests found
...@@ -845,6 +845,7 @@ int main(int argc, char** argv) { ...@@ -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."); vboxlog_msg(" This might be a temporary problem and so this job will be rescheduled for another time.");
pVM->reset_vm_process_priority(); pVM->reset_vm_process_priority();
pVM->poweroff(); pVM->poweroff();
pVM->dump_hypervisor_logs(true);
boinc_temporary_exit(86400, boinc_temporary_exit(86400,
"VM Hypervisor failed to enter an online state in a timely fashion." "VM Hypervisor failed to enter an online state in a timely fashion."
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment