Fedora Copr outage Fri 11pm - Sat 10am
by Michal Novotny
Hello,
there was a fedorainfracloud outage yesterday that caused all the data
volumes that Copr uses to be mounted read-only. We actually caught this
problem yesterday on copr-fe but that was only a part of it, which we
didn't realize until today. All cloud instances were affected by the ro
remount and they are all finally fixed now.
We are sorry for rather long Copr unavailability at the time
Copr team
4 years, 7 months
ccached builds
by Sérgio Basto
Hello,
If we could set copr to do ccached builds ? , sometimes I prefer use
local builds which use ccache , and after cache gcc compilation , I can
improve build times in 10 times more or less ...
i.e. ccache could be very useful when we are trying fix FTBFS packages,
where things are broken in post stages of the builds .
Thanks,
--
Sérgio M. B.
4 years, 7 months
copr-be's storage
by Miroslav Suchý
FYI
I just resized copr-be storage for DNF repos from 4TB to 6TB.
It was as easy as:
umount /var/lib/copr/public_html
systemctl stop var-lib-copr-public_html.mount
copr-backend-service stop
systemctls stop lighttpd.service
in openstack dashboard, detach the volume, click "enlarge volume", set it to 6000GB.
attach it back.
Again:
umount /var/lib/copr/public_html
systemctl stop var-lib-copr-public_html.mount
parted
(parted) print free
Number Start End Size File system Name Flags
17.4kB 1049kB 1031kB Free Space
1 1049kB 4398GB 4398GB ext4
4398GB 6442GB 2044GB Free Space
(parted) resizepart
Partition number? 1
End? [4398GB]? 6442GB
resize2fs /dev/vdc1
systemctl start var-lib-copr-public_html.mount
systemctls start lighttpd.service
copr-backend-service start
# df -H /var/lib/copr/public_html
Filesystem Size Used Avail Use% Mounted on
/dev/vdc1 6.4T 4.2T 2.3T 65% /var/lib/copr/public_html
Mirek
4 years, 7 months