*** armax has joined #openstack-infra | 00:13 | |
*** slaweq has quit IRC | 00:32 | |
*** aspiers has quit IRC | 00:37 | |
*** agopi has joined #openstack-infra | 00:39 | |
*** kjackal has quit IRC | 00:45 | |
*** tosky has quit IRC | 00:59 | |
*** cyberpear has quit IRC | 01:03 | |
*** sthussey has quit IRC | 01:21 | |
*** gyee has quit IRC | 01:39 | |
*** slaweq has joined #openstack-infra | 01:43 | |
*** slaweq has quit IRC | 01:47 | |
*** mrsoul has quit IRC | 02:36 | |
*** harlowja has quit IRC | 02:58 | |
*** jamesmcarthur has joined #openstack-infra | 03:07 | |
*** jamesmcarthur has quit IRC | 03:13 | |
*** ramishra_ has quit IRC | 04:46 | |
*** ramishra has joined #openstack-infra | 04:47 | |
*** lucasagomes has quit IRC | 05:22 | |
*** aspiers has joined #openstack-infra | 06:04 | |
*** roman_g has joined #openstack-infra | 06:07 | |
*** roman_g has quit IRC | 06:12 | |
*** ykarel|away has joined #openstack-infra | 06:51 | |
*** ykarel|away has quit IRC | 06:58 | |
*** kjackal has joined #openstack-infra | 06:59 | |
*** ramishra has quit IRC | 07:25 | |
*** kjackal has quit IRC | 07:42 | |
*** psachin has joined #openstack-infra | 07:44 | |
*** slaweq has joined #openstack-infra | 08:16 | |
*** slaweq has quit IRC | 08:42 | |
*** psachin has quit IRC | 09:10 | |
*** psachin has joined #openstack-infra | 09:45 | |
*** psachin has quit IRC | 09:55 | |
*** sshnaidm|off has quit IRC | 10:04 | |
*** sshnaidm|off has joined #openstack-infra | 10:10 | |
*** jistr has quit IRC | 10:30 | |
*** jistr has joined #openstack-infra | 10:31 | |
*** bobh has joined #openstack-infra | 10:33 | |
*** bobh has quit IRC | 11:02 | |
*** kjackal has joined #openstack-infra | 11:59 | |
*** ahosam has joined #openstack-infra | 12:27 | |
*** rh-jelabarre has quit IRC | 12:28 | |
*** yboaron has quit IRC | 12:32 | |
*** tosky has joined #openstack-infra | 13:18 | |
*** ahosam has quit IRC | 13:23 | |
*** ahosam has joined #openstack-infra | 13:24 | |
*** pbourke has quit IRC | 14:04 | |
*** pbourke has joined #openstack-infra | 14:04 | |
*** ianychoi has quit IRC | 14:09 | |
ssbarnea|bkp2 | am I the only gerrit user facing auto-complete issues? with < user <emai> does not identify a registered user or group" ? | 14:13 |
---|---|---|
ssbarnea|bkp2 | i used to happen only with weshay but now it happens with sagi too. | 14:13 |
fungi | ssbarnea|bkp2: is it just with a particular address you're seeing that? if so, usually means duplicate gerrit accounts with the same e-mail address (often caused by switching launchpad openids) | 14:14 |
ssbarnea|bkp2 | i wonder if there is a way to prevent auto-complete on invalid entries | 14:14 |
fungi | we work with the account owner to identify which of the two accounts to close down | 14:15 |
fungi | in order to resolve the situation | 14:15 |
ssbarnea|bkp2 | fungi: Sagi Shnaidman -- his gmail address gives this error, redhat one works. | 14:15 |
fungi | checking | 14:15 |
*** kjackal has quit IRC | 14:16 | |
*** kjackal_v2 has joined #openstack-infra | 14:16 | |
fungi | yeah, there are two active gerrit account ids for him: 10969 and 14982 | 14:16 |
fungi | looks like he has different usernames for those (sergsh and sshnaidm), different ssh keys uploaded for them... | 14:18 |
ssbarnea|bkp2 | fungi: with Wes Hayutin the problem is more complex: lookup gives two accounts none of the working but the hack is to type weshayutin and press the button (not keyboard) see https://s3.sbarnea.com/ss/181117-Change_Ifdcdb137_Print_config-xml_warning_once__review.openstack_Code_Review_.png | 14:18 |
fungi | yep, he has two different gerrit accounts as well (8997 and 9592) | 14:20 |
fungi | both of them will need to get up with the infra team and help us work out which account they're using regularly and which one to mark as invalid | 14:20 |
ssbarnea|bkp2 | fungi: can you disable the duplicate accounts? or maybe an alternative would be to rename username to prevent auto-complete from finding them. | 14:21 |
fungi | i could, but need to know which ones are the "duplicates" and which ones they're actively using | 14:21 |
ssbarnea|bkp2 | having a review can help or not? | 14:21 |
fungi | part of the challenge comes in that there are multiple ways to authenticate to gerrit, so we've seen users with multiple accounts not realize they're pushing changes via ssh with one account and accessing the gerrit webui with the other to review changes | 14:22 |
ssbarnea|bkp2 | i am pretty sure they use only one account each. | 14:22 |
fungi | because they may be using the ssh username associated with account x but the openid creds associated with account y | 14:22 |
*** slaweq has joined #openstack-infra | 14:23 | |
ssbarnea|bkp2 | for wes I am sure that "owner:whayutin" is his active one. btw, can I access gerrit roster myself to check stuff or only admins can? | 14:24 |
fungi | the only way i'm able to find it is by hooking up a mysql client to gerrit's backend database and having knowledge of its vast and undocumented sql schema | 14:25 |
fungi | so no, it's not something gerrit exposes | 14:25 |
ssbarnea|bkp2 | fungi: haha, cool. that how I did most of my advanced stuff with jira database, a database with ~80 tables if i remember well, queries that would not fit in one page :D | 14:26 |
fungi | there's basically a long-standing bug in gerrit's openid implementation. gerrit assumes the same e-mail address can only ever be associated with a single account, but implicitly trusts the e-mail address an openid provider tells it a user has, and gerrit further creates new accounts any time it sees an openid url it doesn't recognize | 14:26 |
fungi | so this is a corner case gerrit wasn't designed to handle and as such it doesn't have any features to surface such collisions | 14:27 |
fungi | ssbarnea|bkp2: anyway, we can work with weshay_pto and sshnaidm|off to correct these, or i can try to infer which accounts they're using based on scraping logs and looking at other evidence, but i can't really do either just now as i'm still on my way home from the summit and have to drop back off the computer for a while | 14:29 |
ssbarnea|bkp2 | fungi: sure is clearly not urgent, but it would be nice if i can raise a ticket somewhere so we can track its progress. I guessed about openid conflicting with it, so only solution is to detect duplicates and disable one account. we can even have a cron job running daily that would annoy those users with an email. | 14:31 |
sshnaidm|off | fungi, what can I do to solve this? | 14:31 |
ssbarnea|bkp2 | sshnaidm|off: a true question, I am not sure you can do fix by yourself, probably only gerrit admins can disable old accounts. | 14:32 |
fungi | correct, and it's not an easy thing to 1. find through simple bulk querying nor 2. positively determine which to disable without risk of disruption | 14:34 |
fungi | anyway, gotta run, i'll make a note to check on these early in the week | 14:34 |
ssbarnea|bkp2 | fungi++ | 14:35 |
*** dhill_ has joined #openstack-infra | 14:36 | |
*** dhill_ has quit IRC | 14:45 | |
*** ahosam has quit IRC | 14:56 | |
*** ahosam has joined #openstack-infra | 14:57 | |
*** ahosam has quit IRC | 14:57 | |
*** d0ugal has quit IRC | 14:57 | |
*** roman_g has joined #openstack-infra | 15:03 | |
*** slaweq has quit IRC | 15:07 | |
*** ykarel|away has joined #openstack-infra | 15:08 | |
*** apetrich has quit IRC | 15:13 | |
*** d0ugal has joined #openstack-infra | 15:17 | |
*** slaweq has joined #openstack-infra | 15:32 | |
*** slaweq has quit IRC | 15:40 | |
*** apetrich has joined #openstack-infra | 15:45 | |
*** apetrich has quit IRC | 15:52 | |
*** jtomasek has joined #openstack-infra | 16:08 | |
*** mgutehall has joined #openstack-infra | 16:16 | |
*** tosky has quit IRC | 16:40 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul master: WIP Add support for zones in executors https://review.openstack.org/549197 | 17:03 |
*** roman_g has quit IRC | 17:03 | |
openstackgerrit | Paul Belanger proposed openstack-infra/nodepool master: WIP: Add executor-zone support for providers https://review.openstack.org/618622 | 17:12 |
*** apetrich has joined #openstack-infra | 17:14 | |
*** imacdonn has quit IRC | 17:16 | |
*** imacdonn has joined #openstack-infra | 17:16 | |
*** mgutehall has quit IRC | 18:08 | |
*** slaweq has joined #openstack-infra | 18:08 | |
*** jtomasek has quit IRC | 18:31 | |
*** ykarel|away has quit IRC | 18:33 | |
*** ykarel|away has joined #openstack-infra | 18:33 | |
*** ykarel|away has quit IRC | 18:38 | |
*** slaweq has quit IRC | 18:57 | |
*** slaweq has joined #openstack-infra | 19:04 | |
*** apetrich has quit IRC | 19:06 | |
*** apetrich has joined #openstack-infra | 19:06 | |
*** slaweq has quit IRC | 19:11 | |
*** yboaron has joined #openstack-infra | 19:16 | |
*** slaweq has joined #openstack-infra | 19:26 | |
*** sthussey has joined #openstack-infra | 19:26 | |
openstackgerrit | Martin Domke proposed openstack-dev/pbr master: Allow git-tags to be SemVer compliant https://review.openstack.org/618569 | 19:55 |
*** roman_g has joined #openstack-infra | 20:14 | |
*** bobh has joined #openstack-infra | 20:20 | |
*** slaweq has quit IRC | 20:24 | |
*** bobh has quit IRC | 20:30 | |
*** bmeier has joined #openstack-infra | 20:58 | |
*** shrasool has joined #openstack-infra | 21:04 | |
*** shrasool has quit IRC | 21:11 | |
*** bmeier has quit IRC | 21:12 | |
*** bobh has joined #openstack-infra | 21:18 | |
*** bobh has quit IRC | 21:28 | |
*** kjackal_v2 has quit IRC | 21:33 | |
*** sthussey has quit IRC | 21:47 | |
*** shrasool has joined #openstack-infra | 21:52 | |
*** eernst has joined #openstack-infra | 22:20 | |
*** bobh has joined #openstack-infra | 22:28 | |
*** eernst has quit IRC | 22:31 | |
*** bobh has quit IRC | 22:35 | |
*** eernst has joined #openstack-infra | 22:35 | |
*** rossella_s has quit IRC | 22:44 | |
*** tosky has joined #openstack-infra | 22:48 | |
*** d0ugal has quit IRC | 23:10 | |
*** roman_g has quit IRC | 23:12 | |
*** eernst has quit IRC | 23:16 | |
*** shrasool has quit IRC | 23:28 | |
*** jesusaur has quit IRC | 23:57 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!