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

Add support for aged cache directories #131

Open
holdenk opened this issue Nov 28, 2022 · 4 comments
Open

Add support for aged cache directories #131

holdenk opened this issue Nov 28, 2022 · 4 comments

Comments

@holdenk
Copy link
Contributor

holdenk commented Nov 28, 2022

Eg on some servers there is X TB of NVMe and Y TB of SSD and K TB of HDD and it would be nice to have expiration just slowly move data down the stack in terms of speed.

@DiegoRBaquero
Copy link
Collaborator

I don't think this is configurable on nginx

@vorburger
Copy link
Contributor

slowly move data down the stack in terms of speed

+1; this thought has crossed my mind as well.

I don't think this is configurable on nginx

It's probably just something we would have to "build" (as in, code out, with "domain knowledge"), not something Nginx could automagically "just do" for us with config.

@holdenk
Copy link
Contributor Author

holdenk commented Dec 3, 2022

Yeah if theres interest in this maybe I'll take a crack it over the winter break, I've got a new server on with 8tb of NVMe and another 8tb of HDE I'd like to take advantage of (I know in practice right now the cache depth is likely to all fit inside the first 8tb of NVMe but you know the "future") :)

@vorburger
Copy link
Contributor

@holdenk I suspect The Way To Go on this is probably https://man.archlinux.org/man/lvmcache.7 - WDYT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants