InotifyOptions
From Linux Checkpoint / Restart Wiki
(Difference between revisions)
(Created page with '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 checkp…') |
|||
Line 1: | Line 1: | ||
+ | '''Inotify and checkpoint/restart''' | ||
+ | |||
Three options for dealing with inotify are: | Three options for dealing with inotify are: | ||
Revision as of 18:57, 17 February 2010
Inotify and checkpoint/restart
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.