Earlier  
Posted Nick Remark
#openstack-nova - 2020-08-04
15:55:28 prometheanfire do we still need the nova client to evacuate (do the docs need updating) https://docs.openstack.org/nova/ussuri/admin/evacuate.html
15:55:42 sean-k-mooney prometheanfire: yes
15:56:00 sean-k-mooney i started a patch a year ago but never got aroudn to finishing it
15:56:31 sean-k-mooney https://review.opendev.org/#/c/643578/
15:56:57 sean-k-mooney i have local change to change it back to evacuate but i never finished renaming it back
15:57:37 prometheanfire ah, kk thanks :D
15:59:39 sean-k-mooney if you feel like updating it feel free. i guess i can try and finish it again
15:59:52 sean-k-mooney more urgent things keep coming up
16:00:10 sean-k-mooney but it should be done sooner rather then later
16:02:12 prometheanfire eh, was more a curiousity, trying to wean off project clients and all
16:02:37 sean-k-mooney ya that is why i created the patch in the first place
16:02:54 sean-k-mooney i wrote it after we had the denver fourm session on closing the gaps
16:03:26 sean-k-mooney then it didnt really get reviewed for a few months and i kind of lost interest
16:04:05 prometheanfire yarp
16:49:42 openstackgerrit Elancheran S proposed openstack/nova master: Removes the delta file once image is extracted https://review.opendev.org/734421
17:07:08 dansmith lyarwood: in case you didn't notice, that failure you're seeing appears to be a race on the glance side that I opened a bug for and have a fix up for,
17:07:32 dansmith but it's a pretty fundamentally-broken thing on the glance side so the fix is non-trivial and will likely take a while to get agreement on and land
17:08:05 dansmith lyarwood: if it's happening a lot, then I guess we could move that to non-voting and add back the base ceph job for the time being, but... it's nice to keep the pressure up for a fix too :/
17:08:57 lyarwood dansmith: yeah no issues, that's only the second hit tha tI had seen against the job
17:09:03 dansmith ack
17:09:05 lyarwood dansmith: so I'm happy to leave it voting for now
17:09:07 dansmith it's actually cool,
17:09:34 dansmith because I filed that bug as "I only saw this when something else was broken, but clearly there's a real race here" and the fact that we're hitting it in the happy path is sweet sweet vindication :P
17:10:12 lyarwood ^_^
17:10:23 lyarwood have you closed my bug out as a dup already?
17:10:36 lyarwood if not I can do it now
17:11:18 dansmith no, is that what you want?
17:11:40 dansmith you've got links to logs which is good, but I guess maybe the dup linkage will keep it handy enough
17:11:57 lyarwood true but I can just copy that across
17:12:04 lyarwood feel free to close it as a dup
17:12:46 dansmith ack
18:45:04 sean-k-mooney gibi: finally got around to testing the WIP attach/detach patch. i commented no the review but http://paste.openstack.org/show/796572/ are the results it looks like thre are still issues with macvtap and direct phsyical.
19:54:13 openstackgerrit Ghanshyam Mann proposed openstack/nova master: migrate testing to ubuntu focal https://review.opendev.org/738126
22:24:54 openstackgerrit sean mooney proposed openstack/nova master: Lookup nic feature by PCI address https://review.opendev.org/739131
22:27:12 openstackgerrit sean mooney proposed openstack/nova master: Lookup nic feature by PCI address https://review.opendev.org/739131
22:30:05 sean-k-mooney stephenfin: gibi ^ adressed your comments then did a rebase
23:11:13 openstackgerrit sean mooney proposed openstack/nova master: remove deprecated schduler filters https://review.opendev.org/744800
23:35:16 sean-k-mooney gmann: that os-vif failure is real
23:35:39 sean-k-mooney gmann: ip route change on of there funciton to return an empty list instead of raise an excption
23:35:59 sean-k-mooney gmann: im going to fix it
23:36:18 gmann sean-k-mooney: ohk, I thought it is something constraint i made incompatible for bionic and focal.
23:37:09 sean-k-mooney am well im testing on focal
23:37:18 sean-k-mooney so it might be related to focal
23:38:21 sean-k-mooney in any case ill fix it
23:38:42 gmann but the current failure is on bionic as current PS is without depends-on
23:38:57 sean-k-mooney oh ok then its both
23:39:31 gmann ok
23:39:44 sean-k-mooney iproute basically used to raise ipexc.NetlinkError
23:39:53 sean-k-mooney if you looked up an interface that did not exist
23:39:59 sean-k-mooney not it returns an empty list
23:40:16 sean-k-mooney so i guess we just dont cap that in upper-constiratins or a new release has come out
23:40:19 sean-k-mooney let me check
23:40:54 sean-k-mooney ya july 27th
23:40:57 sean-k-mooney https://pypi.org/project/pyroute2/#history
23:41:05 sean-k-mooney 0.5.13
23:42:15 gmann yeah that is what installed on failing jobs
23:42:29 sean-k-mooney ya 0.5.12 proably will work.
23:42:41 sean-k-mooney let me stash my change and ill down grade it locally
23:44:59 sean-k-mooney ya 0.5.12 works
23:45:36 gmann https://review.opendev.org/#/c/743277/
23:45:50 gmann sean-k-mooney: it is better to run os-vif unit test on requirement gate
23:46:47 sean-k-mooney we could they are really fast
23:46:48 sean-k-mooney Sum of execute time for each test: 0.3669 sec.
23:46:57 sean-k-mooney less then a second
23:47:05 sean-k-mooney well + installing packages :)
23:48:00 sean-k-mooney anyway give me 15 mins and ill file a bug and submit the fix to make it work fine with both
23:51:48 gmann sean-k-mooney: thanks i am going for walk so no hurry.
23:51:52 gmann sean-k-mooney: adding job https://review.opendev.org/#/c/744803/1
23:54:48 sean-k-mooney cool that will fail until we merge the os-vif fix but ill comment on that with the depens-on link once its pushed
23:55:05 gmann yeah
23:57:16 sean-k-mooney did you bump MarkupSafe in one fo the lower constratins jobs
23:57:22 sean-k-mooney i think i need to do that too
23:57:54 gmann yeah - for focal what all needed are in this - https://review.opendev.org/#/c/738130/5/lower-constraints.txt
23:58:11 gmann they passed with 0.5.12
23:58:11 sean-k-mooney yep just found it
#openstack-nova - 2020-08-05
00:13:01 openstackgerrit sean mooney proposed openstack/os-vif master: update tox envs and support pdf docs https://review.opendev.org/728037
00:13:02 openstackgerrit sean mooney proposed openstack/os-vif master: support pyroute2 0.5.13 https://review.opendev.org/744809
00:15:05 openstackgerrit sean mooney proposed openstack/os-vif master: support pyroute2 0.5.13 https://review.opendev.org/744809
00:15:36 openstackgerrit sean mooney proposed openstack/os-vif master: update tox envs and support pdf docs https://review.opendev.org/728037
00:17:57 openstackgerrit sean mooney proposed openstack/os-vif master: [goal] migrate testing to ubuntu focal https://review.opendev.org/738130
00:49:44 openstackgerrit sean mooney proposed openstack/os-vif master: deprecate ovs-vsctl driver and make native the default https://review.opendev.org/744816
01:32:25 openstackgerrit Brin Zhang proposed openstack/nova master: Fix CI failture: Introduce decorator>=3.4.0 to test-requirements.txt https://review.opendev.org/744385
01:33:09 openstackgerrit Brin Zhang proposed openstack/nova master: Fix issue with decorator in lower-constraints job https://review.opendev.org/744385
02:27:22 openstackgerrit sean mooney proposed openstack/os-vif master: deprecate ovs-vsctl driver and make native the default https://review.opendev.org/744816
02:56:10 openstackgerrit Brin Zhang proposed openstack/nova master: Fix issue with decorator in lower-constraints job https://review.opendev.org/744385
05:56:59 openstackgerrit Merged openstack/nova master: Fix lower-constraints conflicts https://review.opendev.org/744506
07:12:51 gokhani hi team , I have an OpenStack environment in pike version. we have been using it for 2 years. Our environment consists of 3 controller and 23 compute hosts. but for 1 week , we are getting warnings like "Function 'nova.servicegroup.drivers.db.DbDriver._report_state' run outlasted interval by 24.01 sec" in compute nodes. what can be the reason of this ? do I need to look at mariadb galera cluster or rabbitmq cluster ? logs are in http://paste.opens
07:12:51 gokhani tack.org/show/796586/
07:28:24 gokhani * http://paste.openstack.org/show/796586/
09:49:53 openstackgerrit Stephen Finucane proposed openstack/nova master: fakelibvirt: Remove nova-network remnants https://review.opendev.org/737329
09:49:53 openstackgerrit Stephen Finucane proposed openstack/nova master: network: Add type hints https://review.opendev.org/744869
09:49:54 openstackgerrit Stephen Finucane proposed openstack/nova master: network: Drop 'vpn' parameter from 'allocate_for_instance' https://review.opendev.org/744870
09:49:54 openstackgerrit Stephen Finucane proposed openstack/nova master: network: Remove unused 'affect_auto_assigned' parameter https://review.opendev.org/744871
09:49:55 openstackgerrit Stephen Finucane proposed openstack/nova master: network: Remove 'kwargs' from 'get_instance_nw_info' https://review.opendev.org/744872
09:54:08 openstackgerrit Stephen Finucane proposed openstack/nova master: tests: Add helpers for suspend, resume and reboot of server https://review.opendev.org/741285
09:54:08 openstackgerrit Stephen Finucane proposed openstack/nova master: libvirt: Pass context, instance to '_create_guest' https://review.opendev.org/741286
09:54:09 openstackgerrit Stephen Finucane proposed openstack/nova master: api: Reject non-spawn operations for vTPM https://review.opendev.org/741500
09:54:09 openstackgerrit Stephen Finucane proposed openstack/nova master: libvirt: Add emulated TPM support to Nova https://review.opendev.org/631363
09:54:10 openstackgerrit Stephen Finucane proposed openstack/nova master: docs: Add docs for vTPM support https://review.opendev.org/739213
09:54:10 openstackgerrit Stephen Finucane proposed openstack/nova master: Add type hints to 'nova.compute.manager' https://review.opendev.org/742863

Earlier   Later