Dedicated bandwidth use case #921
Replies: 1 comment 1 reply
-
Sorry, but you're being too vague about the situation. There is a lot more to that situation than perhaps meets the eye. Describe using specific metrics available to mergerfs now or theoretically that would be used to make the decision which branch is selected when a create happens. f(X) = B. Where 'f' is the function / algo, 'X' the input to the function, 'B' being the branch to call create on. Exactly what the pattern of syscalls made are. Without this information it isn't possible to know how any particular policy would behave. For example: a theoretical "least 'open for write' files" policy. How long are files open for write? Are the underlying branches on the same interconnects? Have the same theoretical performance characteristics? Are there other apps reading? Writing? At what pattern? Some torrent software do loops of "open, read/write, close" which would likely turn any such policy into nothing better than random but with more complexity. |
Beta Was this translation helpful? Give feedback.
-
Hello, Say I have 5 machines.. I want these 5 machines to write to mergefs, and is it possible each machine writes to seperate hard disk at the same time?
Currently, by default, all writes are happening on a single drive. How do we configure it in a way where each machine will be writing to a dedicated drive so that they are transferring at full speed (120mb/sec)
Each machine has 1 gbit connection. and say merge FS will have 5 gigabit interfaces each have their own IP.
Beta Was this translation helpful? Give feedback.
All reactions