Closed fubar-1 closed 3 years ago
Can anyone provide suggestions for steps to troubleshoot this issue? So far I've tried switching from hugepage to shm configuration but am getting the same results. Are there any additional debug settings or logs to look at to gain insight at where / why it's failing?
Hi Dave,
When running virtiofs.exe manually, it should be from a non-admin command prompt. Also adding "-d" to virtiofsd's command prompt might provide some more information.
Thanks,
Gal.
Ok I got it working. In my case it was that the 2GB of memory defined in the <numa>
XML node added to enable this feature was silently overriding the <memory>
node and 2GB was apparently insufficient.
I might suggest the developers consider outputting an error somewhere rather than just silently refusing to work.
Of course this led to a new problem, I can't seem to define a numa node with 32GB of RAM, which is what I need. 24GB works though (??) so good enough for now. But this is not a virtio-win issue so I'll close this bug.
Trying to get virtio-fs working, ubuntu-21.04 host + windows 10 guest. Am using hugepages not shm.
Everything appears to run, no errors. Just no shared folder in the windows guest. Details:
Starting guest results in following command line:
which generates the following machine
-fs0-virtiofsd.log
log:in the guest, starting virtio-fs with
C:\Program Files\Virtio-Win\VioFS\virtiofs.exe -d -1 -D -
in an administrator cmd shell outputs:Problem is, no shared files.
Notes / thoughts that may or may not be important: Path to shared files on host are all 777. Shared folder is the root of a ZFS filesystem. I'm using this in combination with shm shared graphics called looking-glass. Conflict? Is hugepages ready / recommended for machines using vfio passthrough?
Any suggestions for how to debug this since I'm seeing what appear to be no errors in the logs?