Open tgross opened 3 weeks ago
For the qemu driver, we emit logs from qemu into the executor log. We can do something similar here by using whatever libvirt configuration will enable the -D ./qemu-debug.log option, and then drop those logs in the allocdir for debugging.
qemu
-D ./qemu-debug.log
For the
qemu
driver, we emit logs from qemu into the executor log. We can do something similar here by using whatever libvirt configuration will enable the-D ./qemu-debug.log
option, and then drop those logs in the allocdir for debugging.