These timeout occur for my cluster as well like once per month,
Answers with "thawed". Processes stuck on IO requests continue immediately. (
In another thread (https://forum.proxmox.com/threads/q...ze-thaw-failed-got-timeout.77195/#post-344117) someone claimed "there is a bug in Qemu Guest Agent or in kernel", which could very well be the case, however does anyone know why both qmp commands appear to timeout the same time? Took a quick look at the source, but it's not clear to me.
qmp command 'guest-fsfreeze-thaw' failed - got timeout
followed by qmp command 'backup' failed - got timeout
. Initially I restarted all affected VMs, but there seems to be a workaround, apparently it's possible to un-freeze the VMs like this:
Code:
qm agent <vmid> fsfreeze-status
fs-thaw
might work as well, didn't try so far.)In another thread (https://forum.proxmox.com/threads/q...ze-thaw-failed-got-timeout.77195/#post-344117) someone claimed "there is a bug in Qemu Guest Agent or in kernel", which could very well be the case, however does anyone know why both qmp commands appear to timeout the same time? Took a quick look at the source, but it's not clear to me.