Code Monkey home page Code Monkey logo

Comments (3)

Zygo avatar Zygo commented on June 1, 2024

If you have bees set up correctly it will not cross filesystem boundaries. If you don't give bees the root of a btrfs, bees should detect that immediately and refuse to process the filesystem. If something is mounted on top of the bees mount point, bees will detect that the metadata doesn't agree with the behavior of open() and refuse to process the data. Directory traversals are done with openat() and O_NOFOLLOW to avoid filesystem races, and every opened FD is checked for consistency with the expected inode. If you can get bees to stray from one btrfs filesystem to another and then run EXTENT_SAME there, I would like to know how.

Can you describe your setup in more detail?

There is one known bug with EXTENT_SAME--when there is a hole between the first and second 4K block (i.e. inline extent, hole between end of extent and second 4K block, then regular extent), EXTENT_SAME returns EINVAL. bees could theoretically check for that but it doesn't usually happen often enough to justify the extra code.

from bees.

stroucki avatar stroucki commented on June 1, 2024

I guess the simplest equivalent would be:
btrfs root subvol mounted on /tmp/brtfs
underneath, a subvol named jessie, so /tmp/btrfs/jessie
underneath that procfs mounted on /tmp/btrfs/jessie/proc
(so can do chroot stuff within)
When I ran bees on /tmp/btrfs, I saw proc files were being looked at.
I have bind mounted /tmp/btrfs on /tmp/x, and am running bees on /tmp/x now, and dedup seems to be proceeding.

from bees.

stroucki avatar stroucki commented on June 1, 2024

don't currently have a setup like this with a kernel compatible with bees, so closing for now.

from bees.

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.