Mechanics? #1098
Closed
yusuf-jkhan1
started this conversation in
General
Mechanics?
#1098
Replies: 1 comment
-
Blobfuse2 integrates with fsnotify for the health monitor purpose where we emit notifications on when a file was created by blobfuse2 in local cache and when it was deleted. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not to overly overly simplify, but I was looking at the dependencies of the repo and saw azcopy and fsnotify. Are those the key components? If so that's awesome because I literally have been hacking around with a similar pattern at work using Watchdog (which wraps different fsmonitor type implementations) and having file modified events trigger a call back to azcopy sync. Thinking of putting it it to a queue instead and using purely copy to minimize scanning, and only do a sync periodically.
Beta Was this translation helpful? Give feedback.
All reactions