Hello I did the verification on Ubuntu Noble

Without the fix
---

$ virt-xml -c qemu:///session test --update --add-device --filesystem 
type=mount,accessmode=passthrough,driver.type=virtiofs,source.dir=/mnt,target.dir=mnt
ERROR    Error attempting device hotplug: End of file while reading data: 
Input/output error


With the fix
----

$ apt policy libvirt-daemon-driver-qemu
libvirt-daemon-driver-qemu:
  Installed: 10.0.0-2ubuntu8.13
  Candidate: 10.0.0-2ubuntu8.13
  Version table:
 *** 10.0.0-2ubuntu8.13 1000
       1000 http://archive.ubuntu.com/ubuntu noble-proposed/main amd64 Packages
        100 /var/lib/dpkg/status
     10.0.0-2ubuntu8.12 500
        500 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages
     10.0.0-2ubuntu8.11 500
        500 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages
     10.0.0-2ubuntu8 500
        500 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages


$ sudo killall virtiofsd
  (to remove leftover virtiofsd because of the previous failed attach)

$  virt-xml -c qemu:///session test --update --add-device --filesystem 
type=mount,accessmode=passthrough,driver.type=virtiofs,source.dir=/mnt,target.dir=mnt
Device hotplug successful.
Domain 'test' defined successfully.


** Tags removed: verification-needed-noble
** Tags added: verification-done-noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2138902

Title:
  session libvirtd crashes when hot adding filesystems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/2138902/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to