feat: add virtiofsd for dir passthrough#11
feat: add virtiofsd for dir passthrough#11tulilirockz wants to merge 3 commits intoflathub:masterfrom
Conversation
|
Started test build 177191 |
|
Build 177191 failed |
|
Started test build 177192 |
|
Build 177192 failed |
|
Started test build 177194 |
|
Build 177194 successful |
|
Alright. Everything works with workarounds up until This might require another patch like https://github.com/flathub/org.virt_manager.virt-manager/blob/master/libvirt-use-monitor-in-xdg-runtime-dir.patch on libvirt 😭 |
|
Both of these need to be patched so that this will work |
|
🚧 Test build enqueued. |
|
🚧 Started test build. |
|
🚧 Test build succeeded. To test this build, install it from the testing repository: |
|
Hi, thanks for your hard work on this! The error you're seeing is the dreaded 107 character UNIX socket path limitation. In your case the path |
|
Its been quite a while since I've worked on this pull request, but patching this, just like we've done with Libvirt, might be the way to go! Please report back if you get anything successful :) |
|
bot, build |
|
🚧 Test build enqueued. |
|
🚧 Started test build. |
|
❌ Test build failed. |
|
I did now manage to rebase this atop master and run some additional tests, but it seems that even with shorter paths we unfortunately hit a bunch of other challenges:
This is as far as I managed to look into it, step 1 would likely be to add the |

Adds virtiofsd for directory passthrough! Should work ootb.
Fixes: #10