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

deal with large file system error / repository over quota #187

Open
rlskoeser opened this issue Feb 12, 2024 · 1 comment
Open

deal with large file system error / repository over quota #187

rlskoeser opened this issue Feb 12, 2024 · 1 comment
Assignees
Labels
chore A task that doesn't require points tracking

Comments

@rlskoeser
Copy link
Contributor

rlskoeser commented Feb 12, 2024

causing a "smudge" error; prevents ansible tower from checking out the cdh-ansible git repo

@rlskoeser rlskoeser added the chore A task that doesn't require points tracking label Feb 12, 2024
@rlskoeser rlskoeser changed the title deal large file system error / repository over quota deal with large file system error / repository over quota Feb 12, 2024
@rlskoeser
Copy link
Contributor Author

@kayiwa @acozine I found the over quota information in the billing for my CDH github org and did some investigation to try to figure out what's going on and see if there's an easy solution.

Screenshot 2024-02-12 at 3 14 30 PM

I think the short term fix is that I should just pay for the extra LFS storage, but would love your input on a better long-term solution.

I apparently have enabled LFS on two different repositories. I think I briefly used it in the simulating-risk repo for a large data file but decided keeping large CSVs in git wasn't a good plan. I removed it, but must not have removed it from the repository history. I used git-repo-filter to remove all large files from that repository history and pushed all the changes to GitHub, but I don't know how soon that will have an impact (maybe not until next month? ... or maybe not unless I delete the repo?!? I will contact GitHub about this).

In cdh-ansible I have a vaulted file that is 288MB (over the 100MB threshold that requires LFS); this is a bzip tar file of three files. I did some investigating, and it looks like it's actually the vault encryption that is making the file size so large.

The files are needed for the prosody project - it's a set of binary purchased MARC records that we have access to through PUL but can't distribute. Putting a vaulted file in the ansible repo is similar to what we did with purchased font files.

@rlskoeser rlskoeser self-assigned this Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore A task that doesn't require points tracking
Projects
None yet
Development

No branches or pull requests

1 participant