Checklist/FUSE

From Linux Checkpoint / Restart Wiki
Jump to: navigation, search

OBSOLETE CONTENT

This wiki has been archived and the content is no longer updated.

Contents

Current Status

Causes sys_checkpoint() to fail as with any uncheckpointable filesystem object.

Any task with an open FUSE filesystem object (file, dir, etc) will cause sys_checkpoint() to return failure. Using the glibc syscall wrapper it would return -1 and set errno to EINVAL. Some portions of a checkpoint image may exist but it's terminated with an "error" description so that any attempt to use it will cause restart to fail.

Issues, Solutions, Impacts

Summary

Issue Solution(s) Current Impact Solution Impact
Issue Unknown None Unknown

Details

* Vishnumurthy Prabhu posted some source code/patches for this
Personal tools