Earlier  
Posted Nick Remark
#openstack-nova - 2022-01-13
15:56:29 TheJulia but that could actually be navigated upgrade wise too
15:56:48 TheJulia that doesn't fix the UX issues which are ultimately bugs in past releases though
15:56:55 sean-k-mooney yes but we do know the hypervior type at least on the ocmpute node side not sure about the instnace object
15:57:21 TheJulia I don't think it is on the instance object
15:57:28 TheJulia but again, I've not looked at its structure in a while
15:58:00 sean-k-mooney well the way to hack it is to decied instance.host would always be set to "ironic" or simiarl for ironci contoled instnaces
15:58:23 sean-k-mooney anyway the impartnat thing is you still care about fixing this issue
15:58:30 sean-k-mooney but dont curretnly have time to work on it
15:59:40 sean-k-mooney so we shoudl consider if we "redhat comptue team" have capsity to help this cycle or next
16:00:26 sean-k-mooney we coudl land your patch as is but im not sure long term its the best approch but it would stop the bleeding in the short term
16:00:54 sean-k-mooney which is the whole perferect is the enemy of good enough argument
16:40:23 opendevreview Balazs Gibizer proposed openstack/nova master: DNM: trigger nova-next with new tempest test https://review.opendev.org/c/openstack/nova/+/824607
16:43:39 TheJulia sean-k-mooney: yeah. :(
16:43:58 TheJulia sorry, been distracted looking at a blocker issue
16:53:55 admin1 hi all .. how to figure out what puts messages in versioned_notifications.info ..but there are no consumers
16:54:06 admin1 so the queue just grows and grows .. and then i have to manually delete it
16:54:55 gibi admin1: you can disable notifications
16:55:09 admin1 gibi, from where/how ?
16:55:15 gibi sec...
16:56:30 gibi admin1: https://docs.openstack.org/oslo.messaging/latest/configuration/opts.html#oslo_messaging_notifications.driver
16:56:39 gibi admin1: so in the nova service configuration files
16:56:53 gibi admin1: set [oslo_messaging_notifications]driver=noop
16:59:07 sean-k-mooney admin1: its disabled by default
16:59:15 gibi sean-k-mooney: I don't think so
16:59:24 sean-k-mooney the noop driver is the defult
16:59:25 gibi sean-k-mooney: I think the default is messaging_v2
16:59:31 sean-k-mooney i dont think so
16:59:37 gibi hm
16:59:40 gibi interesting
16:59:46 gibi according to the doc you are right
16:59:55 gibi I alwas remembered it is enable by default
17:00:01 sean-k-mooney devstack enables it by default
17:00:27 sean-k-mooney and it also defaluts to unversioned if i remember
17:00:37 gibi yes, the unversioned is the default
17:00:44 gibi we never switched it to versioned
17:00:52 sean-k-mooney we really should
17:01:05 sean-k-mooney and eventurlly remove the deprecated unversioned notifications
17:01:13 sean-k-mooney they have been deprecated since mitaka
17:01:26 gibi sean-k-mooney: the problem that there are openstack services using the unversioned
17:01:33 gibi so we would migrate them first
17:01:57 sean-k-mooney ya but honestly we should propose that a a cross projectr goal
17:02:28 sean-k-mooney the problem really haing people to do the work
17:02:50 sean-k-mooney maybe a topic of next ptg
17:02:54 sean-k-mooney do we know which ones rely on it
17:03:16 gibi I have to dig
17:03:28 gibi ceilometer is one I'm sure
17:03:31 sean-k-mooney i support cilometer, cloud kitty, heat or masikari are the only ones that might be impacted
17:03:39 sean-k-mooney maybe watcher
17:04:25 sean-k-mooney as long as we are not adding any new unversion notification i guess it does not hurt use too much
17:04:51 gibi I agree, it does not hurt
17:05:02 gibi and we have a test in place to forbid new unversioned notifications
17:10:38 bauzas yuval: around ? I don't see a blueprint filed for https://review.opendev.org/c/openstack/nova-specs/+/824191
17:10:57 yuval I am here
17:11:03 bauzas yuval: could you please create one using the link you gave, ie. https://blueprints.launchpad.net/nova/spec/nova-support-lightos-driver
17:11:05 yuval yes I created blueprint
17:11:06 bauzas ?
17:11:10 yuval just a second
17:11:16 bauzas ok, then the URL is wrong
17:11:35 bauzas we can change it
17:12:12 bauzas yuval: found it https://blueprints.launchpad.net/nova/+spec/nova-support-lightos-driver
17:12:39 bauzas oh, yeah, I see
17:12:46 bauzas s/spec/+spec
17:12:50 yuval https://blueprints.launchpad.net/nova/+spec/nova-support-lightos-driver
17:13:23 bauzas yuval: could you create a change fixing the URL in https://review.opendev.org/c/openstack/nova-specs/+/824191/6/specs/yoga/approved/lightos_volume_driver.rst#11 ?
17:13:28 bauzas yuval: I'll fast approve it
17:13:38 yuval https://blueprints.launchpad.net/nova/spec/nova-support-lightos-driver
17:13:45 yuval this is currently in the spec
17:13:50 sean-k-mooney yep
17:13:51 yuval its missing the "+"
17:13:53 sean-k-mooney its missing the +
17:13:55 sean-k-mooney yep
17:13:55 yuval before the spec
17:13:57 bauzas yup, please update the link in the spec
17:14:02 yuval just a sec
17:14:10 bauzas (18:12:46) bauzas: s/spec/+spec
17:14:15 bauzas in the rst file
17:34:21 opendevreview yuval proposed openstack/nova-specs master: lightos- fix blueprint url https://review.opendev.org/c/openstack/nova-specs/+/824633
17:34:34 yuval sorry for the wait
17:34:39 yuval had some git issues
17:35:22 bauzas yuval: thanks and no worries
18:06:21 opendevreview Ghanshyam proposed openstack/nova master: Update centos 8 py36 functional job nodeset to centos stream 8 https://review.opendev.org/c/openstack/nova/+/824637
18:17:27 opendevreview Rajat Dhasmana proposed openstack/nova master: WIP: Add support for volume backed server rebuild https://review.opendev.org/c/openstack/nova/+/820368
18:20:36 opendevreview Merged openstack/nova-specs master: lightos- fix blueprint url https://review.opendev.org/c/openstack/nova-specs/+/824633
19:22:30 opendevreview melanie witt proposed openstack/nova master: Remove deprecated opts from VNC conf https://review.opendev.org/c/openstack/nova/+/824478
#openstack-nova - 2022-01-14
00:54:39 opendevreview Ghanshyam proposed openstack/nova master: Server actions APIs scoped to project scope https://review.opendev.org/c/openstack/nova/+/824358
01:50:16 gmann seems like tempest-integrated-compute-centos-8-stream is failing consistently https://zuul.openstack.org/builds?job_name=tempest-integrated-compute-centos-8-stream
02:04:04 opendevreview Ghanshyam proposed openstack/nova master: Server actions APIs scoped to project scope https://review.opendev.org/c/openstack/nova/+/824358
02:04:07 melwitt gmann: :( thanks, I wondered about it
02:08:45 gmann melwitt: I am seeing this traceback in logs, not sure about root cause https://zuul.opendev.org/t/openstack/build/e0db6a9a7ba04e66b0781ba7d259357d/log/controller/logs/screen-q-svc.txt#32875
02:10:36 gmann pinged neutron folks about it in case they are aware or can find the rootcause
02:12:12 melwitt ack, that's not something I've seen before
02:14:50 gmann it seems it started failing since ~1.5 hrs https://zuul.openstack.org/builds?job_name=tempest-integrated-compute-centos-8-stream
02:16:07 melwitt that's consistent with what I observed. I had been following that change and rechecking it and it had been working until not too long ago
08:57:15 bauzas good morning Nova
08:57:31 gibi good morning Nova
08:57:51 gibi I have a full day workshop downstream so I my presence will be spotty
08:59:39 bauzas gibi: spotty ? fine
08:59:49 bauzas use a headset to listen to it
08:59:54 gibi yeah
09:00:04 bauzas ok, my pun is terrible

Earlier   Later