Giter Club home page Giter Club logo

Comments (7)

trapexit avatar trapexit commented on June 12, 2024 1

I'll see about adding some additional details / examples to make it more clear.

from mergerfs.

oregonpillow avatar oregonpillow commented on June 12, 2024 1

I'll try implementing later today/tomorrow and bug you if i have more questions. Thanks again really appreciate it.

from mergerfs.

trapexit avatar trapexit commented on June 12, 2024 1

np, and thanks for the support. appreciated.

from mergerfs.

trapexit avatar trapexit commented on June 12, 2024

The cache pool is the pool with the cache filesystems, yes.

No, that wouldn't be proper fstab. You are mounting to the same location. And you put the /mnt/fast1 at the end of the list. As it mentions it should be first. Order matters.

from mergerfs.

trapexit avatar trapexit commented on June 12, 2024

What kind of setup do you have where this setup would be beneficial?

from mergerfs.

oregonpillow avatar oregonpillow commented on June 12, 2024

Thanks. Ok something like this then?

# slow + fast devices
/mnt/fast1:/mnt/slow1:/mnt/slow2   /mnt/media1    fuse.mergerfs <options>

# slow only
/mnt/slow1:/mnt/slow2              /mnt/media2    fuse.mergerfs <options>

The usecase is for a media server. I download files over usenet which can max out a 10Gb connection and write to nvme. Then, the slowest part is it takes forever to transfer the downloaded files to slow media storage. By allowing the new media to reside temporarily on nvme (tiered cache), media files would be accessible almost instantly and can be migrated to slow storage during the night for example.

from mergerfs.

trapexit avatar trapexit commented on June 12, 2024

Yup. That ordering is most important if you are using create=ff policy and want to spill over. Some people have different ideas/strategies though so.... at the end of the day it's just about having the pool you use generally which includes the cache focused branches and the other pool just to make migration easier. Could just as well be a bespoke tool but then the policies would all need to be added to that.

from mergerfs.

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.