*** tosky has quit IRC | 00:18 | |
*** klonn has quit IRC | 00:28 | |
*** hemanth_n has joined #opendev | 00:51 | |
*** goneri has joined #opendev | 01:58 | |
*** goneri has quit IRC | 04:56 | |
*** hemanth_n has quit IRC | 06:09 | |
openstackgerrit | Tobias Henkel proposed zuul/zuul-jobs master: Fix default origin_version in readme https://review.opendev.org/c/zuul/zuul-jobs/+/775508 | 08:12 |
---|---|---|
openstackgerrit | Tobias Henkel proposed zuul/zuul-jobs master: ensure-openshift: workaround missing ansible26 repository https://review.opendev.org/c/zuul/zuul-jobs/+/775511 | 08:13 |
*** slaweq has joined #opendev | 09:03 | |
*** DSpider has joined #opendev | 09:07 | |
*** elod has quit IRC | 09:09 | |
*** elod has joined #opendev | 09:37 | |
*** slaweq has quit IRC | 10:12 | |
*** redrobot has quit IRC | 10:32 | |
*** redrobot has joined #opendev | 10:32 | |
*** slaweq has joined #opendev | 10:40 | |
*** klonn has joined #opendev | 10:58 | |
*** klonn has quit IRC | 11:51 | |
*** tosky has joined #opendev | 12:00 | |
*** klonn has joined #opendev | 12:31 | |
*** avass has quit IRC | 14:10 | |
*** yourname has joined #opendev | 14:11 | |
*** klonn has quit IRC | 14:25 | |
openstackgerrit | Merged opendev/system-config master: Update AFS group vars filenames https://review.opendev.org/c/opendev/system-config/+/775311 | 14:27 |
fungi | once i see the firewall rules restored to afs01.ord.o.o (it wasn't in emergency disable) i'll peel back more afs servers from the disable list and make sure they're still okay | 14:51 |
fungi | oh, what excellent timing. they just now updated | 14:52 |
fungi | taking afsdb02 out of emergency disable now | 14:52 |
*** klonn has joined #opendev | 14:57 | |
*** yourname has quit IRC | 15:47 | |
*** yourname has joined #opendev | 15:48 | |
*** dmsimard has quit IRC | 16:16 | |
*** klonn has quit IRC | 16:28 | |
*** klonn has joined #opendev | 16:59 | |
*** dhellmann has joined #opendev | 17:00 | |
dhellmann | hi, folks! I'm seeing a permission error with gerrit when I try to propose a patch to openstack/reno ("prohibited by Gerrit: update for creating new commit object not permitted"). I suspect it's because I've changed my default email address, but I still have the one I use with git listed as an alternate. Can anyone think of anything else I can check/change? Or is there more I can do to debug and get a more detailed error message? | 17:02 |
*** yourname is now known as avass | 17:11 | |
*** klonn has quit IRC | 17:13 | |
*** dmsimard has joined #opendev | 17:30 | |
fungi | dhellmann: oh, that's a strange one | 17:32 |
dhellmann | hi, fungi, it's been a while. I hope you're well! | 17:32 |
fungi | checking server logs | 17:32 |
fungi | indeed, and same to you! all's well here | 17:33 |
dhellmann | yeah, I'm trying not to take gerrit's rejection personally ;-) | 17:33 |
fungi | it can be a little grumpy on valentine's day | 17:33 |
* dhellmann nods | 17:34 | |
*** dmsimard has quit IRC | 17:34 | |
dhellmann | poor lonely service... | 17:34 |
*** klonn has joined #opendev | 17:34 | |
dhellmann | I don't know if it matters, but I have git-review 1.26.0 installed and I see the latest is 1.28.0 | 17:36 |
*** dmsimard has joined #opendev | 17:36 | |
fungi | oh, that may actually be it... i think you need at least 1.27 with the version of gerrit you're running now, because of how gerrit changed some things in a backward-incompatible way | 17:37 |
fungi | checking the release notes for that | 17:37 |
dhellmann | huzzah, that did fix it | 17:38 |
fungi | yep, that was https://review.openstack.org/584607 which merged in 1.27.0 | 17:40 |
fungi | great suggestion, and sorry i didn't think of that straight away | 17:40 |
fungi | it ends up not being evident in the gerrit error log | 17:40 |
fungi | so i was scratching my head until you thought of that | 17:40 |
*** dmsimard has quit IRC | 17:41 | |
dhellmann | yeah, it didn't occur to me until I started thinking about how long it had been since I'd proposed a patch to gerrit. I've reviewed a few recently, but it's been months since I pushed anything up for review. | 17:41 |
fungi | have a new release of git-review in the works, but trying to find our way out of a rather deep rabbit hole to get its test framework working with python 3.9 first | 17:41 |
dhellmann | fungi : thanks for your help, as always, and especially since it's the weekend | 17:41 |
fungi | it's my pleasure. thanks for trying to improve reno on a weekend! ;) | 17:42 |
dhellmann | yeah, we're currently stuck with jd's patch because the lower-constraints are timing out, but I think giving the resolver more details should help with that | 17:42 |
dhellmann | you don't happen to know if there was a policy change about needing to keep up with lower-constraints lately, was there? I'm pretty far out of the loop on that sort of thing these days | 17:43 |
*** dmsimard has joined #opendev | 17:43 | |
fungi | dhellmann: lower-constraints are far, far harder to satisfy with the new pip dep solver | 17:44 |
fungi | i think some projects have dropped their l-c jobs entirely, some are just dropping them from stable branches and trying to keep them working well enough in master until release, then plan to drop them when branching | 17:45 |
dhellmann | yeah, it seems to be working very hard at it on my local system | 17:45 |
dhellmann | I'll talk to Hervé about whether it makes sense to drop that for reno, too, then | 17:45 |
*** klonn has joined #opendev | 17:46 | |
fungi | calculating a full transitive set of lower bounds for a complex project is not easy, updating it is also rather challenging. in master you can wing it by just listing your direct deps as constraints and cross your fingers until something incompatible pops up in the transitive set and you have to make adjustments, but doing that in stable branches is basically a non-starter | 17:46 |
dhellmann | yeah, I thought if I listed a constraint for each dependency it might resolve more quickly but if dropping the job is an option then there's no need to spend the time on making that list | 17:47 |
fungi | we've had endless debates about it on the openstack-discuss ml and the openstack tc is tracking the discussion as well in case any openstack policies need to be added/adjusted (but lower constraints jobs aren't in the pti anyway so they're not mandatory) | 17:47 |
*** dmsimard has quit IRC | 17:48 | |
*** dmsimard has joined #opendev | 17:48 | |
dhellmann | yeah, I think we avoided making them mandatory because we didn't want to send the message that we expected anyone to use those versions. the job was more for making sure the mins in the requirements.txt list made sense. | 17:50 |
dhellmann | fwiw, pinning all of the dependencies does make it fast enough that the job doesn't time out https://review.opendev.org/c/openstack/reno/+/775524 | 17:52 |
*** dmsimard has quit IRC | 17:55 | |
*** dmsimard has joined #opendev | 17:59 | |
*** dmsimard has quit IRC | 18:05 | |
*** dmsimard has joined #opendev | 18:07 | |
*** dmsimard has quit IRC | 18:12 | |
fungi | yep, having no constraints pip works fairly quickly. having everything constrained pip doesn't need to figure out anything. having some stuff constrained and some not causes pathological contortions in the solver | 18:23 |
fungi | afs01.ord.o.o was looking good so after a while i also took afsdb02.o.o out of the emergency disable list and am keeping an eye on it too | 18:30 |
fungi | then i'll do afs02.dfw.o.o, then afsdb01.o.o, then finally afs01.dfw.o.o | 18:33 |
*** dmsimard has joined #opendev | 18:39 | |
*** auristor has quit IRC | 20:20 | |
*** prometheanfire has quit IRC | 20:29 | |
*** prometheanfire has joined #opendev | 20:30 | |
fungi | er, afs02.dfw was actually what i removed, afs01.ord was what i was checking originally because it wasn't disabled | 20:34 |
fungi | anyway, all's still looking okay to me, taking afsdb01.o.o out of disable now | 20:34 |
*** auristor has joined #opendev | 21:02 | |
ianw | o/ | 21:47 |
ianw | fungi: thanks for working through this | 21:47 |
fungi | ianw: no problem, if you get a sec though, feel free to double-check stuff is looking right to you as well | 21:51 |
fungi | i'm about to take afs01.dfw.o.o out of emergency disable shortly, and i figure that's the most risky one | 21:51 |
ianw | ok, if the others survived my confidence is high :) | 22:03 |
fungi | well, they've at least survived the things i tested | 22:19 |
fungi | okay, un-disabling 01.dfw now | 22:19 |
fungi | #status log All OpenAFS servers have now been removed from the Ansible emergency disable list and are being managed normally again. | 22:26 |
openstackstatus | fungi: finished logging | 22:26 |
*** tkajinam has quit IRC | 22:58 | |
*** tkajinam has joined #opendev | 22:58 | |
*** klonn has quit IRC | 23:01 | |
*** DSpider has quit IRC | 23:43 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!