*** abhishekk is now known as akekane|home | 04:40 | |
*** akekane|home is now known as abhishekk | 04:40 | |
-opendevstatus- NOTICE: Due to a configuration error unfortunately the Zuul queue was lost. Please recheck any in-flight changes | 06:56 | |
*** rpittau|afk is now known as rpittau | 07:27 | |
bauzas | stephenfin: around ? I just discovered a new argument for a Opt definition that allows dynamic grouping https://docs.openstack.org/oslo.config/latest/reference/defining.html#dynamic-groups | 08:30 |
---|---|---|
bauzas | but I lack of understand how this works | 08:30 |
bauzas | context is, we already dynamically register vgpu opts at startup but I want to add a deprecated group for mdevs | 08:31 |
bauzas | ah nevermind, saw your internal email about you being sick, hope you recover soon | 08:34 |
*** whoami-rajat__ is now known as whoami-rajat | 08:37 | |
sean-k-mooney | bauzas: i think that just allows you to specify a static config option that holds the names of the dynmic groups | 09:03 |
sean-k-mooney | bauzas: https://opendev.org/openstack/oslo.config/src/branch/master/oslo_config/cfg.py#L1470 https://opendev.org/openstack/oslo.config/src/branch/master/oslo_config/_list_opts.py#L68 | 09:07 |
opendevreview | Sylvain Bauza proposed openstack/nova master: Rename vgpu options to mdev https://review.opendev.org/c/openstack/nova/+/801607 | 09:14 |
bauzas | sean-k-mooney: nevermind, I just found a way to have a deprecated group alias easily ^ | 09:15 |
opendevreview | Sylvain Bauza proposed openstack/nova master: Rename vgpu options to mdev https://review.opendev.org/c/openstack/nova/+/801607 | 09:17 |
sean-k-mooney | just using deprecated_name='enabled_vgpu_types', ya | 09:19 |
sean-k-mooney | at lest for the static part | 09:19 |
sean-k-mooney | ah | 09:19 |
sean-k-mooney | you are also adding deprecated_group='vgpu_%s' % mdev_type) | 09:19 |
sean-k-mooney | in the dynmaic option too | 09:19 |
gibi | could somebody (other than bauzas) hit https://review.opendev.org/c/openstack/placement/+/796595 to unblock the placement gate? | 10:07 |
lyarwood | gibi: done | 10:17 |
gibi | lyarwood: thanks! | 10:17 |
lyarwood | seems like an odd thing to test | 10:17 |
gibi | it is an intentional cannary | 10:17 |
lyarwood | kk | 10:17 |
gibi | there is no reason to have rc names in os-rc-lib that are not usable via the placement API | 10:18 |
opendevreview | Balazs Gibizer proposed openstack/nova master: Bump oslo.db to 10.0.0 https://review.opendev.org/c/openstack/nova/+/801610 | 10:24 |
sean-k-mooney | gibi: did the weekly job catch that | 10:31 |
sean-k-mooney | yep https://zuul.openstack.org/build/0e135bb912b240c8bc2aa96049727a1a | 10:32 |
gibi | sean-k-mooney: yes | 10:33 |
gibi | sean-k-mooney: but the patch was up before it caught :) | 10:34 |
sean-k-mooney | ya the periodic are just incase we dont have activ patches to placement in flight | 10:38 |
sean-k-mooney | but im gald that we have at leat one red result on it since it definetly show it will catch this now | 10:39 |
gibi | yepp, it is useful to have | 10:40 |
*** akekane__ is now known as abhishekk | 10:50 | |
opendevreview | Merged openstack/placement master: Bump os-resource-classes requirements https://review.opendev.org/c/openstack/placement/+/796595 | 11:52 |
*** akekane_ is now known as abhishekk | 13:20 | |
yonglihe | gibiļ¼thanks your time reviewing the smartnic patches set, thats lots of work. | 14:56 |
gibi | yonglihe: hi! I know I should get back to the those as you responded | 15:06 |
*** akekane_ is now known as abhishekk | 16:15 | |
*** rpittau is now known as rpittau|afk | 17:21 | |
*** pjakuszew3 is now known as pjakuszew | 19:20 | |
*** dbulira1 is now known as dbulira | 19:20 | |
NobodyCam | Good Afternoon Nova folks, crazy question is it safe to delete a stale record out of nova_api.build_requests, or is there a better safer way to clean records up in build_requests? | 21:07 |
melwitt | zzzeek: random question but I'm trying to maintain a single db transaction across several different method calls and I'm seeing my context.session drop/disappear when I call a method from a different module than I'm currently in. is that expected? | 23:18 |
melwitt | that is, inside the method in the different module, my context.session is gone even though context is passed in | 23:19 |
melwitt | zzzeek: nevermind, ignore me. I made a mistake in the thing I was testing /o\ | 23:55 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!