Search results

  1. F

    detect if VM/CT migration is running

    Hi, Is there a way to detect if a VM or CT migration is running, using the CLI or API? I'm writing an ansible playbook to do rolling updates for a proxmox cluster, the idea is to loop through each node in sequence: - move a node to maintenance - wait for VM/CT evictions to another node -...
  2. F

    migrate VMs in cluster on planned reboot only

    Hi, I want to use HA safely in a proxmox cluster with no shared storage (only zfs replication). The behaviour I'd like for some VMs is this: - for planned node reboots (`reboot` command on shell or the UI reboot button): automatically live migrate the VMs to another node before node reboot -...
  3. F

    VM with GPU passthrough freezes when turning off monitor after proxmox 6.2 upgrade

    Hi, My setup: - upgraded from Promox 6.1 to 6.2 - Linux VM: Fedora 32 with GPU passthrough (AMD Sapphire 280x) => worked fine with Proxmox 6.1 - One monitor with integrated USB hub (keyboard + mouse) plugged into the GPU and USB devices passed through to the VM I have a very weird bug with the...
  4. F

    VM with GPU passthrough freezes when turning off monitor after proxmox 6.2 upgrade

    Hi, Setup: - upgraded from Promox 6.1 to 6.2 - Linux VM: Fedora 32 with GPU passthrough (AMD Sapphire 280x) => worked fine with Proxmox 6.1 - One monitor with integrated USB hub (keyboard + mouse) plugged into the GPU and USB devices passed through to the VM I have a very weird bug with the...
  5. F

    noise/crackling sound with kvm usb audio passthrough

    I have one of these usb audio adapters http://www.amazon.co.uk/gp/product/B00IRVQ0F8/ based on a C-Media chipset (idVendor=0d8c, idProduct=0139) When I pass it to a VM (linux or windows) I get terrible audio crackling/noise issues. To make sure it wasn't a hardware problem I installed alsa on...