-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support FUSE mountpoints #53
Comments
@xemul Any updates on this enhancement? We would like to be able to C/R FUSE mounts. Has any progress been made in this space? |
@tswift242 , well, yes and no. We've implemented NFS mountpoints C/R which is very close to how this should be done for FUSE. The problems are a) it has been done in Virtuozzo criu branch and hasn't been pushed upstream b) FUSE needs more coding. I would say this particular feature right now is out of direct scope for Virtuozzo, so I wouldn't count on Virtuozzo developers to implement it in the nearest future (submitting NFS patches upstream is another story, that can :) be done). What's your use-case for CRIU and FUSE? Maybe we can find the ways to make it happen. |
A friendly reminder that this issue had no activity for 30 days. |
A friendly reminder that this issue had no activity for 30 days. |
A friendly reminder that this issue had no activity for 30 days. |
Pulled from criu.org/Todo
When dumping mountpoints we explicitly check the filesystem mounted. The thing is -- not all filesystems can be just ignored on dump. E.g. FUSE mount involves a user-space daemon that is responsible for the files tree contents. If we just kill one on dump we might not be able to restore it. Need to special-care one.
The text was updated successfully, but these errors were encountered: