You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
VirtioFsSvc in windows guest cannot be started.
I set up a windows guest and tried to enable shared filesystem according to Wiki-Virtiofs but with no luck. The VirtioFsSvc just can't be started no matter what setup approach I tried: installer setup or manual setup. The registry items should be correct as I double checked them.
All related screenshots and config info are listed below, please tell me what I did wrong.
What did I do to debug
I turned the debug flags on (-1) and set up the debug log file in registry, and then start VirtioFsSvc manually. Every time I did that 2 lines were appended to the log:
I can't really tell what those meant. But I'm not first-time user of virtiofs, I've done that on a PC, it is running like a charm and I'm using it every day. Since it is not working on my laptop (Ubuntu 22.04), and that PC runs the same OS with my laptop, so I managed to keep these two devices running on the same kernel version: 5.19.17-051917-generic (before that my laptop runs on 6.2.0-32-generic), but still no luck. My laptop's guest just can't start VirtioFsSvc while my PC can.
The final thing I tried was simply copy-paste the vm files into my PC and use virsh to import the xml. Guess what? Without any modification, it just works on my PC! But it is not working on my laptop!
The kernel, OS and even the vm are the same, the only difference is that my laptop is running on AMD Ryzen 7 4800U and my PC is running on Intel i9-12900T. But how does this affect virtiofs? After googling I've never seen any platform related bugs with virtiofs. Is there anyting else I can do to figure it out?
To Reproduce
Steps to reproduce the behaviour: I don't know.
Expected behavior
VirtioFsSvc should start automatically on guest.
Screenshots
Guest on my laptop:
Same guest on my PC (the error logs on top was written when guest being on my laptop):
As we can see, clearly it is working on my PC instead of my laptop. No joking, I do copy-paste the vm from laptop to PC, here is the screenshot of virt-manager:
Then I started vm from virt-manager and it is working on my laptop! And it works with both WinFsp 1.12.22339 and WinFsp 2.0.23075. Guess I'll stick to the Rust virtiofsd afterwards.
Describe the bug
VirtioFsSvc in windows guest cannot be started.
I set up a windows guest and tried to enable shared filesystem according to Wiki-Virtiofs but with no luck. The VirtioFsSvc just can't be started no matter what setup approach I tried: installer setup or manual setup. The registry items should be correct as I double checked them.
All related screenshots and config info are listed below, please tell me what I did wrong.
What did I do to debug
I turned the debug flags on (-1) and set up the debug log file in registry, and then start VirtioFsSvc manually. Every time I did that 2 lines were appended to the log:
I can't really tell what those meant. But I'm not first-time user of virtiofs, I've done that on a PC, it is running like a charm and I'm using it every day. Since it is not working on my laptop (Ubuntu 22.04), and that PC runs the same OS with my laptop, so I managed to keep these two devices running on the same kernel version: 5.19.17-051917-generic (before that my laptop runs on 6.2.0-32-generic), but still no luck. My laptop's guest just can't start VirtioFsSvc while my PC can.
The final thing I tried was simply copy-paste the vm files into my PC and use virsh to import the xml. Guess what? Without any modification, it just works on my PC! But it is not working on my laptop!
The kernel, OS and even the vm are the same, the only difference is that my laptop is running on
AMD Ryzen 7 4800U
and my PC is running onIntel i9-12900T
. But how does this affect virtiofs? After googling I've never seen any platform related bugs with virtiofs. Is there anyting else I can do to figure it out?To Reproduce
Steps to reproduce the behaviour: I don't know.
Expected behavior
VirtioFsSvc should start automatically on guest.
Screenshots
Guest on my laptop:
Same guest on my PC (the error logs on top was written when guest being on my laptop):
As we can see, clearly it is working on my PC instead of my laptop. No joking, I do copy-paste the vm from laptop to PC, here is the screenshot of virt-manager:
Host:
Ubuntu 22.04
6.2.0-32-generic
/5.19.17-051917-generic
6.2.0
8.0.0
VM:
Windows 10 22H2
Virtiofs
virtio-win-0.1.229
andwinfsp-2.0.23075
Additional context
Null.
The text was updated successfully, but these errors were encountered: