On Thursday, September 5, 2019 4:00:20 PM CEST Miroslav Suchý wrote: > Hi. > The hardlink task finished. For the record, this is what I run: > > cd /var/lib/copr/public_html/results > for i in *; do pushd "$i" && for ii in *; do hardlink -vv "$ii"; done; popd > >/dev/null; done > > It run for more than two days. :) > > As I watched the build most saved space come from: > 1) chroot_scan/ - same libsolv and dnf logs for the same build in the same day
Hm, this is weird. From what I can tell, there should be only 3 (log) files in that directories (or Nx3 files). What exactly is linkable there? > 2) srpm_build/ - it has the same tar ball for resubmits Weird as well, there shouldn't be tarballs but source RPMs, and since we don't have reproducible builds - those files shouldn't be linkable. What I thought will be the major space saving place is the rawhide_to_release forked builds. > FYI we are now at > Filesystem Size Used Avail Use% Mounted on > /dev/vdc1 7.5T 5.7T 1.9T 76% /var/lib/copr/public_html Awesome, we have a few months again! Pavel > -- > Miroslav Suchy, RHCA > Red Hat, Associate Manager ABRT/Copr, #brno, #fedora-buildsys _______________________________________________ copr-devel mailing list -- copr-devel@lists.fedorahosted.org To unsubscribe send an email to copr-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/copr-devel@lists.fedorahosted.org