InotifyOptions
From Linux Checkpoint / Restart Wiki
Three options for dealing with inotify are:
* Don't support it. We don't support it now, and reliably fail checkpoint. * Translate inodes being watched to pathnames at checkpoint, and back at restart * Use a filesystem which lets us restore inode numbers at restart.