Merge pull request #356 from ylei-tsubame/ducktape-libvirt-deadlock

Disable web VNC, screenshot pieces to avoid libvirt deadlock
main
Digimer 1 year ago committed by GitHub
commit 292b2b6342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      libvirt/hooks/qemu.d/ws
  2. 3
      tools/anvil-daemon

@ -1,5 +1,8 @@
#!/bin/bash
# TODO: re-enable after the possible libvirt deadlock is fixed.
exit 0
{
echo "wsargs=$@"

@ -554,7 +554,8 @@ sub handle_periodic_tasks
# Check if anything is needed to be done in /mnt/shared.
check_incoming($anvil);
do_non_striker_tasks($anvil);
# TODO: resolve the possible libvirt deadlock and re-enable screenshot fetching.
# do_non_striker_tasks($anvil);
# Check for stale db_in_use states.
check_db_in_use_states($anvil);

Loading…
Cancel
Save