ah ok, the latest version of the patches are here: https://mail.gnu.org/archive/html/qemu-devel/2025-06/msg00011.html
and they are not yet applied in qemu, so maybe in a later qemu 10.x release
Hi,
AFAIK one must add multiple new options for venus to work, according to the docs:
`virtio-gpu-gl,hostmem=8G,blob=true,venus=true`
(the 8G are just as an example)
but i tried here on a test machine (with an radeon RX560 on the host and i...
fyi, i'll probably look into doing similar changes to other parts of the code.
e.g. i already sent a patch to try to improve verify speed: https://lore.proxmox.com/pbs-devel/20250707132706.2854973-1-d.csapak@proxmox.com/
it's not configurable...
hi,
wenn das wirklich der einzige unterschied ist, ist es wahrscheinlich der grund. kritisch ist es nicht, daher nur die warnung
Die fehlermeldung selbst sagt dass der changer/das drive gerade nicht 'ready' ist
ist während dem backup job...
it's already applied in our git, so you could clone that repository, change to the appropriate branch and build it
otherwise the patch could be applied with something like 'git am <path-to-file>'
but since it's already applied, bumped and is...
just fyi: we're currently looking into this, and believe we have identified a commit (+possible fix) that's responsible, i'll send a patch later if it turns out that it fixes the issue
ah ok i guess i see what's happening
you connect to *-VPSLAB01 but the vm is on *-VPSLAB02
the console task is actually started on the node where you connect to, not the one where the vm is (the latter part of the connection is then tunneled to...
regarding the screenshot, that's interesting indeed. Does it show the task on the vm task history itself?
Was the vm moved between hosts? (the task won't migrate with the vm, but stays on the host where it was started)
can you open the status...
The cluster task list is distributed over the cluster file system, and to keep the load small, only a certain amount (i think 32k bytes, but i'm not sure, don't quote me on that ;) ) is retained there (otherwise it could grow quite quickly...