You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try cloning a big repo with --download-all (e.g. splitgraph/socrata) -- fails because of no space in cache
try cloning just the :latest (sgr clone splitgraph/socrata:latest --download-all), fails with weird object size accounting:
Gathering remote metadata...
No image/object metadata to pull.
Need to download 1 object (34.53 GiB), cache occupancy: 1.99 MiB/10.00 GiB
error: splitgraph.exceptions.ObjectCacheError: Not enough space in the cache to download the required objects!
Deleting the offending repo locally + sgr cleanup fixes it
The text was updated successfully, but these errors were encountered:
Repro:
sgr clone splitgraph/socrata:latest --download-all
), fails with weird object size accounting:Deleting the offending repo locally +
sgr cleanup
fixes itThe text was updated successfully, but these errors were encountered: