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

investigate/set up GCZ cvmfs cache cleaning #98

Open
martenson opened this issue Feb 5, 2025 · 0 comments
Open

investigate/set up GCZ cvmfs cache cleaning #98

martenson opened this issue Feb 5, 2025 · 0 comments

Comments

@martenson
Copy link
Member

martenson commented Feb 5, 2025

What could be useful is this part. I used it before on usegalaxy.cz because there is limited space on the drive and cvmfs cache somehow used to exceed the quota very often above the pre-set quota limit. Not sure why.

Originally posted by @martindemko in #95 (comment)

#    - name: Setup CVMFS cache cleaning
#      ansible.builtin.cron:
#        name: "CVMFS cache cleaning"
#        user: root
#        minute: "0"
#        hour: "*/12"
#        job: "cvmfs_talk -i singularity.galaxyproject.org cleanup {{ cvmfs_quota_limit }}"
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

1 participant