ianw | hahaha "git gc --prune" makes the repo *bigger* | 00:01 |
---|---|---|
fungi | score! | 00:01 |
corvus | it's like when you empty out a box of stuff on the floor to get everything organized and then don't. | 00:02 |
corvus | ianw: at one point we had some really specific repack arguments we used with gerrit; unsure what the current state is | 00:03 |
fungi | or when you get that box out of the attic and dig through it to find something, then try to put everything else back but it no longer fits | 00:03 |
ianw | corvus: did it look like https://github.com/emanuelez/gerrit/blob/master/templates/default/scripts/repack-repositories.sh ? | 00:04 |
ianw | i'm going to try an explicit repack with those opts | 00:04 |
corvus | ianw: about 1/4 as complex, but window/depth etc were set specifically | 00:05 |
corvus | looks like the current state is: find /home/gerrit2/review_site/git/ -type d -name "*.git" -print -exec git --git-dir="{}" gc \; | 00:06 |
corvus | so i guess the last time we did this, we decided we couldn't do any better than a plain gc | 00:06 |
corvus | but, you know, things change :) | 00:06 |
ianw | definitely repacking with 2.28.0 gave the 10x decrease | 00:08 |
ianw | fungi: if you have a sec, would you mind another pass at the bup removal @ https://review.opendev.org/c/opendev/system-config/+/766300. i just had to stop it trying to manage the bup server, as with no clients it hit an undefined var error | 00:23 |
openstackgerrit | Ian Wienand proposed opendev/system-config master: centos mirror: exclude dot-files https://review.opendev.org/c/opendev/system-config/+/766641 | 00:31 |
fungi | can do | 00:40 |
openstackgerrit | Merged opendev/system-config master: bup: Remove from hosts https://review.opendev.org/c/opendev/system-config/+/766300 | 01:04 |
*** DSpider has quit IRC | 01:05 | |
openstackgerrit | Akihiro Motoki proposed zuul/zuul-jobs master: nodejs-test-dependencies: Install xdg-utils https://review.opendev.org/c/zuul/zuul-jobs/+/766644 | 01:06 |
ianw | the git in the gitea containers is 2.20.1 ... although not 100% sure if gitea uses that or some sort of go-git-magic? | 01:07 |
ianw | 1.8G/var/gitea/data/git/repositories/openstack/nova.git | 01:21 |
ianw | this is the size of every nova repo on the gitea hosts | 01:21 |
fungi | interestingly, /home/gerrit2/review_site/git/openstack/nova.git on review.o.o is a mere 964M | 01:24 |
fungi | and 1.1gb on ze12 where it just recloned a few hours ago | 01:24 |
ianw | i am more confused than ever. how does "git clone https://opendev.org/openstack/nova" return ~160mb repo? | 01:28 |
*** mlavalle has quit IRC | 01:38 | |
fungi | or 250mb in my case (possibly owing to the inclusion of git notes) | 01:41 |
fungi | i blame newer git for being more efficient | 01:42 |
openstackgerrit | Merged opendev/system-config master: centos mirror: exclude dot-files https://review.opendev.org/c/opendev/system-config/+/766641 | 01:47 |
openstackgerrit | Andrii Ostapenko proposed opendev/system-config master: Add focal octopus mirror https://review.opendev.org/c/opendev/system-config/+/766648 | 01:50 |
*** hamalq_ has quit IRC | 02:05 | |
*** smcginnis has joined #opendev | 02:19 | |
*** smcginnis has quit IRC | 02:24 | |
fungi | i suppose nowish is a good time for a gerrit service restart... any objections? | 02:44 |
fungi | i'll take that resounding silence as tacit assent | 02:52 |
fungi | #status notice The Gerrit service on review.opendev.org is being restarted quickly to enable support for Git protocol v2, downtime should be less than 5 minutes | 02:52 |
openstackstatus | fungi: sending notice | 02:52 |
-openstackstatus- NOTICE: The Gerrit service on review.opendev.org is being restarted quickly to enable support for Git protocol v2, downtime should be less than 5 minutes | 02:53 | |
ianw | heh sorry ++ | 02:54 |
ianw | i give up on this git packing stuff. i don't know what's changed or where | 02:55 |
fungi | it's a headscratcher for sure | 02:55 |
openstackstatus | fungi: finished sending notice | 02:55 |
ianw | fungi: so should we add a v2 flag to /home/zuul/.git config on an executor, or two? | 02:56 |
fungi | i think so | 02:57 |
ianw | ze01 seems like a logical place to start | 02:58 |
ianw | zuul@ze01:~$ cat .gitconfig | 03:00 |
ianw | [protocol] | 03:00 |
ianw | version = 2 | 03:00 |
fungi | looks right | 03:00 |
openstackgerrit | Merged opendev/system-config master: Add focal octopus mirror https://review.opendev.org/c/opendev/system-config/+/766648 | 04:02 |
*** ykarel has joined #opendev | 05:40 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/project-config master: Normalize projects.yaml https://review.opendev.org/c/openstack/project-config/+/766665 | 06:13 |
*** marios has joined #opendev | 06:39 | |
*** marios is now known as marios|ruck | 06:40 | |
*** adrian-a has joined #opendev | 06:49 | |
*** adrian-a has quit IRC | 07:05 | |
*** adrian-a has joined #opendev | 07:09 | |
*** marios|ruck is now known as marios|rover | 07:10 | |
frickler | ianw: I did the repack test on focal. "git clone https://review.opendev.org/openstack/nova" gives me 1.1G, running "git repack -a -d -F" gets that down to 219M, similar to the clone from gitea | 07:20 |
frickler | git version 1:2.25.1-1ubuntu3 | 07:21 |
frickler | I'll add that to the etherpad | 07:21 |
frickler | from the log during cloning, it also looks like gitea may be compressing during the clone, while gerrit doesn't | 07:32 |
*** slaweq has joined #opendev | 07:45 | |
*** sboyron has joined #opendev | 07:54 | |
*** hamalq has joined #opendev | 07:56 | |
*** rpittau|afk is now known as rpittau | 07:57 | |
*** hamalq_ has joined #opendev | 07:57 | |
*** eolivare has joined #opendev | 08:00 | |
*** hamalq has quit IRC | 08:01 | |
*** fressi has joined #opendev | 08:02 | |
*** smcginnis has joined #opendev | 08:10 | |
*** user_19173783170 has joined #opendev | 08:12 | |
*** smcginnis has quit IRC | 08:15 | |
*** andrewbonney has joined #opendev | 08:22 | |
*** zbr has quit IRC | 08:23 | |
*** zbr has joined #opendev | 08:23 | |
*** zbr has quit IRC | 08:26 | |
*** zbr has joined #opendev | 08:26 | |
*** user_19173783170 has quit IRC | 08:40 | |
*** tosky has joined #opendev | 08:47 | |
*** hashar has joined #opendev | 08:51 | |
priteau | Gerrit is very slow this morning. I've just seen this error: | 09:00 |
priteau | Error 400 (Bad Request): limit of 10 queries | 09:01 |
priteau | Endpoint: /changes/ | 09:01 |
*** adrian-a has quit IRC | 09:03 | |
gibi | seconded, gerrit timed out on me couple times in the past 20 minutes | 09:06 |
yoctozepto | now it is timeouting permanently on me | 09:07 |
slaweq | I don't see timeouts but it's veeeery slow for me too :/ | 09:09 |
yoctozepto | gibi: I also noticed our userscript starts failing in these situations due to failed observation assumptions | 09:11 |
*** adrian-a has joined #opendev | 09:12 | |
gibi | yoctozepto: yeah, that use script is not bug free :) | 09:13 |
gibi | yoctozepto: also if you navigate from a list of commit ot a single commit sometimes the script fails | 09:13 |
yoctozepto | gibi: yes, the disclaimer is there! :D | 09:15 |
*** hamalq_ has quit IRC | 09:15 | |
yoctozepto | anyhow, I am not touching it anymore; I'll try to find some time to play with polygerrit itself | 09:15 |
*** hamalq has joined #opendev | 09:15 | |
gibi | yoctozepto: i'm also consider that script as good-enough | 09:34 |
ianw | yoctozepto: i haven't sent another mail about it but we're working on getting https://github.com/ianw/zuul-results-summary into gerrit's repo. it's a polygerrit/polymer version | 09:44 |
yoctozepto | ianw: oh, lovely! | 09:45 |
yoctozepto | that would make a great starting point for getting the dynamic too | 09:46 |
*** dtantsur|afk is now known as dtantsur | 09:58 | |
ianw | i found some problem queries against gerrit. it should hopefully be running a bit better now | 10:02 |
*** brinzhang has quit IRC | 10:04 | |
*** brinzhang has joined #opendev | 10:04 | |
ianw | yoctozepto: if you mean "show what's currently running by querying the zuul api" there's already a plugin that does similar to that | 10:05 |
ianw | if we ever get past these fire drills with gerrit performance, i'll finally have much better testing we can put a gerrit instance on hold with a bunch of sample data, and you/anyone can play with plugin development all day long | 10:06 |
*** hamalq has quit IRC | 10:10 | |
*** smcginnis has joined #opendev | 10:11 | |
*** smcginnis has quit IRC | 10:16 | |
*** DSpider has joined #opendev | 10:17 | |
openstackgerrit | chandan kumar proposed openstack/diskimage-builder master: Enable dracut list installed modules https://review.opendev.org/c/openstack/diskimage-builder/+/766232 | 10:21 |
*** adrian-a has quit IRC | 10:21 | |
*** adrian-a has joined #opendev | 10:45 | |
yoctozepto | ianw: that would be great! yes, I mean that; I only know the userscript by Michael, me and gibi | 10:49 |
*** adrian-a has quit IRC | 11:28 | |
*** adrian-a has joined #opendev | 11:33 | |
*** slaweq_ has joined #opendev | 11:46 | |
*** dtantsur is now known as dtantsur|brb | 11:56 | |
*** sshnaidm is now known as sshnaidm|off | 11:59 | |
*** slaweq has quit IRC | 12:02 | |
*** slaweq_ has quit IRC | 12:03 | |
*** slaweq has joined #opendev | 12:06 | |
*** ykarel_ has joined #opendev | 12:14 | |
*** ykarel has quit IRC | 12:16 | |
*** slaweq has quit IRC | 12:20 | |
*** slaweq has joined #opendev | 12:21 | |
*** eolivare has quit IRC | 12:21 | |
*** eolivare has joined #opendev | 12:22 | |
*** kopecmartin has quit IRC | 12:22 | |
*** kopecmartin has joined #opendev | 12:26 | |
*** dtantsur|brb is now known as dtantsur | 12:27 | |
dtantsur | a bug report for zuul.o.o: information from a build list cannot be copied with a mouse. e.g. try copying a date/time from https://zuul.openstack.org/builds?job_name=ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode | 12:57 |
*** adrian-a has quit IRC | 12:58 | |
*** adrian-a has joined #opendev | 12:59 | |
fungi | dtantsur: thanks, i believe ianw has a ui change proposed to fix that | 13:04 |
dtantsur | \o/ | 13:04 |
fungi | dtantsur: https://review.opendev.org/761621 | 13:05 |
dtantsur | I don't understand a thing, but looks impressive, and the commit message seems relevant :) | 13:06 |
*** smcginnis has joined #opendev | 13:16 | |
*** fbo|off is now known as fbo | 13:18 | |
frickler | priteau: the query limit error is not related to slowness, this seems a general restriction of the new gerrit version. in fact the limit seems to have been the same earlier, but it seems queries are expanded in a different way now, I've seen multiple dashboards that worked earlier and now don't | 13:31 |
frickler | seems currently the only solution is to simplify your dashboard. assuming that it was one that you tried to access, but that's the only context where I've seen that error so far | 13:32 |
fungi | it also couldn't hurt to look at what the query is being translated into. in watching apache access logs i've noticed some very dysfunctional looking queries from some users and am not sure what's generating them, but they seem to include long embedded sequences of ++++++++++ | 13:40 |
fungi | if gerrit is treating all those as additional query terms, it might hit the query term limit much more easily | 13:41 |
frickler | fungi: good idea, I'll check that for the designate dashboard | 13:41 |
*** smcginnis has quit IRC | 13:42 | |
*** smcginnis has joined #opendev | 13:56 | |
*** mlavalle has joined #opendev | 13:58 | |
*** ykarel_ is now known as ykarel | 14:01 | |
openstackgerrit | Jan Zerebecki proposed zuul/zuul-jobs master: Switch from Debian Stretch to Buster https://review.opendev.org/c/zuul/zuul-jobs/+/766496 | 14:21 |
*** adrian-a has quit IRC | 14:32 | |
*** adrian-a has joined #opendev | 14:34 | |
*** klonn has joined #opendev | 15:01 | |
*** klonn has quit IRC | 15:13 | |
*** klonn has joined #opendev | 15:14 | |
openstackgerrit | Vishal Manchanda proposed zuul/zuul-jobs master: [DNM] Testing horizon nodejs job with Chrome browser https://review.opendev.org/c/zuul/zuul-jobs/+/766744 | 15:14 |
*** dtantsur is now known as dtantsur|brb | 15:15 | |
*** rpittau is now known as rpittau|afk | 15:15 | |
*** klonn has quit IRC | 15:18 | |
*** klonn has joined #opendev | 15:39 | |
openstackgerrit | Jan Zerebecki proposed zuul/zuul-jobs master: Switch from Debian Stretch to Buster https://review.opendev.org/c/zuul/zuul-jobs/+/766496 | 15:41 |
*** adrian-a has quit IRC | 15:45 | |
openstackgerrit | Jan Zerebecki proposed zuul/zuul-jobs master: Better error output for update-test-platforms.py https://review.opendev.org/c/zuul/zuul-jobs/+/766754 | 15:49 |
openstackgerrit | Jan Zerebecki proposed zuul/zuul-jobs master: ensure-pip: install virtualenv, it is still used https://review.opendev.org/c/zuul/zuul-jobs/+/766477 | 15:54 |
openstackgerrit | Albin Vass proposed zuul/zuul-jobs master: Add option to install kubernetes with kind https://review.opendev.org/c/zuul/zuul-jobs/+/740935 | 15:59 |
openstackgerrit | Albin Vass proposed zuul/zuul-jobs master: Update ensure-helm to default to latest version https://review.opendev.org/c/zuul/zuul-jobs/+/762564 | 15:59 |
openstackgerrit | Albin Vass proposed zuul/zuul-jobs master: Add helm role https://review.opendev.org/c/zuul/zuul-jobs/+/766758 | 15:59 |
openstackgerrit | Albin Vass proposed zuul/zuul-jobs master: Add functional helm test jobs using kind https://review.opendev.org/c/zuul/zuul-jobs/+/766759 | 15:59 |
*** zbr3 has joined #opendev | 16:00 | |
*** zbr has quit IRC | 16:01 | |
*** zbr3 is now known as zbr | 16:01 | |
*** klonn has quit IRC | 16:04 | |
danpawlik | ianw: hey, could you check the Disk Image Builder Patch set: https://review.opendev.org/c/openstack/diskimage-builder/+/765963 ? | 16:09 |
danpawlik | ianw: it would be nice also to check related patch set | 16:10 |
danpawlik | ianw: thanks | 16:10 |
*** adrian-a has joined #opendev | 16:12 | |
clarkb | fungi: corvus: is next step with git protocol v2 to set that gitconfig in the zuul images properly? | 16:18 |
clarkb | (or maybe we need to gather more data first? migth be good to get that image update moving though so it can be approved when we are happy with the results?) | 16:19 |
corvus | looks like ianw set that on ze01; i'm guessing nothing blew up; but do we know if things improved? what would we measure? | 16:21 |
*** chkumar|ruck is now known as raukadah | 16:21 | |
*** klonn has joined #opendev | 16:22 | |
clarkb | corvus: I believe that the sshd log at least records session times. We could compare git fetch operations for ze01 before and after the change for nova and neutron ? (two large repos)? | 16:22 |
clarkb | ze01 may also record that info on its side as well | 16:23 |
corvus | clarkb: i'll inspect the ze01 logs | 16:23 |
clarkb | thanks. I'm still sorting out breakfast and not quite able to help with that. Was just making sure I understood where we were in the process | 16:25 |
clarkb | corvus: also I think number of refs matters more than pure repo size though those two probably correlate | 16:26 |
corvus | clarkb, ianw: i compared nova repo update times on ze01 yesterday (gitv1) and today (gitv2) between the hours of 14:00-16:30; yesterday's mean was 5.4s with a median of 5.9s. today's was 1.9s with a median of 2.3s. | 16:45 |
corvus | i think that's a substantial improvement and we should update zuul or its images to take advantage of v2 | 16:45 |
clarkb | corvus: sounds like a plan | 16:46 |
corvus | i'll work on a zuul patch | 16:47 |
*** marios|rover is now known as marios|out | 16:47 | |
*** brinzhang_ has joined #opendev | 16:50 | |
*** brinzhang_ has quit IRC | 16:51 | |
*** brinzhang_ has joined #opendev | 16:52 | |
*** brinzhang_ has quit IRC | 16:53 | |
*** brinzhang has quit IRC | 16:53 | |
*** brinzhang_ has joined #opendev | 16:54 | |
*** dtantsur|brb is now known as dtantsur | 16:58 | |
*** hashar has quit IRC | 17:03 | |
*** marios|out has quit IRC | 17:04 | |
openstackgerrit | Merged openstack/project-config master: Revive os_monasca https://review.opendev.org/c/openstack/project-config/+/765799 | 17:25 |
*** hamalq has joined #opendev | 17:27 | |
*** hamalq has quit IRC | 17:28 | |
openstackgerrit | Merged openstack/project-config master: Deprecate openstack-ansible-galera_client role https://review.opendev.org/c/openstack/project-config/+/765777 | 17:28 |
*** hamalq has joined #opendev | 17:29 | |
openstackgerrit | Sorin Sbârnea proposed opendev/gear master: tox: enable extra python versions https://review.opendev.org/c/opendev/gear/+/703418 | 17:31 |
openstackgerrit | Sorin Sbârnea proposed opendev/gear master: tox: enable extra python versions https://review.opendev.org/c/opendev/gear/+/703418 | 17:36 |
*** tosky has quit IRC | 17:46 | |
*** dmellado has quit IRC | 17:48 | |
*** dmellado has joined #opendev | 17:50 | |
*** hashar has joined #opendev | 17:56 | |
*** ralonsoh has quit IRC | 18:00 | |
*** eolivare has quit IRC | 18:03 | |
*** dtantsur is now known as dtantsur|afk | 18:17 | |
*** andrewbonney has quit IRC | 18:24 | |
*** adrian-a has quit IRC | 18:41 | |
*** klonn has quit IRC | 18:51 | |
*** hashar is now known as hasharDinner | 19:04 | |
*** sboyron has quit IRC | 19:08 | |
ianw | i looks like the linaro arm64 api has disappeared | 19:12 |
ianw | the mirror host is still up, but us.linaro.cloud | 19:13 |
ianw | is not | 19:13 |
ianw | kevinz doesn't seem to be in here, i'll reach out via email | 19:14 |
fungi | thanks | 19:23 |
corvus | infra-root: the promote jobs for the zuul change to enable v2 succeeded, so we should be able to pull and restart globally | 19:24 |
*** smcginnis has left #opendev | 19:25 | |
corvus | we should probably do that, and if nothing blows up, ask all 3rd party ci's to do similar (either run latest container images or apply the same change via whatever config they do) | 19:25 |
fungi | ooh, excellent, i'll get ready to start on that now | 19:25 |
fungi | think we should do one as a trial, or just go all the way? | 19:25 |
fungi | i mean, i guess it's not substantially different from what ianw already set on ze01? | 19:25 |
corvus | fungi: let's do one, just to make sure there isn't some gotcha we didn't hit in testing | 19:26 |
corvus | maybe do ze02 | 19:26 |
corvus | we'll want to make sure we clean up the .gitconfig on ze01 | 19:26 |
fungi | yup, i can pull/down/up it | 19:26 |
fungi | on ze02 | 19:26 |
corvus | fungi: thx, i'm going to fry some rice, biab. | 19:26 |
fungi | it's not a fast image to pull | 19:28 |
fungi | there it is | 19:28 |
fungi | zuul/zuul-executor latest 4d979a29238d About an hour ago 1.19GB | 19:28 |
fungi | that seems right | 19:28 |
*** slittle1 has joined #opendev | 19:31 | |
*** klonn has joined #opendev | 19:32 | |
fungi | fungi@ze02:/etc/zuul-executor$ sudo docker-compose exec executor cat /etc/gitconfig | 19:33 |
fungi | [protocol] | 19:33 |
fungi | version = 2 | 19:33 |
slittle1 | now why isn't zuul picking up https://review.opendev.org/c/starlingx/tools/+/765827 | 19:36 |
fungi | i like puzzles, trying my hand at that one now | 19:39 |
avass | fungi: fyi if you've got a normal docker installation you could add yourself to the docker group and you won't need to run docker with sudo :) | 19:40 |
slittle1 | we know | 19:41 |
fungi | slittle1: it looks like it depends on https://review.opendev.org/c/starlingx/tools/+/765828 | 19:41 |
fungi | which also isn't enqueuing | 19:41 |
slittle1 | there order got reversed in a recent update. Perhaps it is now circular ? | 19:42 |
slittle1 | i.e. git review ... git rebase -i ... change order of commits... git review | 19:44 |
fungi | slittle1: i don't see any depends-on footers in the commit messages for either of those changes, but perhaps you have another change declaring a circular depends-on involving those? | 19:44 |
slittle1 | no | 19:45 |
slittle1 | but isn't where an implicit dependency when two commits are submitted together from a common local branch | 19:46 |
slittle1 | ? | 19:46 |
fungi | yes, but they would be strictly orderable in that case because of the git dag, so nothing circular | 19:46 |
fungi | i'm going to cheat and check the scheduler's debug log around the time of the first approval on 765828 patchset 2 (14:22z yesterday) | 19:47 |
fungi | oh, nevermnid, i see it | 19:49 |
slittle1 | ? | 19:49 |
fungi | 765828 was rebased while we were having some gerrit problems, looks like zuul was unable to report the result on that one, so it currently has no verified +1 result on its latest patchset | 19:50 |
fungi | you'll see the lack of a zuul verified vote in the little votes summary near the top-left, and it says "verified: no votes" | 19:51 |
corvus | avass: i think folks like the additional safety/auditing of using sudo for docker commands | 19:51 |
fungi | slittle1: since the gate pipeline in that tenant is set to only enqueue a change when it has an existing verified +1, it did not act on the approval votes | 19:52 |
fungi | if you leave a "recheck" comment on that change, it should get checked, and then enqueued into the gate | 19:52 |
fungi | (assuming jobs succeed for that patchset) | 19:52 |
fungi | it's still taking me time to find my way around the new gerrit webui, and so it's easy to overlook things like a missing verified vote, sorry took me so long to spot it | 19:53 |
slittle1 | so you can kick it to life for it's +1 vote ? | 19:55 |
fungi | slittle1: if you leave a "recheck" comment on that change, it should get checked, and then enqueued into the gate | 19:55 |
slittle1 | is that a button or menu selection ? Or literally the word 'recheck' in a comment? | 19:56 |
fungi | and the other change you mentioned which is parented to that one will also get enqueued when that happens, as it already has a verified +1 from zuul on its latest patchset | 19:56 |
fungi | slittle1: yes, we have the check pipeline in that tenant configured to enqueue changes any time someone leaves a comment starting with the word recheck | 19:57 |
fungi | just a normal review comment | 19:57 |
fungi | it's a convenient way to rerun check pipeline jobs for any change | 19:57 |
slittle1 | k | 19:58 |
slittle1 | it's running. Thanks | 19:58 |
fungi | and once it completes the check pipeline jobs for that change, both of those approved changes should automatically enter the gate pipeline together | 19:58 |
fungi | and sorry for the confusion there, the gerrit upgrade has needed a lot of performance tuning and so there are certain to be some changes which didn't get check results over the past couple of weeks | 19:59 |
fungi | in executor stability news, no new git.exc.InvalidGitRepositoryError exceptions in the ze12 debug log since replacing the nova clone on it | 20:05 |
fungi | i think we can consider that solved | 20:05 |
*** adrian-a has joined #opendev | 20:06 | |
slittle1 | agreed | 20:15 |
*** hasharDinner is now known as hashar | 20:19 | |
*** ykarel has quit IRC | 20:46 | |
*** tosky has joined #opendev | 21:05 | |
openstackgerrit | Tatiana Ovchinnikova proposed zuul/zuul-jobs master: [DNM] Testing horizon nodejs job with Firefox https://review.opendev.org/c/zuul/zuul-jobs/+/766793 | 21:22 |
corvus | fungi: ze02 doesn't seem to have blown up; we're probably good for a complete restart of the mergers and executors? | 21:28 |
*** klonn has quit IRC | 21:32 | |
*** adrian-a has quit IRC | 21:43 | |
*** adrian-a has joined #opendev | 21:43 | |
fungi | that's my take on it | 22:20 |
fungi | and sorry, stepped away to grill some hamburders | 22:20 |
fungi | but yeah, i'm around to help with restarts | 22:20 |
*** adrian-a has quit IRC | 22:55 | |
*** hashar has quit IRC | 23:57 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!