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

Cache: allow configuring disk usage low/high water marks #665

Closed
matyasselmeci opened this issue Jan 16, 2024 · 0 comments · Fixed by #973
Closed

Cache: allow configuring disk usage low/high water marks #665

matyasselmeci opened this issue Jan 16, 2024 · 0 comments · Fixed by #973
Assignees
Labels
cache Issue relating to the cache component enhancement New feature or request
Milestone

Comments

@matyasselmeci
Copy link
Contributor

Allow configuring the disk usage high water mark/low water mark since the appropriate values vary depending on the speed of the storage medium. The high water mark is the amount of disk used before the cache starts deleting files; the low water mark is the amount of disk used below which the cache stops deleting files.

This is the directive pfc.diskusage <LOW> <HIGH> listed in the xrootd proxy configuration doc; LOW and HIGH are either a fraction of 1.0, or an absolute value suffixed with k, g, m, or t. The default value is

pfc.diskusage 0.90 0.95
@matyasselmeci matyasselmeci added the enhancement New feature or request label Jan 16, 2024
@bbockelm bbockelm added the cache Issue relating to the cache component label Feb 29, 2024
@bbockelm bbockelm added this to the v7.7.0 milestone Feb 29, 2024
@haoming29 haoming29 self-assigned this Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cache Issue relating to the cache component enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants