chore: disable web VNC, screenshot pieces to avoid libvirt deadlock

main
Tsu-ba-me 1 year ago
parent 6076a45ccf
commit d95eb699f9
  1. 3
      libvirt/hooks/qemu.d/ws
  2. 3
      tools/anvil-daemon

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

@ -554,7 +554,8 @@ sub handle_periodic_tasks
# Check if anything is needed to be done in /mnt/shared. # Check if anything is needed to be done in /mnt/shared.
check_incoming($anvil); 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 for stale db_in_use states.
check_db_in_use_states($anvil); check_db_in_use_states($anvil);

Loading…
Cancel
Save