-
-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't start VM with qemu 9.2: Required binary "virtfs-proxy-helper" couldn't be found #1543
Comments
Okay, we'll need to look at using that |
I think we actually use the local backend for basic read-only sharing, for read-write we had to use the proxy, so if that's no longer an option, we'll then have to require the use of virtiofsd in those cases. |
@bensmrs let me know if you'd like to look at this one too since you already did some QEMU 9.2 fixes, otherwise I'll get a QEMU 9.2 dev environment up in the next week or so to look at this |
I’m having a (very quick) look. The |
I made a very rough attempt in #1547. It will obviously need further review. |
@cjwatson don’t hesitate to try again by compiling Incus yourself (if you’ve got the time). I’d be interested to see if you get any other QEMU 9.2 incompatibilities before the next release, so we can get a better picture of what’s left to do to be fully 9.2-compatible! |
Mathias cherry-picked some fixes into the Debian packaging, and things seem to be working again for me. Thanks! |
Required information
Issue description
Looking in
/usr/share/doc/qemu-system-common/changelog.Debian.gz
, I see:And indeed I see in https://gitlab.com/qemu-project/qemu/-/commit/ed76671888676792493320db53ed773a108cbd45 that this was removed upstream.
Steps to reproduce
Try to start an Incus VM that mounts a directory from the host system. (There may be other conditions - I don't know the Incus code here well enough.)
Information to attach
dmesg
): nothing relevantincus info NAME --show-log
)incus config show NAME --expanded
)time="2024-12-23T20:31:35Z" level=warning msg="Unable to use virtio-fs for device, using 9p as a fallback" device=home driver=disk err="Virtiofsd missing" instance=bookworm-debusine-worker project=default
incus monitor --pretty
while reproducing the issue)I tried installing
virtiofsd
, which made the "Virtiofsd missing" message go away but otherwise didn't fix the problem.The text was updated successfully, but these errors were encountered: