Hi, I don't know about Gluster support, but I use inotify via incrontab to watch mounted Gluster filesystems and it works well. Most of my use of it is just triggering scripts when new files arrive. See: http://inotify.aiken.cz/?section=incron&page=doc&lang=en There are limitations. It has to have a line in the table for each subdirectory watched - no recursion. And it only works if the file comes in through the mounting system. So if system A has the Gluster share separately mounted, and adds a file, incrontab on system A can see it, but incrontab on system B won't be triggered.