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
5 years, 1 month
Re: COPR src.fp.o auto-rebuilds
by Miro Hrončok
On 27.2.2018 00:04, Michal Novotny wrote:
> Hello,
>
> you can now very easily setup auto-rebuilds for your src.fp.o package:
>
> 1) make a SCM package in COPR with Clone URL pointing to the src.fp.o
> fork (please, use the https:// cloning option)
> 2) make sure "Webhook Rebuild" checkbox is checked when you are creating
> the package
> 3) Go to settings for your package at src.fp.o and almost at the bottom
> in Hooks->Fedmsg section, check "Activate" checkbox and then click on
> "Update" button.
This is awesome! Thanks.
I've pushed several commits at once and copr triggered a build for every
one of them. It would make sense in my POV to only trigger once per
push. Is there a technical reason for current behavior, or is it
intentional?
--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
5 years, 8 months
Builders are locked in importing mode
by Jean-Marc Liger
Hi,
It seems builders are locked in importing mode ?
Thanks,
*Jean-Marc LIGER
Ingénieur Systèmes et Réseaux de Communication
*
FACULTÉ DE MÉDECINE
Direction Technique, Informatique, Réseaux et Multimédia
15 rue de l’École de Médecine – 75270 Paris cedex 06
Tél : +33 (0)1 53 10 46 17
5 years, 9 months
Slow SRPM uploads?
by Richard Shaw
Both last night and this morning I'm experience EXTREMELY slow uploads
~25kB/s...
Is something going on that would cause that?
Thanks,
Richard
5 years, 9 months