File system change events support for mounted directories #1853
Replies: 2 comments 5 replies
-
Should we think about revamping our host <-> guest communication ?? Currently it follows a httpclient (with a underlying unix socket) model. Am looking into this as we will be getting more events now than before, the event flow will be from host -> guest here. Also trying to avoid polling which might add delays as well |
Beta Was this translation helpful? Give feedback.
-
Just an FYI that while
|
Beta Was this translation helpful? Give feedback.
-
Problem
For mounted directories inotify events are not fired on guest. Due to this some application that depends on inotify will not work (webpack, build tools etc)
Approach
We can do the following to support inotify for all types of mounted directories (sshfs, virtiofs, 9p)
This approach is similar to colima except for using the guestagent natively
This model should support all possible combination that we currently have,
Beta Was this translation helpful? Give feedback.
All reactions