-
Notifications
You must be signed in to change notification settings - Fork 11
feat: add ut and bump go to 1.25 and FUSE3: auto-detects fusermount or fusermount3; falls back to direct mount if neither found. Configurable modes: new flags --fs-file-mode, --fs-dir-mode, --fs-link-mode (octal, e.g. 0400/0500). Non-nydus clarity: returns ENOENT for diff on non-nydus layers; blob/info still available. Crash recovery: best-effort unmount of orphan bind mounts at startup." #162
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
base: main
Are you sure you want to change the base?
Conversation
|
Thanks for the PR, we can start by fixing the broken CI and DCO check, and squashing commits. :) |
Signed-off-by: fatelei <[email protected]>
Signed-off-by: fatelei <[email protected]>
Signed-off-by: fatelei <[email protected]>
Signed-off-by: fatelei <[email protected]>
…r fusermount3; falls back to direct mount if neither found. Configurable modes: new flags --fs-file-mode, --fs-dir-mode, --fs-link-mode (octal, e.g. 0400/0500). Non-nydus clarity: returns ENOENT for diff on non-nydus layers; blob/info still available. Crash recovery: best-effort unmount of orphan bind mounts at startup. Signed-off-by: fatelei <[email protected]>
Signed-off-by: fatelei <[email protected]>
Signed-off-by: fatelei <[email protected]>
|
was trying to run these changes locally with podman 4.9 and nydus 2.3.9 - seems there is Loop between logs from sorry I have limited understanding around these - but is it a right thing to do i.e binding between two FUSE (FUSE RAFS & FUSE store) mounts? mount info - |
i will dig the error |
Thanks! let me know if you are not able to reproduce it... |
feat: add ut and bump go to 1.25 and FUSE3: auto-detects fusermount or fusermount3; falls back to direct mount if neither found. Configurable modes: new flags --fs-file-mode, --fs-dir-mode, --fs-link-mode (octal, e.g. 0400/0500). Non-nydus clarity: returns ENOENT for diff on non-nydus layers; blob/info still available. Crash recovery: best-effort unmount of orphan bind mounts at startup."