-
Notifications
You must be signed in to change notification settings - Fork 17
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
Bandwidth quota of Git LFS Data #454
Comments
sorry I could not reply to the thread yet, but I don't think just deleting from HEAD would not work, since all remains in git history. |
@himorin i think we also need to identify a new home for the data that you'll be deleting from LFS, so that we don't lose access to it. |
You may keep them in the repository but just not using git LFS |
I'm not sure if this is the reason, but I suspect it is this:
|
I wonder if our git repositoy backup system is not responsible for this. There's a chance it downloads archives of that repository on a regular basis but we don't have any control over this. In any case, I don't see any reasons to keep these files in git LFS so I suggest to move them out of the repository or at the very least, delete them from git LFS. |
hrm,,, some thoughts...
I don't think we want to check or use older source files in .ai or .indd than HEAD for future, since JL-TF is now finished all works on it and freezing (per new jlreq-d; errata could be fixed in future but marking not in scope for now). So removing every history of lfs tracked files via git rm as @deniak suggested and just adding the latest files into HEAD, could work. how about,,, let me try to find some time to how |
As far as I undersand, these files are only there for the record. They are not the ones that are actually used in the spec.
AFAICS, the source images don't weight more than a few MB so we are still below the file size limit.
The backup system runs at least daily so the process will take at least 15Gb/month. I mentioned the backup system but there might be other downloads from other sources.
I'm far from being a git LFS guru and it seems jlreq is the only repo relying on it but it's enough to exceed the bandwidth quota. Another option would be to disable backups for that repo but I don't think this is a good idea. My guess is that given the size of that repo, it's better to not rely on git LFS. |
In the documentation, they only mentioned that this would affect storage quota, but not bandwidth quota:
We only exceeded the bandwidth quota, not the storage quota, so it seems that there should be no problem. If we are really unsure, we can contact GitHub Support.
Why? |
I agree, I don't see why it would break the history. It's not like thee files are used directly in the spec itself. Note that even if the files are removed from git-lfs, we may need to contact the support to reset the bandwidth usage. |
This repo seems to exceed the bandwidth quota of Git LFS Data:
We need to find a solution. @deniak Do you have any solution?
The text was updated successfully, but these errors were encountered: