Thursday, 2019-11-14

openstackgerritClark Boylan proposed opendev/system-config master: Manage opendev.org cert with LE  https://review.opendev.org/69418100:03
clarkbfungi: ianw can you check the comments I left on https://review.opendev.org/#/c/694181/1 I think those are my major open questions00:05
*** kjackal has quit IRC00:05
clarkbotherwise I think the shape of the thing is correct and this should work00:05
*** dchen has quit IRC00:11
openstackgerritClark Boylan proposed opendev/zone-opendev.org master: Add gitea acme records  https://review.opendev.org/69418200:13
openstackgerritClark Boylan proposed opendev/system-config master: Manage opendev.org cert with LE  https://review.opendev.org/69418100:13
*** dchen has joined #openstack-infra00:18
openstackgerritClark Boylan proposed opendev/base-jobs master: Add cleanup task timeouts to production playbooks  https://review.opendev.org/69418300:25
clarkbconfig-core I believe ^ to be tested now00:26
ianwclarkb: should we perhaps try it with one host first?00:28
clarkbianw: I did think about that. I think the bit of code I delete in the roles/gitea/tasks/main.yaml file makes that a bit tricky (though I suppsoe as long as we don't provision any new giteas we can safely remove that bit and test on a single host)00:28
clarkbThat seems like a reasonable idea. I can go ahead and split the change into two for that00:29
ianwit looks about right to me, but yeah, i'd hate to just wipe out opendev.org in one go :)00:29
*** tosky has quit IRC00:36
openstackgerritClark Boylan proposed opendev/system-config master: Manage opendev.org cert with LE  https://review.opendev.org/69418100:36
openstackgerritClark Boylan proposed opendev/system-config master: Manage opendev.org with LE on all giteas  https://review.opendev.org/69418400:36
clarkbianw: ^ splitting is done00:37
*** mriedem has quit IRC00:38
ianwdo we have gitea testinfra tests?00:40
clarkbyes we do project creation in them and check all that iirc00:40
clarkbianw: also can you check my comment on https://review.opendev.org/#/c/694182/1 I think I need to respin the zone update too00:40
ianwcool, in that case i think this should be self testing too00:40
clarkbya I think I've convinced myself I need two zone updates00:41
clarkbnew patchset/change incoming00:41
ianwclarkb: what's the race?00:42
ianwdoesn't seem that an opendev.org cert will work unless _acme-challenge is setup for it?00:43
clarkbianw: with the CAA records00:45
ianwohhh, right, ok00:45
clarkbsince we are doing one host first we don't want to assert that opendev.org is always CAA's by LE until all 8 are done00:45
openstackgerritClark Boylan proposed opendev/zone-opendev.org master: Add gitea acme records  https://review.opendev.org/69418200:46
openstackgerritClark Boylan proposed opendev/zone-opendev.org master: Add cert issuer validation to opendev.org  https://review.opendev.org/69418500:46
clarkbthat stack should handle the race00:46
clarkban upside to this method of cert issuance is we will be able to clone from https://gitea01.opendev.org:3000 with ssl verification when this is done :)00:47
clarkbthat has been super useful for identifying unhappy gitea's but I've always had to disable verification (GIT_SSL_NO_VERIFY=1 iirc)00:48
ianwgitea_https = host.socket("tcp://0.0.0.0:3000")00:48
ianwthat should be up & with a self-signed cert for testinfra00:48
ianwyou could try curl'ing from it as an extra test, but i guess if it's listening it's found it's cert00:49
clarkboh except that we use a host called gitea9900:49
clarkbin testinfra00:49
clarkband I don't think I configured LE stuff for that host in my all giteas change00:49
clarkbI'm working on an update to actually configure gitea99 too00:51
ianwclarkb: yeah, i think it will probably fail then, as gitea_tls_key isn't written out any more, and LE roles aren't generated the fake cert00:51
*** yamamoto has joined #openstack-infra00:57
*** goldyfruit has joined #openstack-infra00:58
*** kopecmartin is now known as kopecmartin|off00:59
openstackgerritClark Boylan proposed opendev/system-config master: Manage opendev.org cert with LE  https://review.opendev.org/69418100:59
openstackgerritClark Boylan proposed opendev/system-config master: Manage opendev.org with LE on all giteas  https://review.opendev.org/69418400:59
clarkbianw: ^ I think that may solve the testing problem00:59
*** zhurong has quit IRC01:00
clarkbfirst chnage manages gitea01 in prod and gitea99 in test. Then followup manages all of them01:00
clarkb++ to cleaning things up (just noticed your ps3 comments) I'll get that up then go find dinner01:01
ianwi really like how this should be gate tested :)  it's a good setup01:02
*** yamamoto has quit IRC01:02
openstackgerritClark Boylan proposed opendev/system-config master: Manage opendev.org cert with LE  https://review.opendev.org/69418101:04
openstackgerritClark Boylan proposed opendev/system-config master: Manage opendev.org with LE on all giteas  https://review.opendev.org/69418401:04
clarkbthat should be caught up on all outstanding comments that I have seen (here and in review)01:05
clarkbI need to find dinner now, but hopefully we get back useful test results next01:05
clarkbactually there are a few potential issues :(01:06
clarkbfirst if LE runs after gitea in the order of roles then we may not be able to write the certs to the locations we need them in01:06
clarkbI think we can address that by having roles/gitea copy the certs from LE location in addition to having handler write them out01:07
clarkbthe other is a bug that I'll push new PSs momentarily to fix01:07
openstackgerritClark Boylan proposed opendev/system-config master: Manage opendev.org cert with LE  https://review.opendev.org/69418101:08
openstackgerritClark Boylan proposed opendev/system-config master: Manage opendev.org with LE on all giteas  https://review.opendev.org/69418401:08
clarkbI mismatched the cert and handler names01:08
clarkbthat is now fixed. For the other thing I kinda want to wait on test results to see if it is actually a problem01:09
ianwnp01:09
clarkbI think this is why the restart apache handlers check that apache is running before restarting it (avoids failing on the bootstrap problem)01:10
clarkbI think what I want to do is have my handler write out the /var/gitea/certs dir if not already present and check if docker/gitea are running prior to running the restart01:11
clarkbbut I really do need to find food now so can pick that up tomorrow01:11
clarkband ya huge ++ to the testing here01:11
*** diablo_rojo__ has quit IRC01:16
*** Goneri has quit IRC01:20
*** ricolin has joined #openstack-infra01:25
*** kjackal has joined #openstack-infra01:26
fungiianw: if you're done running edit-secrets on bridge can you exit it? keeping that emacs session open holds a gpg-agent running so nobody else can start one01:28
ianwfungi: sorry, yes exited01:28
fungino worries, thanks!01:29
ianwfungi: that was to make secret for dib docker image upload; if you have a sec could you look in on https://review.opendev.org/#/c/694178/ which would allow testing of those potential images in nodepool01:30
*** eernst has quit IRC01:30
fungiyep, looking01:30
*** hwoarang has quit IRC01:34
ianwthanks, i think that gets automatically reloaded?  we'll see anyway01:35
*** hwoarang has joined #openstack-infra01:36
fungitenant configuration does get automatically reloaded, but by ansible/puppet after the new files gets deployed01:36
fungiso it's not instant at merge01:37
ianwcool; it's been a docker image building crash course lately :)01:37
*** kjackal has quit IRC01:38
fungihopefully not a docker image build crashing course01:41
ianwhaha, yes plenty of that too :)01:42
openstackgerritMerged openstack/project-config master: zuul layout: include dib in zuul tenant for jobs  https://review.opendev.org/69417801:43
*** gyee has quit IRC01:46
*** kjackal has joined #openstack-infra01:50
*** amoralej|off has quit IRC01:50
*** ociuhandu has joined #openstack-infra01:54
*** radez has quit IRC01:54
*** jpena|off has quit IRC01:54
*** ociuhandu has quit IRC01:59
*** rkukura has quit IRC02:04
openstackgerritIan Wienand proposed zuul/nodepool master: [dnm] testing docker registry with dib  https://review.opendev.org/69417702:06
ianwcool, config works at leats02:07
*** kjackal has quit IRC02:11
*** ykarel has joined #openstack-infra02:13
*** rlandy|rover|bbl has quit IRC02:14
*** rlandy|rover|bbl has joined #openstack-infra02:15
*** ykarel has quit IRC02:21
*** ociuhandu has joined #openstack-infra02:28
*** rh-jelabarre has quit IRC02:30
*** ociuhandu has quit IRC02:32
*** roman_g has quit IRC02:33
*** kjackal has joined #openstack-infra02:41
*** yamamoto has joined #openstack-infra02:47
*** yamamoto has quit IRC02:49
*** yamamoto has joined #openstack-infra02:49
*** xinranwang has joined #openstack-infra02:50
*** kjackal has quit IRC02:59
*** ramishra has joined #openstack-infra03:08
*** rh-jelabarre has joined #openstack-infra03:09
*** tinwood has quit IRC03:10
*** yamamoto has quit IRC03:11
*** tinwood has joined #openstack-infra03:12
*** yamamoto has joined #openstack-infra03:12
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Add a Dockerfile and related jobs  https://review.opendev.org/69397103:22
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Update bindep.txt for some missing dependencies  https://review.opendev.org/69397503:22
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Dockerfile: install vhd-util  https://review.opendev.org/69397603:22
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Start a buildset registry with docker image creation  https://review.opendev.org/69417503:22
openstackgerritIan Wienand proposed zuul/nodepool master: [dnm] testing docker registry with dib  https://review.opendev.org/69417703:26
*** psachin has joined #openstack-infra03:38
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Add a Dockerfile and related jobs  https://review.opendev.org/69397103:39
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Update bindep.txt for some missing dependencies  https://review.opendev.org/69397503:39
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Dockerfile: install vhd-util  https://review.opendev.org/69397603:39
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Start a buildset registry with docker image creation  https://review.opendev.org/69417503:40
*** rlandy|rover|bbl is now known as rlandy|rover03:43
*** udesale has joined #openstack-infra03:50
*** dchen has quit IRC03:50
openstackgerritIan Wienand proposed opendev/system-config master: Manage opendev.org cert with LE  https://review.opendev.org/69418103:52
ianwclarkb: ^ just added the letsencrypt playbook to the gitea test03:52
openstackgerritIan Wienand proposed zuul/nodepool master: [dnm] testing docker registry with dib  https://review.opendev.org/69417704:14
*** rlandy|rover has quit IRC04:15
*** ykarel has joined #openstack-infra04:24
*** ociuhandu has joined #openstack-infra04:25
*** ykarel_ has joined #openstack-infra04:26
*** raukadah is now known as chandankumar04:27
*** dchen has joined #openstack-infra04:28
*** ykarel has quit IRC04:29
*** ociuhandu has quit IRC04:30
tonybIs there any chnace the the (nova) git repos on 38.108.68.124 are ... confised?  I've been tryign to git remote update (nova) for like most of the day.  I don't *think* the problem is local04:42
*** yamamoto has quit IRC04:45
openstackgerritIan Wienand proposed zuul/nodepool master: Dockerfile: create APP_DIR  https://review.opendev.org/69364604:47
openstackgerritIan Wienand proposed zuul/nodepool master: docker: Base nodepool images on diskimage-builder base image  https://review.opendev.org/69417704:47
openstackgerritIan Wienand proposed zuul/nodepool master: [wip] move openstack testing to use containerised daemon  https://review.opendev.org/69346404:47
ianwtonyb: hrm, so that's the load-balancer, it will be sent out to the backends from there04:48
ianwdo you have a timestamp maybe?04:49
tonybDate: Thu, 14 Nov 2019 04:49:02 GMT04:49
tonybfrom the headers of the current "POST /openstack/nova/git-upload-pack HTTP/1.1"04:50
*** ociuhandu has joined #openstack-infra04:50
*** dtantsur|afk has quit IRC04:50
*** kjackal has joined #openstack-infra04:50
*** ykarel_ is now known as ykarel|mt04:51
*** ykarel|mt is now known as ykarel|mtg04:51
ianwhrm, i'm not sure where the logs go with haproxy containerised .. looking04:52
ianwyeah, i'm not sure how to correlate that back to the server it went to04:54
*** goldyfruit has quit IRC04:54
*** ociuhandu has quit IRC04:54
tonybOkay04:55
tonybCan I tweak my config to hit a specific server?04:55
ianwunfortunately the "docker log" output isn't timestampped04:55
*** dtantsur has joined #openstack-infra04:55
ianwtonyb: yeah, you can go to https://gitea0[1-8].opendev.org:3000/04:56
ianwbut the https cert isn't valid (clarkb is working on that :)04:56
tonybianw: I have a couple of cookies which might help?  ... no idea what is in docker log04:57
ianwit's just showing various up/down lost connections to the backends04:57
ianwbut with no timestamp, that doesn't help that either04:58
tonybAhh okay04:58
tonybSo without changing anything git fetch gerrit; git remote update 'fixed' it04:59
tonybI guess grabbing the objects from gerrit via ssh meant that they weren't needed via origin/https04:59
*** kjackal has quit IRC05:00
*** ociuhandu has joined #openstack-infra05:02
ianwbah, i see what's going on05:06
ianwit sends logs to /dev/log05:06
ianwwhich ends up in /var/log/syslog on the host05:06
ianwi don't think that's really what we want05:06
tonybYeah does make them a little harder to find/colate05:07
ianwtonyb: any of these you? http://paste.openstack.org/show/786091/05:07
tonybianw: I know clone and update are different operations but I'll try cloning direct (not via the LB) and see if one fails05:08
tonybianw: nope05:09
tonyb121.45.215.6605:09
ianwhrm, that's all for that second on the lb ... time skew?05:09
tonybYeah possibly05:10
ianwNov 14 04:58:09 gitea-lb01 haproxy[6]: ::ffff:121.45.215.66:33178 [14/Nov/2019:04:58:04.272] balance_git_https balance_git_https/gitea06.opendev.org 1/0/4744 12441077 -- 82/82/81/20/0 0/005:10
ianwNov 14 04:58:40 gitea-lb01 haproxy[6]: ::ffff:121.45.215.66:33180 [14/Nov/2019:04:58:36.951] balance_git_https balance_git_https/gitea06.opendev.org 1/0/3852 12441077 -- 79/78/77/21/0 0/005:10
ianwall requests from that host are going to gitea0605:11
tonybokay05:11
tonybthat's good data05:11
*** sshnaidm|ruck has quit IRC05:11
*** sshnaidm_ has joined #openstack-infra05:12
ianw2019/11/13 04:58:06 routers/repo/http.go:430:serviceRPC() [E] Fail to serve RPC(upload-pack): exit status 12805:12
*** ociuhandu has quit IRC05:12
ianwthere's a lot of this, not sure if it's a red herring or not05:12
tonybWell it was upload-pack that failed/hung05:13
ianw2019/11/14 04:58:40 routers/repo/http.go:430:serviceRPC() [E] Fail to serve RPC(upload-pack): exit status 128 - {[102 97 116 97 108 58 32 116 104 101 32 114 101 109 111 116 101 32 101 110 100 32 104 117 110 103 32 117 112 32 117 110 101 120 112 101 99 116 101 100 108 121 10] 0 0}05:13
ianwright at that time05:13
ianwyep, i think gitea06 is sick, for some reason05:14
tonybI'm trying a clone now05:14
*** dchen has quit IRC05:15
*** dchen has joined #openstack-infra05:16
tonybHmm that worked but as I said before clone is a different operation05:16
*** rh-jelabarre has quit IRC05:16
ianwi can't really find any issues or hints about this05:18
*** yamamoto has joined #openstack-infra05:19
ianwit started when the gitea server started05:19
tonybPerhaps it isn't a big problem05:19
ianwsomething is wrong, i'm running out of time to investigate fully right now05:20
ianwi can file something and take it out of rotation for the A team to look at05:20
tonybokay, that sounds fair05:20
tonybianw: I didn't mean to drop this on you05:21
*** yamamoto has quit IRC05:24
*** yamamoto has joined #openstack-infra05:27
*** ociuhandu has joined #openstack-infra05:30
ianw#status log gitea06 showing upload-pack errors per : https://storyboard.openstack.org/#!/story/2006849.  i have disabled it in the load balancer so we can investigate05:34
openstackstatusianw: finished logging05:34
ianwinfra-root: ^ i don't want to destroy potential debugging state on this when i don't know what i'm doing05:34
tonybianw: Thanks05:35
*** ociuhandu has quit IRC05:36
ianwtonyb: that should at least get you sent to a different server now.  if nothing else comes up, i can just try "turn it off and on again" tomorrow05:36
clarkbanything in dmesg about the filesystem?05:36
ianwclarkb: not recently, but the server has been up for 100+ days and there is old stuff05:37
clarkbwe've seen sad filesystems lead to sadgitea but other than that I do t have immediate ideas05:37
ianw[Fri Jul 26 19:41:14 2019] INFO: task kworker/u16:2:10089 blocked for more than 120 seconds05:38
ianwthat's the last one05:38
clarkbunlikely that then05:38
clarkbdocker logs $container will get you gitea logs05:39
clarkbthat may shed light on the errirs?05:39
clarkboh maybe that us what you pasted previously05:41
clarkbthe failed to serve RPC05:41
clarkbwas it git repo spwcific?05:41
tonybclarkb: I only saw it in nova05:42
tonybbut I was able to clone nova from that server05:43
clarkbmaybe we fsck the nova repo theb and see if that turns anything up on that server05:44
ianwyeah, it doesn't have a repo, just that long message05:49
*** igordc has joined #openstack-infra05:55
*** ricolin has quit IRC06:00
*** soniya29 has joined #openstack-infra06:04
*** surpatil has joined #openstack-infra06:18
*** ykarel|mtg is now known as ykarel06:22
*** ykarel is now known as ykarel|afk06:23
*** jtomasek has joined #openstack-infra06:41
*** jtomasek has quit IRC06:41
*** jtomasek has joined #openstack-infra06:42
*** apetrich has joined #openstack-infra06:51
*** rcernin has quit IRC06:53
*** yamamoto has quit IRC07:04
*** ociuhandu has joined #openstack-infra07:04
AJaegerconfig-core, could you review this cleanup, please? Remove old jobs/template: https://review.opendev.org/692639 and https://review.opendev.org/692640 . Note it removes it from a dead repo...07:05
*** pkopec has joined #openstack-infra07:07
*** jaicaa has quit IRC07:13
*** ociuhandu has quit IRC07:13
*** ociuhandu has joined #openstack-infra07:13
*** jaicaa has joined #openstack-infra07:14
openstackgerritMerged opendev/base-jobs master: Add cleanup task timeouts to production playbooks  https://review.opendev.org/69418307:15
*** ociuhandu has quit IRC07:16
*** ociuhandu has joined #openstack-infra07:17
*** ociuhandu has quit IRC07:22
*** ociuhandu has joined #openstack-infra07:24
*** ociuhandu has quit IRC07:33
*** ociuhandu has joined #openstack-infra07:34
*** ociuhandu has quit IRC07:35
*** ociuhandu has joined #openstack-infra07:36
*** ociuhandu has quit IRC07:36
*** ociuhandu has joined #openstack-infra07:37
*** pgaxatte has joined #openstack-infra07:37
*** igordc has quit IRC07:39
*** yamamoto has joined #openstack-infra07:43
*** ociuhandu has quit IRC07:45
*** ykarel|afk is now known as ykarel07:46
*** elod is now known as elod_off07:47
*** yamamoto has quit IRC07:48
*** kopecmartin|off is now known as kopecmartin07:52
ianwclarkb: dropped a note in the story, but fsck on the nova repo seems ok...07:53
openstackgerritMerged openstack/project-config master: Remove puppet-module-unit-jobs from puppet-n1k-vsm  https://review.opendev.org/69263908:02
*** xek has joined #openstack-infra08:05
*** pleia2 has quit IRC08:08
*** pleia2 has joined #openstack-infra08:09
*** roman_g has joined #openstack-infra08:15
*** tosky has joined #openstack-infra08:16
*** tesseract has joined #openstack-infra08:17
*** ykarel_ has joined #openstack-infra08:19
AJaegerthanks, ianw !08:20
*** dmellado has quit IRC08:21
*** ykarel has quit IRC08:21
*** dmellado has joined #openstack-infra08:23
*** dmellado has quit IRC08:25
openstackgerritMerged openstack/openstack-zuul-jobs master: Remove puppet-module-unit-jobs  https://review.opendev.org/69264008:26
*** dmellado has joined #openstack-infra08:27
*** tkajinam has quit IRC08:29
*** ociuhandu has joined #openstack-infra08:30
*** slaweq has joined #openstack-infra08:30
*** udesale has quit IRC08:35
*** udesale has joined #openstack-infra08:37
*** lucasagomes has joined #openstack-infra08:47
*** ociuhandu has quit IRC08:51
*** ociuhandu has joined #openstack-infra08:52
*** ralonsoh has joined #openstack-infra08:54
*** rpittau|afk is now known as rpittau08:57
*** slaweq has quit IRC09:01
*** ccamacho has joined #openstack-infra09:06
*** udesale has quit IRC09:08
*** slaweq has joined #openstack-infra09:09
*** jpena has joined #openstack-infra09:09
*** udesale has joined #openstack-infra09:09
*** ykarel_ is now known as ykarel|lunch09:09
*** ociuhandu has quit IRC09:10
*** ociuhandu has joined #openstack-infra09:11
*** tinwood has quit IRC09:12
*** tinwood has joined #openstack-infra09:13
openstackgerritDaniel Bengtsson proposed openstack/cookiecutter master: Use python -m pip instead pip command.  https://review.opendev.org/69406909:16
*** trident has quit IRC09:16
*** dmellado has quit IRC09:20
*** dmellado has joined #openstack-infra09:24
*** sshnaidm_ is now known as sshnaidm|ruck09:26
*** trident has joined #openstack-infra09:26
*** ociuhandu has quit IRC09:34
*** ociuhandu has joined #openstack-infra09:35
*** ociuhandu has quit IRC09:35
*** ociuhandu has joined #openstack-infra09:36
*** ociuhandu has quit IRC09:37
*** ociuhandu has joined #openstack-infra09:37
*** xinranwang has quit IRC09:39
*** yamamoto has joined #openstack-infra09:40
*** gfidente|afk is now known as gfidente09:43
*** ociuhandu has quit IRC09:45
*** kaisers has quit IRC09:49
*** roman_g has quit IRC09:50
*** iurygregory has joined #openstack-infra09:53
*** ociuhandu has joined #openstack-infra09:54
*** pcaruana has joined #openstack-infra09:54
*** Lucas_Gray has joined #openstack-infra10:01
*** ociuhandu has quit IRC10:03
*** ralonsoh has quit IRC10:03
*** ralonsoh has joined #openstack-infra10:03
*** kaisers has joined #openstack-infra10:05
*** lpetrut has joined #openstack-infra10:06
*** yamamoto has quit IRC10:06
*** lpetrut has quit IRC10:07
*** lpetrut has joined #openstack-infra10:07
*** yamamoto has joined #openstack-infra10:10
*** ociuhandu has joined #openstack-infra10:12
*** yamamoto has quit IRC10:15
*** ociuhandu has quit IRC10:19
*** ociuhandu has joined #openstack-infra10:22
*** ociuhandu has quit IRC10:23
*** aedc has joined #openstack-infra10:23
*** ociuhandu has joined #openstack-infra10:24
*** lucasagomes has quit IRC10:25
*** lucasagomes has joined #openstack-infra10:28
*** ociuhandu has quit IRC10:29
*** dpawlik has joined #openstack-infra10:34
openstackgerritSimon Westphahl proposed zuul/zuul master: Add optional support for circular dependencies  https://review.opendev.org/68535410:35
*** gibi_off has joined #openstack-infra10:42
gibi_offhi! do we already have a bug reported for the requirement-check job failures http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%5C%22venv%2Fbin%2Fpip3%5C%22%20AND%20message%3A%5C%22No%20such%20file%20or%20directory%3A%5C%22 ?10:44
openstackgerritSlawek Kaplonski proposed openstack/openstack-zuul-jobs master: Drop old neutron-grenade job from integrated-gate template  https://review.opendev.org/69424410:45
AJaegergibi_off: is that related to https://review.opendev.org/693967 ?10:49
gibi_offAJaeger: based on the change it could be related. Let me recheck my patch that was showing the symptoms10:51
gibi_offAJaeger: let's see if https://review.opendev.org/#/c/683609 greens up now10:53
*** ykarel|lunch is now known as ykarel10:57
gibi_offAJaeger: requirements-check still failing https://storage.bhs1.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_bc8/683609/5/check/requirements-check/bc891eb/job-output.txt11:00
gibi_offAJaeger: but now with different error11:00
gibi_offModuleNotFoundError: No module named 'openstack_requirements'11:00
AJaegergibi_off: best ask requirements team -> #openstack-requirements11:02
gibi_offAJaeger: ack thanks11:03
fricklergibi_off: AJaeger: https://review.opendev.org/#/c/694248/1/playbooks/requirements-check.yaml11:04
gibi_offfrickler: thanks11:06
*** udesale has quit IRC11:14
openstackgerritStephen Finucane proposed openstack/cookiecutter master: Stop configuring 'install_command'  https://review.opendev.org/69406911:15
openstackgerritMerged openstack/cookiecutter master: Stop configuring 'install_command'  https://review.opendev.org/69406911:16
*** Lucas_Gray has quit IRC11:19
*** aedc has quit IRC11:20
openstackgerritSlawek Kaplonski proposed openstack/openstack-zuul-jobs master: Run neutron-grenade job only for branches before Ussuri  https://review.opendev.org/69424411:20
*** ociuhandu has joined #openstack-infra11:21
*** jaosorior has joined #openstack-infra11:25
*** ociuhandu has quit IRC11:27
*** dpawlik has quit IRC11:30
*** dpawlik has joined #openstack-infra11:37
*** rfolco has joined #openstack-infra11:37
*** verdurin has quit IRC11:45
*** Lucas_Gray has joined #openstack-infra11:46
openstackgerritMerged openstack/diskimage-builder master: Remove unused job  https://review.opendev.org/69399011:47
*** Lucas_Gray has quit IRC11:48
*** Lucas_Gray has joined #openstack-infra11:51
*** lucasagomes has quit IRC11:55
*** verdurin has joined #openstack-infra11:59
*** dave-mccowan has joined #openstack-infra12:00
*** jpena is now known as jpena|lunch12:00
*** trident has quit IRC12:09
*** pgaxatte has quit IRC12:12
*** trident has joined #openstack-infra12:18
*** tesseract has quit IRC12:28
*** tesseract has joined #openstack-infra12:29
*** surpatil has quit IRC12:35
AJaegerconfig-core, please review https://review.opendev.org/#/c/688822/ https://review.opendev.org/694244 https://review.opendev.org/#/c/690718/ https://review.opendev.org/691140  https://review.opendev.org/#/c/693455/ and https://review.opendev.org/69346212:41
AJaegermnaser: for static.o.o, please review https://review.opendev.org/681582 and stack on top of it. 681582 can merge directly IMHO. I let you drive the rest...12:42
*** rfolco has quit IRC12:51
*** jtomasek has quit IRC12:51
*** psachin has quit IRC12:51
*** jistr has quit IRC12:52
*** irclogbot_0 has quit IRC12:52
*** piotrowskim has quit IRC12:52
*** prometheanfire has quit IRC12:52
*** Adri2000 has quit IRC12:52
*** nicholas has quit IRC12:52
*** arif-ali has quit IRC12:52
*** d34dh0r53 has quit IRC12:52
*** Buggys has quit IRC12:52
*** harlowja has quit IRC12:52
*** paladox has quit IRC12:52
*** rakhmerov has quit IRC12:52
*** jklare has quit IRC12:52
*** fresta has quit IRC12:52
*** rpioso has quit IRC12:52
*** ianw has quit IRC12:52
*** calbers has quit IRC12:52
*** kota_ has quit IRC12:52
*** davidlenwell has quit IRC12:52
*** cyberpear has quit IRC12:52
*** petevg has quit IRC12:52
*** SergeyLukjanov has quit IRC12:52
*** dulek has quit IRC12:52
*** amotoki has quit IRC12:52
*** zaro has quit IRC12:52
*** Anticimex has quit IRC12:52
*** calebb has quit IRC12:52
*** coreycb has quit IRC12:52
*** clayg has quit IRC12:52
*** davecore has quit IRC12:52
*** knikolla has quit IRC12:52
*** ildikov has quit IRC12:52
*** aedc has joined #openstack-infra12:53
*** openstackstatus has quit IRC12:53
*** rfolco has joined #openstack-infra12:53
*** jtomasek has joined #openstack-infra12:53
*** psachin has joined #openstack-infra12:53
*** arif-ali has joined #openstack-infra12:53
*** jistr has joined #openstack-infra12:53
*** irclogbot_0 has joined #openstack-infra12:53
*** piotrowskim has joined #openstack-infra12:53
*** nicholas has joined #openstack-infra12:53
*** prometheanfire has joined #openstack-infra12:53
*** Adri2000 has joined #openstack-infra12:53
*** rakhmerov has joined #openstack-infra12:53
*** d34dh0r53 has joined #openstack-infra12:53
*** Buggys has joined #openstack-infra12:53
*** harlowja has joined #openstack-infra12:53
*** paladox has joined #openstack-infra12:53
*** jklare has joined #openstack-infra12:53
*** fresta has joined #openstack-infra12:53
*** rpioso has joined #openstack-infra12:53
*** ianw has joined #openstack-infra12:53
*** dulek has joined #openstack-infra12:53
*** calbers has joined #openstack-infra12:53
*** kota_ has joined #openstack-infra12:53
*** davidlenwell has joined #openstack-infra12:53
*** cyberpear has joined #openstack-infra12:53
*** petevg has joined #openstack-infra12:53
*** SergeyLukjanov has joined #openstack-infra12:53
*** calebb has joined #openstack-infra12:53
*** amotoki has joined #openstack-infra12:53
*** zaro has joined #openstack-infra12:53
*** Anticimex has joined #openstack-infra12:53
*** ildikov has joined #openstack-infra12:53
*** coreycb has joined #openstack-infra12:53
*** clayg has joined #openstack-infra12:53
*** davecore has joined #openstack-infra12:53
*** knikolla has joined #openstack-infra12:53
*** rlandy has joined #openstack-infra12:54
*** rlandy is now known as rlandy|rover12:55
*** rlandy|rover is now known as rlandy|rover|mtg13:03
*** rh-jelabarre has joined #openstack-infra13:04
*** jpena|lunch is now known as jpena13:08
*** kopecmartin is now known as kopecmartin|half13:09
*** kopecmartin|half is now known as kopecmartin|pto13:09
*** yamamoto has joined #openstack-infra13:16
*** yamamoto has quit IRC13:20
yoctozeptoinfra-root, started getting logs with no listing access to them: https://openstack.fortnebula.com:13808/v1/AUTH_e8fd161dc34c421a979a9e6421f823e9/zuul_opendev_logs_8b9/694235/1/gate/kolla-build-ubuntu-source/8b9769d/13:23
yoctozeptoWeb Listing Disabled13:24
yoctozepto:D13:24
donnydWorks on my phone13:24
yoctozeptoodd, it's random13:24
yoctozeptoi have been hitting refresh now13:25
yoctozeptobut needs it at every level...13:25
yoctozeptohttps://pastebin.com/6c4zLn6513:25
*** ykarel is now known as ykarel|afk13:26
yoctozeptodonnyd: most tries it does not work13:26
yoctozeptoyou must have been very lucky :D13:26
donnydhttps://usercontent.irccloud-cdn.com/file/MWiqciOe/Screenshot_20191114-082714_Chrome.jpg13:27
donnydJust tried it again13:28
yoctozeptogeographical problem?13:28
donnydMaybe13:29
yoctozeptonorth-e Poland here13:29
yoctozeptonorth-eastern*13:29
donnydWhat does curl say?13:29
Shrewsi hit both cases as well (from US). looks sort of like an apache issue and just depends on which apache process you hit13:29
donnydDriving right now, so will be able to take a deeper look13:29
donnydIn about 50 minutes13:30
yoctozeptodonnyd: the same13:30
yoctozeptothanks, guys13:30
donnydTry the other endpoint13:30
yoctozeptohope to get it fixed because it is hard to navigate now ;p13:30
donnydhttps://swift.fortnebula.com13:31
donnydNo port13:31
yoctozeptodonnyd: yeah, with port it had cert issues13:31
yoctozeptomhm, it works, thanks!13:32
yoctozeptoNAH LOL13:32
yoctozeptotwo dirs up and be gone13:32
yoctozeptotrolololo13:32
yoctozeptoendpoint did not help13:32
yoctozepto:-(13:32
donnydOh I bet its cert swap time13:33
donnydIts not fully automated13:33
*** yamamoto has joined #openstack-infra13:33
yoctozeptostill fails randomly, argh13:33
donnydYea that is what happened last time too13:34
yoctozeptocoffee time13:34
*** ociuhandu has joined #openstack-infra13:34
*** pgaxatte has joined #openstack-infra13:36
*** hrw has joined #openstack-infra13:37
hrwmorning13:37
hrwI clicked in zuul to get info about failed job and was greeted with 'ask admins' like page: https://openstack.fortnebula.com:13808/v1/AUTH_e8fd161dc34c421a979a9e6421f823e9/zuul_opendev_logs_8b9/694235/1/gate/kolla-build-ubuntu-source/8b9769d/13:37
hrwso I ask for enabling web listings13:38
hrwhttp://zuul.openstack.org/status/change/694235,1 is the job I clicked13:38
*** ociuhandu has quit IRC13:40
Shrewshrw: yes, this was just reported. fortnebula admin will be looking at it soon13:40
hrwShrews: thank you.13:40
Shrewshrw: if you hit reload on the page a few times, you might eventually get the listings13:42
hrwgood to know ;)13:43
* hrw out13:43
*** mriedem has joined #openstack-infra13:45
*** udesale has joined #openstack-infra13:46
*** hwoarang has quit IRC13:50
*** hwoarang has joined #openstack-infra13:56
*** ykarel|afk has quit IRC13:57
*** ykarel has joined #openstack-infra13:57
*** yamamoto has quit IRC13:58
*** ociuhandu has joined #openstack-infra14:05
*** ociuhandu has quit IRC14:05
*** ociuhandu has joined #openstack-infra14:06
*** Lucas_Gray has quit IRC14:12
*** Lucas_Gray has joined #openstack-infra14:13
openstackgerritDaniel Bengtsson proposed openstack/cookiecutter master: Update the python 3 version in envlist attribut.  https://review.opendev.org/69430214:14
*** psachin has quit IRC14:14
*** ociuhandu has quit IRC14:18
*** ociuhandu has joined #openstack-infra14:18
*** radez has joined #openstack-infra14:19
openstackgerritDaniel Bengtsson proposed openstack/cookiecutter master: Update the python version in envlist attribut.  https://review.opendev.org/69430214:23
*** eharney has joined #openstack-infra14:27
*** goldyfruit has joined #openstack-infra14:30
*** yamamoto has joined #openstack-infra14:32
openstackgerritHervé Beraud proposed openstack/cookiecutter master: Remove py27 support for future projects  https://review.opendev.org/69431214:33
*** ociuhandu has quit IRC14:34
*** ociuhandu has joined #openstack-infra14:35
*** yamamoto has quit IRC14:38
*** ociuhandu has quit IRC14:42
*** lucasagomes has joined #openstack-infra14:44
donnydinfra-root I think there is a deeper issue with FN swift14:47
donnydI think we need to disable uploads until I have a chance to look deeper at it14:48
*** Goneri has joined #openstack-infra14:48
donnydunfortunately I am not home today, so it will have to be when I get back14:48
*** chandankumar is now known as raukadah14:51
*** ricolin has joined #openstack-infra14:52
*** Lucas_Gray has quit IRC14:54
*** hrw has left #openstack-infra14:55
fungidonnyd: i'll get the change pushed up for that asap14:55
fungithanks for the heads up!14:55
donnydi am going to try to enable container listings, but I have changed nothing on my end since we first set this up14:55
donnydall of the older listings work fine14:56
donnydtrying to figure out where the breakage is at14:56
donnydI am also not at a machine where I can fix the pushed up. Sorry to be needy this morning14:59
donnydfungi: do you think you could push that up?14:59
*** Lucas_Gray has joined #openstack-infra15:00
openstackgerritJeremy Stanley proposed opendev/base-jobs master: Temporarily disable log uploads to fortnebula  https://review.opendev.org/69432215:03
fungidonnyd: yeah, was just digging around to remind myself where to set it15:03
*** soniya29 has quit IRC15:04
fungiinfra-root: i'm going to self-approve that ^15:04
AJaegerfungi: you got my +2A ;)15:05
AJaegerfungi: LGTM15:05
donnydThanks fungi15:06
donnydI will get to the bottom of it15:06
fungino worries donnyd, and thanks!15:07
fungialso, did anybody tell you that you were a superuser award nominee in shanghai as well as a contributor award recipient?15:08
*** Lucas_Gray has quit IRC15:08
AJaegerdonnyd: https://superuser.openstack.org/awards/15:11
*** udesale has quit IRC15:11
donnydAJaeger: I think i lost to baidu15:12
donnydbut even being considered is a win in my book15:12
donnydfungi: no, I had no idea15:13
*** udesale has joined #openstack-infra15:13
openstackgerritMerged opendev/base-jobs master: Temporarily disable log uploads to fortnebula  https://review.opendev.org/69432215:13
donnydI <3 this community for even thinking of me to nominate me for an award15:14
openstackgerritThierry Carrez proposed openstack/ptgbot master: Add common navbar and display MOTD on all pages  https://review.opendev.org/69432615:15
openstackgerritThierry Carrez proposed opendev/puppet-ptgbot master: Deploy new logo.png and motd.js files  https://review.opendev.org/69432715:15
AJaegerdonnyd: fortnebula should be disabled now - I think only for future jobs running but not those already started15:16
*** lucasagomes has quit IRC15:17
donnydAJaeger: I think you are right. I also have been seeing some jobs have the dreaded POST_FAILURE15:17
donnydso they will need to be resubmitted as well15:17
donnydmaybe want to let the peoples know15:17
*** dpawlik has quit IRC15:19
openstackgerritMerged openstack/cookiecutter master: Update the python version in envlist attribut.  https://review.opendev.org/69430215:19
*** rlandy|rover|mtg is now known as rlandy|rover15:28
*** lucasagomes has joined #openstack-infra15:31
*** ykarel is now known as ykarel|away15:34
*** pgaxatte has quit IRC15:41
*** michael-beaver has joined #openstack-infra15:43
*** goldyfruit_ has joined #openstack-infra15:43
*** goldyfruit has quit IRC15:45
*** lucasagomes has quit IRC15:45
*** lucasagomes has joined #openstack-infra15:45
*** lucasagomes has quit IRC15:45
*** lucasagomes has joined #openstack-infra15:45
*** ociuhandu has joined #openstack-infra15:49
*** odicha has joined #openstack-infra15:49
*** ociuhandu has quit IRC15:50
*** ociuhandu has joined #openstack-infra15:52
*** ociuhandu has quit IRC15:57
fricklerstatus notice some jobs have been failing with POST_FAILURE due to an issue with one of our log storage providers, those should be safe to recheck now15:58
fricklerfungi: AJaeger: donnyd: ^^ like that?15:58
fungifrickler: oh, so there have been post_failures caused by that? did anyone confirm from executor logs yet?15:59
fungiso far the only thing i saw correlated for certain was that some logs uploaded to fn were intermittently not browseable16:00
fricklerfungi: I didn't, I was just assuming that connection based on donnyd's comment16:00
fungiwe should probably double-check that the post_failures aren't a separate problem before we go saying they've stopped16:02
frickleractually, a lot of the ones I now checked have other issues. more like the well-known ssh host failure. those should still be safe to recheck, but well16:02
fricklerso maybe better just leave it at that. /me needs to leave now anyway16:03
donnydfrickler: thank you16:03
fricklerdonnyd: without the leading "#" what I wrote was just a draft, nothing has been sent yet16:04
donnydOh16:05
fungiyeah, if we think we've identified that the post_failure cause was related to swift issues in fn then i'm fine sending a status notice like that, but if we haven't confirmed they're related then it may be premature to suggest they're behind us now16:07
fungii see a nova-next post_failure result from 14:31:33z at http://zuul.opendev.org/t/openstack/builds16:10
*** gyee has joined #openstack-infra16:11
fungihttp://zuul.opendev.org/t/openstack/builds?result=post_failure gives a clearer picture16:11
fungiif it were directly related to fn swift i'm surprised we didn't see more between 14:31 and 15:13 when the job changes merged16:12
fungior beyond for that matter, as those playbooks would have only taken effect for jobs started *after* the merge time16:13
*** xek_ has joined #openstack-infra16:14
*** xek has quit IRC16:14
fungibrowsing through the build results, only a few have log urls in fn and most are for other providers16:15
fungiso i don't immediately see any correlation16:15
*** ccamacho has quit IRC16:19
*** ricolin has quit IRC16:20
timburkeon logs no longer being browse-able, i wonder if older jobs were generating index.html files that more-recent jobs dropped...16:20
*** odicha has quit IRC16:21
timburkewould want to look at container listings for new and old jobs to confirm16:21
openstackgerritFabien Boucher proposed zuul/zuul master: Gitlab - Minimal reporter ables to comment on MR  https://review.opendev.org/69434616:27
fungithe manifest should confirm. i'll checl16:28
fungier, check16:28
fungibut that wouldn't explain it only happening in fn i don't think16:29
funginor it working intermittently when reloading the same log url multiple times16:29
openstackgerritFabien Boucher proposed zuul/zuul master: Gitlab - Minimal reporter ables to comment on MR  https://review.opendev.org/69434616:31
*** udesale has quit IRC16:33
fungid'oh, i won't check... the manifests are uploaded to the log store, not kept in the db16:33
*** iurygregory has quit IRC16:35
fungiokay, on retrying i got the manifest to load, but it seems it's more than just indices getting a 40416:36
fungiswift simply provides a special error on an index 404 is all16:36
fungialso, comparing to other working build logs, zuul doesn't include the generated directory index files in the manifest as far as i can tell16:37
fungiso that line of inquiry is a dead end (but also unlikely to be the cause as it seems we're simply seeing intermittent 404s for all manner of objects served from fn's swift, not merely the directory indices)16:39
fungianyway, i think that squarely rules out issues with the jobs themselves16:40
*** iurygregory has joined #openstack-infra16:48
*** sshnaidm|ruck is now known as sshnaidm|off16:56
*** KeithMnemonic has joined #openstack-infra17:00
*** armstrong has joined #openstack-infra17:01
*** ociuhandu has joined #openstack-infra17:01
*** yamamoto has joined #openstack-infra17:02
*** rpittau is now known as rpittau|afk17:04
*** yamamoto has quit IRC17:06
*** ociuhandu has quit IRC17:07
*** rkukura has joined #openstack-infra17:13
*** tesseract has quit IRC17:15
*** rkukura has quit IRC17:22
*** ociuhandu has joined #openstack-infra17:25
*** aedc has quit IRC17:28
mriedemi've noticed a spike in package mirror issues on inap nodes in the last 2 days:17:40
mriedemhttp://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%5C%22ERROR%3A%20Could%20not%20install%20packages%20due%20to%20an%20EnvironmentError%3A%20('Connection%20broken%3A%20IncompleteRead(0%20bytes%20read)'%2C%20IncompleteRead(0%20bytes%20read))%5C%22%20AND%20tags%3A%5C%22console%5C%22&from=7d17:40
*** ykarel|away has quit IRC17:41
fungithat looks like it could either be network issues between job nodes and the mirror server, or between the mirror server and the internet17:43
fungibut i'll check cacti graphs and system logs for any sign of a problem on the server17:43
openstackgerritMatt Riedemann proposed opendev/elastic-recheck master: Add query for inap package mirror bug 1852617  https://review.opendev.org/69437217:43
openstackbug 1852617 in OpenStack-Gate "ERROR: Could not install packages due to an EnvironmentError: ('Connection broken: IncompleteRead(0 bytes read)', IncompleteRead(0 bytes read)) on inap nodes" [Undecided,New] https://launchpad.net/bugs/185261717:43
fungioog, this doesn't look good: http://cacti.openstack.org/cacti/graph.php?action=view&local_graph_id=67952&rra_id=all17:46
fungiaccording to historic graphs the old openstack.org mirror server there had separate 100gb cinder volumes for /var/cache/apache and /var/cache/openafs17:48
*** tosky has quit IRC17:49
fungibut those were never added to the rebuilt mirror server so it's trying to record a couple hundred gigabytes of caches on a 150gb rootfs :(17:49
fungii'll push up a change to temporarily disable builds there until we can add volumes to that mirror17:50
openstackgerritJeremy Stanley proposed openstack/project-config master: Revert "Enable inap-mtl01"  https://review.opendev.org/69437317:52
fungiinfra-root: config-core: i'm self-approving that ^17:52
*** michael-beaver has quit IRC17:52
clarkbfungi: the mirror cache is only like 80gb iirc17:55
clarkbhrn maybe afs caching is bigger than I remember too17:56
*** jtomasek has quit IRC18:00
*** ociuhandu has quit IRC18:00
*** lucasagomes has quit IRC18:01
*** jpena is now known as jpena|off18:04
openstackgerritMerged opendev/elastic-recheck master: Add query for inap package mirror bug 1852617  https://review.opendev.org/69437218:05
openstackbug 1852617 in OpenStack-Gate "ERROR: Could not install packages due to an EnvironmentError: ('Connection broken: IncompleteRead(0 bytes read)', IncompleteRead(0 bytes read)) on inap nodes" [Undecided,Confirmed] https://launchpad.net/bugs/185261718:05
*** ociuhandu has joined #openstack-infra18:05
fungiwell, the cacti graph showed it running out of space on the rootfs18:06
fungiwhich would easily explain clusters of failures serving cache content18:07
fungiif it tried to refresh and couldn't write18:07
clarkbya I'm mostly just surprised 150gb wasnt enough given what I thought our cache limits were18:12
*** yamamoto has joined #openstack-infra18:13
*** lpetrut has quit IRC18:15
*** yamamoto has quit IRC18:18
openstackgerritMerged openstack/project-config master: Revert "Enable inap-mtl01"  https://review.opendev.org/69437318:18
AJaegerconfig-core, please review https://review.opendev.org/#/c/688822/ https://review.opendev.org/694244 https://review.opendev.org/#/c/690718/ https://review.opendev.org/691140  https://review.opendev.org/#/c/693455/ and https://review.opendev.org/69346218:19
*** ssbarnea has quit IRC18:22
*** jtomasek has joined #openstack-infra18:24
*** dave-mccowan has quit IRC18:26
*** ralonsoh has quit IRC18:28
*** dave-mccowan has joined #openstack-infra18:32
*** artom has quit IRC18:32
*** jaosorior has quit IRC18:34
*** xek__ has joined #openstack-infra18:45
*** ociuhandu has quit IRC18:45
fungiclarkb: well, that's 150gb rootfs, so also files for the operating system, logging, et cetera18:45
fungiand also reserved overhead for uid 018:45
*** ociuhandu has joined #openstack-infra18:46
*** xek_ has quit IRC18:47
fungilooks like it has ~4% reserved for uid018:47
fungialso remember apache cache will spike over its "limit" briefly between cullings18:48
fungiwhich is why i wouldn't put it on the rootfs anyway unless there was lots of room for temporarily spillage18:49
clarkbya we expect ~100gb for apache and set the limit to 80gb or so to account for that I think18:51
*** ociuhandu has quit IRC18:52
*** yamamoto has joined #openstack-infra18:53
*** igordc has joined #openstack-infra18:54
*** yamamoto has quit IRC18:58
openstackgerritDavid Shrewsbury proposed zuul/zuul master: WIP: Use correct ansible version var name  https://review.opendev.org/69438819:10
*** rkukura has joined #openstack-infra19:12
fungilooks like /var/cache/openafs is using 42gb and /var/cache/apache2 has 86gb currently19:21
fungithat's 128 out of the 136gb currently in use, so the os is only ~8gb19:23
openstackgerritPaul Belanger proposed zuul/zuul master: Don't search github api for projects not in Zuul  https://review.opendev.org/69439019:24
clarkboh wow afs cache usage is a lot higher than I remember (I expected 5gb or so)19:25
clarkbI guess that is a good thing though and implies quicker afs19:26
fungicurrent apache logs are in the 2gb neighborhood at rotation so could be temporarily doubling on disk while compressing too19:28
fungiand /var/log/apache2 as a whole is >4gb there19:28
openstackgerritDavid Shrewsbury proposed zuul/zuul master: WIP: Use correct ansible version var name  https://review.opendev.org/69438819:30
openstackgerritPaul Belanger proposed zuul/zuul master: Don't search github api for projects not in Zuul  https://review.opendev.org/69439019:31
*** Goneri has quit IRC19:44
*** zbr is now known as zbr|ooo19:46
*** kjackal has joined #openstack-infra19:49
*** mriedem has quit IRC19:55
*** mriedem has joined #openstack-infra19:57
*** ociuhandu has joined #openstack-infra20:22
*** eharney has quit IRC20:22
*** eharney has joined #openstack-infra20:24
*** ociuhandu has quit IRC20:30
*** eharney has quit IRC20:30
*** kjackal has quit IRC20:35
*** Goneri has joined #openstack-infra20:43
*** slaweq has quit IRC20:52
*** tosky has joined #openstack-infra20:57
*** slaweq has joined #openstack-infra21:09
*** eharney has joined #openstack-infra21:17
*** slaweq has quit IRC21:18
*** goldyfruit_ has quit IRC21:23
*** rcernin has joined #openstack-infra21:28
*** slaweq has joined #openstack-infra21:33
*** kjackal has joined #openstack-infra21:34
*** armstrong has quit IRC21:40
*** slaweq has quit IRC21:41
*** igordc has quit IRC21:45
*** jaosorior has joined #openstack-infra21:45
*** igordc has joined #openstack-infra21:45
*** yamamoto has joined #openstack-infra21:48
*** rfolco has quit IRC21:55
*** goldyfruit_ has joined #openstack-infra21:55
*** slaweq has joined #openstack-infra22:01
*** ociuhandu has joined #openstack-infra22:02
*** jaosorior has quit IRC22:02
*** jaosorior has joined #openstack-infra22:03
*** iurygregory has quit IRC22:05
*** slaweq has quit IRC22:05
*** pkopec has quit IRC22:06
*** slaweq has joined #openstack-infra22:06
*** eharney has quit IRC22:08
*** ociuhandu has quit IRC22:11
*** kjackal has quit IRC22:13
*** kjackal has joined #openstack-infra22:14
ianwi'll have another look at gitea06 now22:15
ianwi'm just going to reboot it first22:16
*** slaweq has quit IRC22:18
ianwalright, still failing22:18
mnaserianw: failing to reboot or failing in $some-system-level-thing ?22:22
ianwsorry, still having the same failure discussed with "upload-pack" errors22:23
ianwi think there might be a step missing in "restore the gitea database" -- https://docs.openstack.org/infra/system-config/gitea.html22:25
ianwnot sure where /root/gitea-mariadb.sql comes from22:26
ianwi guess i could remove the repos and try the create step22:26
*** slaweq has joined #openstack-infra22:29
*** kaisers1 has joined #openstack-infra22:32
*** kaisers has quit IRC22:33
*** slaweq has quit IRC22:34
clarkbianw: the db is backedup to that location on each gitea host22:34
clarkb(sorry I've ended up being afk today due to a cold)22:34
ianwclarkb: hrm, not on gitea06 ...?22:35
clarkbhrm check crontab for the backup one liner22:36
clarkbmaybe the path is wrong in the docs22:36
ianwok, yeah there's a backup put into /var/backup ... i can fix that22:37
ianwthere's a "exercise health checks on all repositories button" which i've clicked22:38
ianwFailed to health check repository (/data/git/repositories/openstack/nova.git): signal: killed22:38
*** slaweq has joined #openstack-infra22:39
*** slaweq has quit IRC22:45
*** slaweq has joined #openstack-infra22:48
*** yamamoto has quit IRC22:49
*** jaosorior has quit IRC22:51
*** tkajinam has joined #openstack-infra22:54
openstackgerritMiguel Lavalle proposed opendev/irc-meetings master: Remove Neutron performance sub-team meeting  https://review.opendev.org/69441922:54
*** slaweq has quit IRC23:00
*** dave-mccowan has quit IRC23:02
*** Lucas_Gray has joined #openstack-infra23:04
*** slaweq has joined #openstack-infra23:11
*** rlandy|rover is now known as rlandy|rover|bia23:14
*** KeithMnemonic has quit IRC23:15
*** slaweq has quit IRC23:16
*** dave-mccowan has joined #openstack-infra23:17
openstackgerritIan Wienand proposed opendev/system-config master: Update gitea docs  https://review.opendev.org/69442723:22
ianwi've deleted the git repos and am replicating them again23:24
*** Lucas_Gray has quit IRC23:26
*** xek__ has quit IRC23:27
*** Lucas_Gray has joined #openstack-infra23:30
ianwit's still giving the same error23:31
*** ociuhandu has joined #openstack-infra23:31
*** slaweq has joined #openstack-infra23:31
*** ociuhandu has quit IRC23:35
*** slaweq has quit IRC23:39
*** dchen has quit IRC23:40
ianwi'm out of ideas short of rebuilding the whole server23:45
*** Lucas_Gray has quit IRC23:47
*** dchen has joined #openstack-infra23:49
*** slaweq has joined #openstack-infra23:53
*** slaweq has quit IRC23:57

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!