mirror of
https://github.com/jiangcuo/qemu-server
synced 2025-12-25 05:37:44 +00:00
The vmstatus() function is used by pvestatd and needs to be fast.
However, the 'query-proxmox-support' querying is done sequentially for
each VM and each query has its own timeout (it's the default 5
seconds). If QMP is blocked for some reason for a single VM, that
already adds 5 seconds to the whole operation. Compared with the whole
stats querying queue, which is allowed to use 3 seconds in total, this
is rather extreme and needs to be fixed.
Back when commit
|
||
|---|---|---|
| debian | ||
| src | ||
| .gitignore | ||
| Makefile | ||