InotifyOptions
From Linux Checkpoint / Restart Wiki
Inotify and checkpoint/restart
Three options for dealing with inotify are:
# Don't support it. ## This is what we're doing now. ## Checkpoint is refused with a helpful log message. # Translate inodes being watched to pathnames at checkpoint, and back at restart # Use a filesystem which lets us restore inode numbers at restart.