Friday, 2022-11-04

darkhorsedansmith: thank you very much!00:46
elodillesbauzas sean-k-mooney : if you are around: the final wallaby release patch has merged, so a formal +1 would be good for the transition patch: https://review.opendev.org/c/openstack/releases/+/86229811:55
sean-k-mooneythis si EM os-vif too12:52
sean-k-mooneyelodilles: i think we need a release of os-vif to get the correct upperconstrati12:52
sean-k-mooneyi was going to do a release of that  this week for that reason12:52
sean-k-mooneyelodilles: ya we still need to do that for wallaby we noticed it downstream last week12:53
sean-k-mooneyhttps://github.com/openstack/os-vif/blob/2.4.0/tox.ini#L1212:53
sean-k-mooneylet me do a 2.4.1 release quickly then we can tansiation it to EM12:54
elodillessean-k-mooney: i heard that RH uses the releases a bit differently (i guess building the packages from based on tags) but most users tend to consume the released pypi packages and tarballs, and upper-constraints are not compiled in those packages12:56
sean-k-mooneywe actully dont use the tox env in general but it confused some12:57
elodillessean-k-mooney: so that's why it should not be released, because it would contain the very same content as the previous relese, and would just confuse operators12:57
sean-k-mooneyrdo only packages the released rpm in general12:57
sean-k-mooneywell are you saying we dont include tox.ini in the package12:57
sean-k-mooneyi woudl have expected that to be in the tar12:58
sean-k-mooneyso you can run the tests12:58
sean-k-mooneyif its not then we dont need to do anything12:58
sean-k-mooneyi guess i can check12:58
elodillesin pypi packages i'm sure we don't have it12:59
elodillesbesides, the code would be the very same either way12:59
sean-k-mooneyits in the tar13:00
sean-k-mooneyhttps://tarballs.opendev.org/openstack/os-vif/os_vif-2.4.0.tar.gz13:00
sean-k-mooneyand the tar is the primary release artifact13:00
sean-k-mooneythe tar is what the rpm and deb packages are built form13:00
sean-k-mooneyelodilles: you are correct that its not in the wheel13:01
sean-k-mooneyelodilles: so its in the tar published to pypi but not the whl13:02
sean-k-mooneyhttps://files.pythonhosted.org/packages/14/2a/dc1cac486333a725c3835b9e8d33ec4ab3bb0ed3e0f49d6354548c8cde1f/os_vif-2.4.0.tar.gz13:02
sean-k-mooneyelodilles: so i think we should like fix this unless you strongly disagree13:03
elodillessean-k-mooney: i'd rather not release this, but maybe it's just me :/13:05
*** dasm|off is now known as dasm13:09
elodillessean-k-mooney: anyway, please propose the patch if you think it should be released, i'll comment on it, and let's see others opinion about it13:10
sean-k-mooneyhttps://review.opendev.org/c/openstack/releases/+/86364413:11
sean-k-mooneyi had the patch ready locally i ment to do it last week13:11
sean-k-mooneylets see what bauzas  thinks13:11
sean-k-mooneyother then that im fine with movign things to em now13:12
sean-k-mooneyelodilles: i set +1 on the em transition patch so if others dont think we need the os-vif release you can just proceed with merging the em patch13:23
elodillessean-k-mooney: ack, thanks!13:26
sean-k-mooneyelodilles: part of why i at least wanted to push the patch is i told peole i would do it downstream in a ci escalation bug13:27
elodillesi see13:27
sean-k-mooneythis was not actully the cause of the downstream issue https://bugzilla.redhat.com/show_bug.cgi?id=210953613:27
sean-k-mooneystestr was just not installed in the correct location13:28
elodillesi'll ask about this release on the weekly relmgmt meeting, which will start soon (14:00 UTC)13:30
sean-k-mooneysure13:31
elodillessean-k-mooney: fyi, there were no strong objection about the os-vif release, so it is +2+W'd (and even released already)15:23
elodillesi'll update the wallaby-em patch in a minute15:23
sean-k-mooneyack i saw the email come in15:23
sean-k-mooneycool15:23
sean-k-mooneyill set +1 on it when done15:23
elodillessean-k-mooney: https://review.opendev.org/c/openstack/releases/+/86229815:27
opendevreviewJean-SĂ©bastien Bevilacqua proposed openstack/nova master: Add Lustre support to nova  https://review.opendev.org/c/openstack/nova/+/85378615:34
opendevreviewAlexey Stupnikov proposed openstack/nova master: Don't ignore InstanceNotFound exception by libvirt  https://review.opendev.org/c/openstack/nova/+/86366515:38
atmarkhello, is it posible to  set `resume_guests_state_on_host_boot=true` in nova and then `virsh autostart $domainname --disable` a selected VMs that I don't want to start18:45
atmarkwill two conflict with each other?18:45
dansmithpretty sure they're unrelated and so the nova one will win,18:47
dansmithbut let me see if I can find it18:47
dansmithatmark: by my reading, if the nova tunable is enabled, this is the only logic that might cause us not to take hard_reboot() action on the guest: https://github.com/openstack/nova/blob/master/nova/virt/libvirt/driver.py#L4150-L417218:51
atmarkdansmith: this it means i cannot mix the two. if leave nova tunable disabled and then virsh autostart selected VMs, will it work or power states will get messed up?19:13
atmarkbtw, thx for pointing me to code 19:14
dansmithatmark: not sure tbh, nova might force it back off if it thinks it should be off, but if it was active and is active by the time nova starts I suspect it'll say "yep, as expected"19:52
*** dasm is now known as dasm|off20:29

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!