Seems if you use a %20 for a space in the Redirect url it will just pass
that on and not urldecode it. So, try and just \ the space and see if
that works better.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
db-koji01 has been running with this since before the mass rebuild, and
it seems to make it have a higher load, but process faster and without
stalling when doing backups or when long/bad koji-gc queries for old
versions of texlive hit it.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This causes:
Aug 05 23:04:40 bvmhost-x86-06.iad2.fedoraproject.org multipathd[3266]:
uevent trigger error
Aug 05 23:04:40 bvmhost-x86-06.iad2.fedoraproject.org multipathd[3266]:
parse error in feature string "no_path_retry queue"
So, just drop it.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
The s390x boxes have been really slow of late and have i/o issues.
Lets make sure that we only use x86 and ppc64le hosts for this so to
avoid moving large srpms around.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
We may need to revert this if it causes issues, but try and enable
bootstrap mode again. Newer koji handles GC on these repos now and
it would help us out with a number of issues we are going to hit soon.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
THe cache host needs to accept port 80 requests for varnish.
MOve that from the old 07 zvm instance to the new 24 kvm one.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
We already use this in other builders. The worst that can happen is that
the vm becomes corrupt from a hard power off or the like. If so, we blow
it away and make a new one. This should end up making builds a lot
faster.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
Moving the local to s390x cache from 07 (a zvm instance) to 24 (a kvm
instance) needs to adjust the firewalls for those builders to know that
they can use port 80 on the new one. After that we will update dns to
point it to the new location.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
Right now the varnish cache machine that all the s390x builders use is
07, but thats a Z/VM instance and seems pretty prone to having slow IO
or other issues. Moving it to 24 (which is a kvm instance) hopefully
will improve performance and avoid build failures.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
kojipkgs dont have a https endpoint or certs, etc.
They listen (varnish) on port 80 and talk to a apache backend on 8080.
So, s390x buildvm's should fall back to the http not https endpoint
here.
The virthost has 32 cpus, and we have ~11 guests.
If we use 4 cpus per we oversubscribe the host.
So, go down to 3 for now and see if it helps things.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
/srv/odcs is being set to 0770 every time the playbooks are run. This
patch changes it so that /srv/odcs is set up as 0775 and
/srv/odcs/private is set up as 0770. This should fix the problem for
future runs of the playbook.