InotifyOptions
From Linux Checkpoint / Restart Wiki
(Difference between revisions)
Line 3: | Line 3: | ||
Three options for dealing with inotify are: | 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. |
Revision as of 19:01, 17 February 2010
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.