nixos/libvirt: Unable to find a satisfying virtiofsd #187078
Labels
0.kind: bug
Something is broken
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
Describe the bug
libvirt fails to start KVM domains when a virtiofs filesystem is present.
Steps To Reproduce
Steps to reproduce the behavior:
virt-install -n scratch --connect qemu:///system --os-variant nixos-unstable --memory 1536 --memorybacking=access.mode=shared --disk none --import --filesystem /nix/store/,nix-store,driver.type=virtiofs
ERROR operation failed: Unable to find a satisfying virtiofsd
Expected behavior
It should "just work" for good UX
Additional context
This probably requires patching libvirt. I don't understand the codebase enough to do so.
I tried upgrading libvirt to 8.5.0, it doesn't seem to change anything.
There is a workaround:
Originally posted by @kvtb in #113172 (comment)
Notify maintainers
@fpletz @globin @lovesegfault @Kranzes
Metadata
The text was updated successfully, but these errors were encountered: