Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for cascade-style destinations #731

Open
trhr opened this issue Jun 4, 2021 · 0 comments
Open

Support for cascade-style destinations #731

trhr opened this issue Jun 4, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@trhr
Copy link

trhr commented Jun 4, 2021

For those of us with hotswappable drives, it'd be nice to actually fill drives up rather than writing equally to the entire array. I see two potential configurations:

  • Perfect cascade. Write only to dest1 until full. Then, write to dest2 until full. Then, write until dest3 until full, and so on.
  • Optimized cascade. Write to dest1 only if dest1's i/o is below some specified value (e.g. a plot is being written here). If dest1 is in use, write to dest2, then dest3, then dest4, and so on.
@trhr trhr added the enhancement New feature or request label Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant