Search results

  1. V

    VM hang/frozen during backup

    I want to keep an eye on this. There is a definite issue when there is a big hit on IO.
  2. V

    NFS Questions with Performance

    Can you confirm that the swap to NFS4 fixed your freezing issue? We have issues whenever there is significant IO on a VM that is sharing NFS storage. It's most noticable with our SQL servers. On Proxmox 6 with the same exact setup, we had none of these issues.
  3. V

    CPU soft lockup: Watchdog: Bug: soft lockup - CPU#0 stock for 24s!

    Ahhh, I guess I only halfway understood. This helps. Thank you!
  4. V

    CPU soft lockup: Watchdog: Bug: soft lockup - CPU#0 stock for 24s!

    Can you help explain why a machine with a single virtual disk would benefit from virtio scsi single?
  5. V

    Snapshot backup not working ( guest-agent fs-freeze gets timeout)

    I'm spinning up a test VM right now to test this with and without qemu-guest-agent
  6. V

    Snapshot backup not working ( guest-agent fs-freeze gets timeout)

    mysqld Ver 10.3.34-MariaDB-0ubuntu0.20.04.1 for debian-linux-gnu on x86_64 (Ubuntu 20.04)
  7. V

    CPU soft lockup: Watchdog: Bug: soft lockup - CPU#0 stock for 24s!

    I've changed some VMs to virtio scsi single, but not all. Maybe a project for next week.
  8. V

    Snapshot backup not working ( guest-agent fs-freeze gets timeout)

    Experiencing a similar issue on machines with Ubuntu 20 and MariaDB. Backups will lock up the machine.
  9. V

    CPU soft lockup: Watchdog: Bug: soft lockup - CPU#0 stock for 24s!

    Well, the switch to io_thread/async Threads did not mitigate the problem entirely. Machine lockups are still happening. Interesting note though. The worst of the issues comes when we are backing machines running CentOS. This may be entirely coincidental, but we seem to have issues any time...
  10. V

    CPU soft lockup: Watchdog: Bug: soft lockup - CPU#0 stock for 24s!

    The VMs are all configured with shared NFS storage. On 6.x, we had zero issues with our PBS (or even backup to another NFS share). It looks like the lockup issue is mostly mitigated with the switch to io_thread and async to threads. I had tried before I found this thread swapping the async to...
  11. V

    CPU soft lockup: Watchdog: Bug: soft lockup - CPU#0 stock for 24s!

    Testing the IO Thread/Virtio Single SCSI/Threads solution today. After we had upgraded our 5 node Cluster to 7.1 from 6, we noticed that backups on a VM living on Node 1 would start locking up a machine on Node 3. The only common thread was they shared network storage. The backup setup had...