Earlier  
Posted Nick Remark
#openstack-nova - 2022-04-18
17:58:35 opendevreview Erlon R. Cruz proposed openstack/nova stable/xena: Fix pre_live_migration rollback https://review.opendev.org/c/openstack/nova/+/836015
18:02:45 opendevreview Erlon R. Cruz proposed openstack/nova stable/wallaby: Fix pre_live_migration rollback https://review.opendev.org/c/openstack/nova/+/836016
18:02:46 opendevreview Erlon R. Cruz proposed openstack/nova stable/wallaby: Adds regression test for bug LP#1944619 https://review.opendev.org/c/openstack/nova/+/838332
18:04:25 opendevreview Erlon R. Cruz proposed openstack/nova stable/victoria: Fix pre_live_migration rollback https://review.opendev.org/c/openstack/nova/+/836017
18:04:26 opendevreview Erlon R. Cruz proposed openstack/nova stable/victoria: Adds regression test for bug LP#1944619 https://review.opendev.org/c/openstack/nova/+/838334
19:09:14 opendevreview Erlon R. Cruz proposed openstack/nova stable/wallaby: Adds regression test for bug LP#1944619 https://review.opendev.org/c/openstack/nova/+/838332
19:09:15 opendevreview Erlon R. Cruz proposed openstack/nova stable/wallaby: Fix pre_live_migration rollback https://review.opendev.org/c/openstack/nova/+/836016
19:33:11 opendevreview Erlon R. Cruz proposed openstack/nova stable/xena: Adds regression test for bug LP#1944619 https://review.opendev.org/c/openstack/nova/+/838323
19:33:12 opendevreview Erlon R. Cruz proposed openstack/nova stable/xena: Fix pre_live_migration rollback https://review.opendev.org/c/openstack/nova/+/836015
19:43:27 opendevreview Erlon R. Cruz proposed openstack/nova stable/victoria: Adds regression test for bug LP#1944619 https://review.opendev.org/c/openstack/nova/+/838334
19:43:28 opendevreview Erlon R. Cruz proposed openstack/nova stable/victoria: Fix pre_live_migration rollback https://review.opendev.org/c/openstack/nova/+/836017
#openstack-nova - 2022-04-19
06:23:13 gibi good morning
06:32:17 opendevreview Wenping Song proposed openstack/os-traits master: Remove unnecessary unicode prefixes https://review.opendev.org/c/openstack/os-traits/+/838436
07:38:29 bauzas good morning
07:38:53 bauzas this one seems weird to me : https://bugs.launchpad.net/nova/+bug/1968605
07:39:13 bauzas probably a dependency issue, I'm about to ask the oslo.policy release version they use
07:44:57 gibi bauzas: o/
07:47:42 gibi yeah the second half of that stack trace really look like an infinite recursion
07:48:44 gibi ahh the first half even states it that 2022-04-11 19:49:41.126 3391739 ERROR nova.api.openstack.wsgi RecursionError: maximum recursion depth exceeded
07:53:22 gibi yeah we should figure out a reproducer for this...
07:57:33 bauzas gibi: marked as Incomplete and asked for more details about the policies they use
07:58:40 gibi ack
07:58:49 bauzas another bug which seems legit but I can't test it : https://bugs.launchpad.net/nova/+bug/1968645
07:59:00 gibi if the policy language allows the definition of recursive rules then that would be interesting
07:59:22 bauzas gibi: yeah, they could have fucked their DSL
07:59:43 gibi bauzas: the devstack lvm cinder backend allows multiattach so in theory we could test this
08:00:14 bauzas gibi: I know, that's just me who lacks having an env ready for this :)
08:01:06 gibi yeah, I also left my multinode env at my previous employer, but I will set up something new in the coming days...
08:03:09 opendevreview Wenping Song proposed openstack/os-resource-classes master: Remove unnecessary unicode prefixes https://review.opendev.org/c/openstack/os-resource-classes/+/838448
08:03:11 bauzas gibi: I'll pass you the triage baton tonight :p
08:03:53 gibi bauzas: that will be nice, anther reason to build some devstack env :D
08:04:13 bauzas gibi: I have two VMs running somewhere :)
08:04:16 gibi bauzas: btw I think I see similar multiattach state handling issues in cinder. See my comment https://bugs.launchpad.net/cinder/+bug/1968645/comments/3
08:04:31 bauzas gibi: this sounds legit as we race
08:04:40 bauzas we race for the status change
08:04:51 gibi yepp
08:04:56 bauzas and given we look at it before...
08:04:57 gibi It seems cinder suggest to retry
08:05:06 bauzas simple and classic concurrency issue
08:09:49 opendevreview Wenping Song proposed openstack/os-resource-classes master: Update python testing classifier https://review.opendev.org/c/openstack/os-resource-classes/+/822473
08:18:08 songwenping bauzas, gibi: please review the spec of 'Usage of new trait of OWNER_NOVA' https://review.opendev.org/c/openstack/nova-specs/+/819510
08:18:32 bauzas songwenping: OK, I can try later in the day
08:21:05 songwenping thanks
08:21:28 opendevreview ZhouYanbing proposed openstack/nova master: correct the wrong content in the notes https://review.opendev.org/c/openstack/nova/+/838205
08:55:45 opendevreview Rico Lin proposed openstack/nova master: libvirt: Ignore LibvirtConfigObject kwargs https://review.opendev.org/c/openstack/nova/+/830644
08:55:46 opendevreview Rico Lin proposed openstack/nova master: libvirt: Remove unnecessary TODO https://review.opendev.org/c/openstack/nova/+/830645
08:55:46 opendevreview Rico Lin proposed openstack/nova master: libvirt: Add vIOMMU device to guest https://review.opendev.org/c/openstack/nova/+/830646
08:56:32 opendevreview Kashyap Chamarthy proposed openstack/nova master: libvirt: Replace compareCPU() with compareHypervisorCPU() https://review.opendev.org/c/openstack/nova/+/762330
08:56:32 opendevreview Kashyap Chamarthy proposed openstack/nova master: test_report_cpu_traits: Update stale comment https://review.opendev.org/c/openstack/nova/+/838195
08:57:33 kashyap gibi: When you get time this week, can you please have a look at these? I've spent a lot of time splitting up the patches: https://review.opendev.org/q/topic:bp%252Fcpu-selection-with-hypervisor-consideration
08:57:45 gibi kashyap: added to my review list
08:58:28 kashyap gibi: Thank you. (I'd really like to be done with this. So all help appreciated :))
08:58:44 gibi I also would like to get this done :D
09:01:15 kashyap Yeah, sorry for pausing and dragging this
09:01:44 gibi no worries
13:09:09 opendevreview Erlon R. Cruz proposed openstack/nova stable/xena: Adds regression test for bug LP#1944619 https://review.opendev.org/c/openstack/nova/+/838323
13:09:10 opendevreview Erlon R. Cruz proposed openstack/nova stable/xena: Fix pre_live_migration rollback https://review.opendev.org/c/openstack/nova/+/836015
13:09:11 opendevreview Erlon R. Cruz proposed openstack/nova stable/xena: stable/xena: Fix lower-constraint job https://review.opendev.org/c/openstack/nova/+/838509
13:21:45 opendevreview Erlon R. Cruz proposed openstack/nova stable/wallaby: Adds regression test for bug LP#1944619 https://review.opendev.org/c/openstack/nova/+/838332
13:21:46 opendevreview Erlon R. Cruz proposed openstack/nova stable/wallaby: Fix pre_live_migration rollback https://review.opendev.org/c/openstack/nova/+/836016
13:26:51 opendevreview Erlon R. Cruz proposed openstack/nova stable/victoria: Adds regression test for bug LP#1944619 https://review.opendev.org/c/openstack/nova/+/838334
13:26:52 opendevreview Erlon R. Cruz proposed openstack/nova stable/victoria: Fix pre_live_migration rollback https://review.opendev.org/c/openstack/nova/+/836017
13:52:55 kashyap stephenfin: Also, when you get an hour or so, please give this a once-over (I've split it last week): https://review.opendev.org/q/topic:bp%252Fcpu-selection-with-hypervisor-consideration
15:00:34 bauzas reminder: nova meeting in 1 hour here at #openstack-nova
15:04:20 elodilles bauzas: i've just updated the meeting page :X
15:04:28 elodilles for the stable stuff
15:05:42 bauzas elodilles: nope, I haven't updated it ;)
15:05:46 bauzas thanks !
15:06:04 elodilles :]
15:31:02 bauzas artom: gentle reminder you have one topic for the nova meeting about a specless bp approval
15:31:30 bauzas artom: if you can't join b/c you're playing the snowman, lemme know
15:45:28 bauzas last reminder: nova meeting in 15 mins hzez
15:45:31 bauzas here* even
15:51:26 artom bauzas, ah, thanks!
15:51:29 artom No, I can do IRC meeings
15:51:47 bauzas artom: ok, cool
15:51:55 opendevreview kiran pawar proposed openstack/nova master: VMware: Early fail spawn if memory is not multiple of 4. https://review.opendev.org/c/openstack/nova/+/835739
15:52:10 artom Trying to avoid video calls to conserve batteries
15:55:49 artom Heh, Hydro Quebec crew is out front as we speak, actually
16:00:34 bauzas #startmeeting nova
16:00:34 opendevmeet Meeting started Tue Apr 19 16:00:34 2022 UTC and is due to finish in 60 minutes. The chair is bauzas. Information about MeetBot at http://wiki.debian.org/MeetBot.
16:00:34 opendevmeet Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
16:00:34 opendevmeet The meeting name has been set to 'nova'
16:00:45 bauzas heya folks
16:00:51 bauzas #link https://wiki.openstack.org/wiki/Meetings/Nova#Agenda_for_next_meeting
16:01:02 bauzas who's around ?
16:01:04 dansmith o/
16:01:11 chateaulav \o
16:01:12 elodilles o/
16:01:15 gibi \o
16:02:05 bauzas okay I guess we can start
16:02:10 bauzas let's try to have a quick meeting
16:02:14 bauzas #topic Bugs (stuck/critical)
16:02:18 bauzas #info No Critical bug
16:02:22 bauzas #link https://bugs.launchpad.net/nova/+bugs?search=Search&field.status=New 35 new untriaged bugs (-3 since the last meeting)
16:02:26 bauzas #link https://storyboard.openstack.org/#!/project/openstack/placement 26 open stories (0 since the last meeting) in Storyboard for Placement
16:02:30 bauzas #info Add yourself in the team bug roster if you want to help https://etherpad.opendev.org/p/nova-bug-triage-roster
16:02:38 bauzas I did some triage this week
16:02:44 bauzas we had like 41 new bugs
16:02:54 bauzas so eventually I triaged 6 of them

Earlier   Later