InotifyOptions
From Linux Checkpoint / Restart Wiki
(Difference between revisions)
m |
|||
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. |
Latest revision as of 21:07, 19 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.