Code Monkey home page Code Monkey logo

Comments (5)

giuseppe avatar giuseppe commented on May 31, 2024

do you have a quick reproducer that I could use?

pnode->children should be NULL only for files, so I'd need to investigate why it is used as a directory.

from fuse-overlayfs.

nwf avatar nwf commented on May 31, 2024

I can't say that it's quick, but what I did was check out the openwrt git tree, use that as the lower layer, and ran "make". While I made a custom build configuration, perhaps the default one will also trigger the case. Is there any kind of tracing I could turn on in fuse-overlayfs? I didn't happen to see any in the code when I looked, but I didn't look very hard.

from fuse-overlayfs.

giuseppe avatar giuseppe commented on May 31, 2024

no, there is no tracing that can be enabled.

Are all the layers on the same file system? I wonder if the issue could be caused by seeing the same ino in different places.

from fuse-overlayfs.

nwf avatar nwf commented on May 31, 2024

Indeed, the layers are on different FSes; they're all backed by ZFS, but the lower layer is on its own FS (for ease of snapshotting and backup) while the upper and work directories are on a common FS (intended to be more or less ephemeral).

from fuse-overlayfs.

giuseppe avatar giuseppe commented on May 31, 2024

I think I know what happens. The same ino is present on two different layers, pointing to different things. It confuses fuse-overlayfs. I've opened a PR to include the st_dev as part of the key: #113

I am not able to reproduce the issue locally, would you be able to try out the patch and let me know if it works for you?

from fuse-overlayfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.