15:01:00 #startmeeting large_scale_sig 15:01:00 Meeting started Wed Aug 31 15:01:00 2022 UTC and is due to finish in 60 minutes. The chair is ttx. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:01:00 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:01:00 The meeting name has been set to 'large_scale_sig' 15:01:06 #topic Rollcall 15:01:09 Hi! 15:01:12 Hi 15:01:16 Hi! 15:01:19 Welcome back! 15:01:38 Who else is here for the Large Scale SIG meeting? 15:02:06 pinging amorin 15:02:14 that looks like a small round 15:02:32 let me see if Belmiro is anywhere close 15:03:08 Hmm, looks like he is not 15:04:12 That is indeed a short crew, but let's roll it through anyway or we will never get back to a rhythm :) 15:04:30 ihti[m]: is it your first Large Scale SIG meeting/ 15:04:34 ? 15:04:50 Yes, I am colleague of Felix :) 15:04:59 Oh right! 15:05:12 Well, welcome and thanks for joining 15:05:18 Our agenda for today is at: 15:05:21 #link https://etherpad.openstack.org/p/large-scale-sig-meeting 15:05:37 #topic OpenInfra Live September 29 episode - Deep dive into Schwarz Gruppe 15:05:58 First topic is the OpenInfra Live episode we'll be running on Sept 29 15:06:03 we already collected some fun stories to share there 15:06:18 especially about the rabbit you all know and love :) 15:06:35 That's great! Usually Belmiro starts a thread to discuss content as we get closer to the event 15:06:54 I'll try to make sure he starts one 15:07:01 ok, sounds great 15:07:15 felixhuettner[m]: ihti[m] : have you viewed a former Deep Dive episode to see what to expect? It's a pretty loose format 15:07:37 yep, two collegues of us did also join one in the past 15:07:42 We try to have recurring hosts (mnaser, amorin and belmiro) 15:07:48 * frickler sneaks in late 15:08:04 right, but the deep dive is a specific format, centered on one company in particular 15:08:10 frickler: hi! 15:08:24 We did one on OVHcloud and one on Yahoo so far 15:08:39 Yes, have seen a couple of the deepdives in teh past so quite familier with the format 15:08:44 ok, then we'll definately take a look 15:09:07 just go to https://openinfra.dev/live/ and search for "Deep Dive" 15:09:18 Ah okay you just had 2 till now, so didn't miss any :) 15:09:28 It's more like an open discussion between ops, only live on te Internet 15:09:46 usually pretty popular episodes 15:10:16 anyway, I planned to use that meeting to confirm the hosts but none of them are around 15:10:39 so I'll follow up on the email thread we started 15:10:49 ok, thanks 15:11:14 #action ttx to confirm hosts and ask belmiro to start a content thread about Sept29 episode 15:11:45 felixhuettner[m]: ihti[m]: do you have questions about this show, before we move on to another topic? 15:11:52 not from me 15:11:56 Nope 15:12:14 We usually join 30min in advance to have time to walk around the platform 15:12:18 ok! 15:12:22 #topic Status on docs website transition 15:12:36 I pushed a few changes to clean up the generated docs website at https://docs.openstack.org/large-scale/ 15:13:07 https://review.opendev.org/c/openstack/large-scale/+/854419 is the last one 15:13:32 they look a lot nicer now 15:13:33 oh, I missed that one, will review later 15:13:38 One that is approved and merged I will replace the old wiki pages with a redirect message 15:13:47 pointing people to the new location 15:13:57 +1 15:14:18 #action ttx to replace all Large Scale SIG wiki pages with redirects to the docs (once 854419 merges) 15:14:43 Any question or comment on that topic? 15:15:23 alright then 15:15:24 #topic RabbitMQ questions 15:15:45 thanks, i collected a few over the last 2 month 15:16:04 I'm not sure with amorin and mnaser and Belmiro away we will have tat many answers right now, but can't hurt to ask 15:16:09 one thing is the `rabbit_transient_queues_ttl` setting which is recommended in https://docs.openstack.org/large-scale/other/rabbitmq.html#rabbit-transient-queues-ttl 15:16:40 and for me that feels more like something we need to fix in oslo.messaging 15:17:09 felixhuettner[m]: yeah that definitely feels like a workaround 15:17:10 so what happens is that when a agent shuts down then the fanout queues it created are not deleted 15:17:19 and they fill up until they are deleted 15:17:46 the short look i had in the oslo.messaging code looked like it should actually remove them on shutdown 15:17:52 but that does not seem to work reliably 15:18:46 if there is no specific reason for that then i would open a bug for that, maybe we can then get rid of this recommendation 15:19:11 yeah, that sounds like a good path to follow... It might be a tricky one to fix though 15:19:29 but filing a bug sounds like a good start 15:19:36 iiuc the recommendation also helps in case of unscheduled shutdown, like hardware failure 15:19:55 but creating and possibly fixing a bug seems useful anyway 15:20:05 thats a really valid point 15:20:11 i did not think about that 15:20:22 but then i'll go ahead and create a bug 15:20:41 #action felix.huetter to create a but regarding olso.messaging not deleting fanout queues when neutron agents stop 15:20:43 yeah not sure fixing the bug would make the recommendation invalid 15:20:53 but that's a good open discussion to have 15:21:00 aaah, cant even write my name :) 15:21:06 we got it 15:21:30 ok :) 15:21:31 the other thing is the ha policies we recommend 15:21:31 what about the other issue? 15:21:44 at the moment only the normal incoming queues are made durable and HA 15:21:55 however we do not do the same thing for reply queues 15:22:12 but since they are also tied to the lifetime of the service using them i don't see why we should treat them differently 15:22:54 (and also oslo.messaging treats them differently) 15:23:17 that's a good question, would be good to have others opinion on it 15:23:46 the "policy" might have been from the one contributor to that doc, and not that much shared 15:24:00 i think it fits to what oslo.messaging does 15:24:08 so reopening the case is interesting 15:24:13 as long as it does not set the durable flag on these queues we can not make them ha anyway 15:24:22 hah 15:24:45 This one could be worth a ML thread then, if it's oslo.messaging behavior 15:25:11 it's technically not a bug since it works as designed... just the design is questionable 15:25:20 yep 15:25:24 ok, then i'll send something to the ML 15:25:48 yeah, so my recommendation would be to open a ML thread and see who gets out of the woodwork to defend the current behavior 15:25:57 #action felix.huettner to raise a question on the mailinglist why reply queues are not created as durable 15:26:24 Alright, anything else on that topic? 15:26:30 nothing from me 15:27:01 #topic Next meetings 15:27:13 Next meeting is September 14, but I'll be in Dublin for Open Source Summit EU so I won't be able to chair it 15:27:34 Who is available to run the meeting? We definitely need one as there might be last minute details to discuss for the Deep dive on Sept 29 15:28:04 i could ask belmiro but if we have a volunteer present that might be a stronger bet 15:28:24 i'll probably be there (unless something breaks :) ) 15:28:56 I could do it, but I don't mind if you ask belmiro or amorin first 15:29:48 OK how about I ask them (we need them on that one anyway) and if they can't I'll take one of your generous offers to help 15:30:32 #info September 14 - IRC meeting (ttx to ask belmiro/amorin if they can chair, or felixhuettner/frickler if they can't) 15:30:35 sounds good 15:31:06 #action ttx to ask belmiro/amorin if they can chair next meeting 15:31:13 #info September 29 - willbe our OpenInfra Live 15:31:26 #topic Open discussion 15:31:30 Anything else, anyone? 15:31:41 not from me 15:31:42 not from my part 15:31:45 I have an ad for the publiccloud_sig 15:31:57 nothing from my side 15:32:02 might be interesting for some people here, too 15:32:06 frickler: promote away! 15:32:16 definitely big overlap 15:32:16 https://meetings.opendev.org/meetings/publiccloud_sig/2022/publiccloud_sig.2022-08-31-08.04.html is the meeting that happened earlier today 15:32:49 happening every other wed at 08 UTC 15:33:08 so EU friendly as well as NZ hopefully 15:33:33 current hot topic is discussing how to provide standard cloud images 15:33:38 #info Public Cloud SIG meetings every other Wednesday at 8UTC 15:34:04 like tagged via metadata or standardized names 15:34:14 is it in this channel? 15:34:19 yes 15:34:20 yes 15:34:27 thx 15:35:06 frickler: anything else? 15:35:17 I think that's it from me 15:35:29 Alright, then thanks everyone for attending 15:35:40 #endmeeting