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
feedback about new messaging
by Miroslav Suchý
I just got a feedback about upcoming rewrite of our fedmsg.
MKluson come in person and stated that he need a message about successful build and he need:
build.id
chroot_name
I am posting here just as note for whoever will work on this in near future.
Miroslav
4 years, 9 months
ACL clean up
by Miroslav Suchý
FYI:
I added praiskup to Copr pagure group.
I contacted asamlik about his intentions with Copr and based on that I removed him from pagure group, fedora infra
playbooks, and FAS group.
I wrote to all members of FAS group (gitcopr) and based on their intentions I removed so far: mizdebski, msrb.
I may remove other people as I get the reply from them in upcoming days.
Miroslav
4 years, 9 months
branches cleanup
by Miroslav Suchý
We have lots of old branches. Here is the list:
origin/GDPR
origin/ansible-2.x
origin/api-mem-hotfix
origin/api_search
origin/arch-builder-groups
origin/backend-appstream-fix
origin/bkabrda-workspace
origin/bootstrap-without-additional
origin/build_chroot_with_started_on
origin/builder_agent
origin/bz1455249
origin/chain-builds
origin/check-root
origin/copr-dist-git-python3
origin/copr_rpmbuild_dump_configs
origin/detect-ssh-issues
origin/dist-git
origin/dnf
origin/enter_the_matrix
origin/fedora-21
origin/fix-python-docs
origin/fork-1.96-hotfix
origin/frontend-1.95-2
origin/frontend-python3
origin/gnupg-2.1
origin/hotfix
origin/hotfix_1188874
origin/hotfix_1195867
origin/hotfix_1203753
origin/hotfixes-ruby
origin/hotfixes-w29
origin/hotfixes-w30
origin/jkadlcik-devel
origin/matrix
origin/modularity
origin/new
origin/pagure_integration
origin/pagure_integration_new
origin/paralel-distgit
origin/pkg-hotfix
origin/python-client
origin/python_copr_apiv2
origin/queue_next
origin/remove_logstash_conf
origin/rest_api_2
origin/rhbug_1194522
origin/rpm-sign
origin/rpmbuild-providers
origin/search
origin/search-by-package-name
origin/skvidal-backend
origin/source_status_added
origin/unified-scm-method
origin/unlisted-on-hp-copr_attr
origin/unsign-function
origin/wip/targets-for-builds
If you still need some of them, then please raise your voice. Otherwise I will delete them next week.
Miroslav
4 years, 9 months