Skip to content

Sequential filling up of disks and drive spindown #1245

Answered by trapexit
jpmvferreira asked this question in Q&A
Discussion options

You must be logged in to vote

I've got a server with both SSDs and HDDs, and I want them all under one folder, with one the data moving from one disk to the other only after the previous one is full. As far as I know, this is MergerFS's default behavior.

mergerfs does no automatic moving of files. It does placement at create time.

This sequential writing is important because I want to keep the drives idle as much as possible.

You can't do that that way. https://github.com/trapexit/mergerfs/wiki/Limit-Drive-Spinup

If I have an array of disks in a MergerFS pool and request a file, which can only be on one disk, are all disks required to spin up to find it?

Yes. How else would it know where the file is located? Som…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by jpmvferreira
Comment options

You must be logged in to vote
1 reply
@jpmvferreira
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants