15:00:24 #startmeeting blazar 15:00:24 Meeting started Thu May 30 15:00:24 2024 UTC and is due to finish in 60 minutes. The chair is priteau. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:24 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:24 The meeting name has been set to 'blazar' 15:00:32 #topic Roll call 15:00:53 o/ 15:01:24 No Matt Crees today, he's on holiday 15:01:38 Hi all 15:02:48 #topic Dalmatian release 15:03:02 Summary of the progress since our last meeting 15:03:19 There was much activity related to CI 15:03:25 We have two CI issues 15:03:43 First one was due to the bump of SQLAlchemy upper constraint 15:03:57 Fixed by https://review.opendev.org/c/openstack/blazar/+/919922 15:04:10 Affects only master 15:04:29 The second one was related to a behaviour change in Nova 15:05:07 Blazar used to end physical host leases by 1) calling delete on all instances 2) moving hosts back into the freepool 15:05:33 This worked fine until Nova changed the way Availability Zones are enforced. 15:06:10 Now we have to wait for a physical node to be emptied until we can move it between aggregates 15:06:22 This is the change that we made: https://review.opendev.org/c/openstack/blazar/+/919924 15:06:39 We now wait until the deletion is complete before moving to step 2 15:06:46 The code was copied from the instance plugin 15:07:08 It affects master and also Caracal where Nova was changed too 15:09:05 mppowers: it could be interesting for Chameleon even in an older release. Currently if a server deletion takes a long time for some reason, the next lease may try to start before that is complete. 15:09:55 mppowers: In the interest of fixing CI quickly, I merged some of these patches with only a single +2 vote. I hope that's OK. 15:10:05 Yes, that is an interesting issue. I'll take a look at the patch. I believe there is some configurable buffer between leases? 15:11:05 There is a buffer between leases too, but it is 0 by default 15:11:51 It is called cleaning_time 15:12:09 Do you use this option at all? 15:12:37 IIRC we set it to 5 minutes. 15:13:18 I see. Plenty of time if you don't use Ironic disk cleaning 15:13:47 Yes, I'll make note of this to verify though when we upgrade 15:14:10 That's the main activity from us in the past two weeks. Now that CI is stable we will focus again on flavor reservation. 15:14:49 Anything happening on Chameleon side? 15:15:07 Nothing on my side for blazar 15:15:44 seunghunlee: I left comments on https://review.opendev.org/c/openstack/blazar/+/881168 15:15:59 It's almost ready to merge. 15:17:47 I just checked. Thanks. 15:18:10 I'll update and rebase it. 15:18:22 Thank you 15:19:04 #topic AOB 15:19:21 I won't be available to hold the meeting in two weeks time. 15:19:40 I propose we skip it and meet on June 27 15:20:25 that works for me, I am also out in two weeks. 15:20:44 Great. Anything else? 15:21:16 nothing else from me 15:22:09 Let's close for today. Thanks for joining! 15:22:23 #endmeeting