Earlier  
Posted Nick Remark
#openstack-nova - 2020-09-16
13:45:16 bauzas stephenfin: the gate is borked, nope ?
13:45:28 stephenfin on and off
13:45:41 stephenfin I guess it depends on the node you land on or something
13:45:53 stephenfin given one patch failed badly and the next one passed just fine
13:46:45 sean-k-mooney gibi: ya im fixing some unit test on a nova bug but ill push the os-vif patch this evening. if you feel like doing it jut add me as an a review
13:47:00 sean-k-mooney we can priorties the backport
13:47:06 gibi sean-k-mooney: no rush, I let you do it and I wil review it when its up
13:47:08 gibi sean-k-mooney: thanks
13:47:12 gmann gibi: this declared ocata as unmaintained and EOL after 3 month http://lists.openstack.org/pipermail/openstack-discuss/2020-July/015747.html http://lists.openstack.org/pipermail/openstack-discuss/2020-July/015744.html
13:47:16 sean-k-mooney cool ill add you to the review
13:47:21 gibi sean-k-mooney: thanks
13:47:35 mgoddard Hi. I'm hitting an issue with encrypted volumes and migration/evacuation. Raised a bug about it: https://bugs.launchpad.net/nova/+bug/1895848
13:47:35 openstack Launchpad bug 1895848 in OpenStack Compute (nova) "Migration and evacuation fails with encrypted volumes" [Undecided,New]
13:47:41 gibi gmann: OK so we just wait until next year before we delete the branch
13:47:57 gibi gmann: I would say that then backports to ocata are not needed
13:48:18 sean-k-mooney gibi: for what its worth i have been looking at that for the last few days and wondering if people would complain :)
13:48:31 gmann gibi: yeah
13:49:28 gibi sean-k-mooney: it kicked my OCD when triaged an unrealated bug in devstack
13:50:09 sean-k-mooney ya some of the logs are useful but the pooling on fd one is not
13:50:32 sean-k-mooney i have used some of the other debug logs so im goign to target the removal to just the pooling one and not the module
13:51:06 gibi sean-k-mooney: sure, just filter this log if possible
13:51:19 sean-k-mooney yep its pretty simple
13:51:25 gibi cool
13:51:27 gmann gibi: As CI is broken for ocata and not fixable, I proposed stable/release team to universally declare it 'unmaintained' instead of project wise but we went with 'let projects do by them self'.
13:52:46 tosky (yes, please)
13:52:47 bauzas wow, this is weirdo https://bugs.launchpad.net/nova/+bug/1892176
13:52:47 openstack Launchpad bug 1892176 in OpenStack Compute (nova) "Inconsistent result between index and show of instance api" [Undecided,New]
13:52:51 sapd1_x Hi everyone, I would like to change the boot order of root device of instances. How can I do that?
13:53:55 sapd1_x In my case, I use ISO file to install OS to vda device. So there are two devices (vda - iso, vdb - empty bootable volume) after installed the OS. How can I remove vda device or change the order of devices.
13:58:14 sean-k-mooney bauzas: by index they mean server list right
13:58:26 sean-k-mooney yes they do
13:58:27 bauzas sean-k-mooney: yup
13:58:36 sean-k-mooney so maybe its still in the api db
13:58:43 bauzas sean-k-mooney: I know that ironic makes magic balancing
13:58:51 sean-k-mooney but missing either cell mapping or something in the cell db
13:59:16 bauzas sean-k-mooney: well, they just kill ironic-api right?
13:59:16 sean-k-mooney bauzas: of compute hosts between compute services right
13:59:33 bauzas sean-k-mooney: but both servers GET and INDEX don't require our virt drivers to be up
13:59:45 sean-k-mooney oh i know that
14:00:16 bauzas so I suspect that ironic makes some recalculation on an ironic-api destroy, which borks either the cell DB or the API DB, I do agree
14:00:24 bauzas an inconsistency
14:01:08 bauzas either way, we're missing details
14:01:15 sean-k-mooney ya
14:01:45 sean-k-mooney and i was suggsting that we might try to retrive something in the show that we dont in the list
14:02:09 sean-k-mooney list with out details i think mainly operates on the api db
14:02:30 sean-k-mooney anyway its weird
14:02:50 sean-k-mooney oh did we reenable the experiation bot
14:03:20 sean-k-mooney oh i think launchpad might have https://help.launchpad.net/BugExpiry
14:05:21 sean-k-mooney gibi: bauzas did we recently enable bug expiry. im not against it by the way but im wondering if this now enabled by default
14:05:49 bauzas well, we only do it once
14:05:56 bauzas afaict, this isn't a bot
14:06:06 sean-k-mooney its a launchpad feature
14:06:11 sean-k-mooney we used to have an openstack bot do it
14:06:31 bauzas oh, I see
14:06:34 bauzas you're right
14:06:38 gibi I'm not aware of any recent changes so if that is on then it is on for a while
14:07:22 sean-k-mooney its strange i have teh correct permision to change this on os-vif but i dont see the option. looks like its not running for os-vif
14:09:39 sean-k-mooney ah there is an "Expire "Incomplete" bug reports when they become inactive" option in the configure bugs tab
14:09:51 sean-k-mooney its not unde edit details in the project page
14:10:09 openstackgerrit Rodrigo Barbieri proposed openstack/nova stable/ussuri: Allow tap interface with multiqueue https://review.opendev.org/752245
14:10:10 sean-k-mooney im going to leave that off for now we dont really get many os-vif bug reports
14:15:41 openstackgerrit Lee Yarwood proposed openstack/nova master: compute: Skip cinder_encryption_key_id check when booting from volume https://review.opendev.org/752090
14:15:43 openstackgerrit Lee Yarwood proposed openstack/nova master: Add regression test for bug #1895696 https://review.opendev.org/752247
14:15:43 openstack bug 1895696 in OpenStack Compute (nova) "unable to boot instance from encrypted volume created from a glance image of an encrypted volume" [Medium,In progress] https://launchpad.net/bugs/1895696 - Assigned to Lee Yarwood (lyarwood)
14:15:47 lyarwood stephenfin: ^ I'll review your GlanceFixture stuff shortly if it still needs it as I'm using it in this bugfix
14:16:19 stephenfin lyarwood: sure, if you've time that would be great. I can take a look at that bugfix
14:38:12 openstackgerrit Lee Yarwood proposed openstack/nova master: WIP zuul: Introduce nova-multinode-evacuate https://review.opendev.org/744883
15:15:41 gibi we are under 10 untriaged bugs. I really appreaciate all of your bug triage work! thank you!
15:43:12 stephenfin gibi, bauzas, gmann: https://review.opendev.org/752210 is passing now (the base for the os-server-groups 500 -> 400 change)
15:45:26 bauzas melwitt: based on your last (and old) comment on https://bugs.launchpad.net/nova/+bug/1775934 could we mark the bug as Confirmed ? this is unclear to me whether we need to fix it
15:45:26 openstack Launchpad bug 1775934 in OpenStack Compute (nova) "Cannot run "openstack server list" with instance stuck in scheduling state" [Undecided,New]
15:45:27 gmann stephenfin +2
15:45:32 gibi +@
15:45:41 gibi +2+A
15:45:42 gibi ;d
15:52:03 melwitt bauzas: that sounds familiar and I think "probably". I need to look around a bit to find a related/duplicate bug I've seen and add more information
15:52:31 bauzas melwitt: kk, marking it as confirmed for now, but feel free to mark it duplicate if so
15:52:37 bauzas thanks
15:52:48 melwitt sounds good, thanks
16:03:16 openstackgerrit Stephen Finucane proposed openstack/nova master: Make overcommit check for pinned instance pagesize aware https://review.opendev.org/631053
17:07:23 sean-k-mooney gibi: bauzas melwitt can i get your input on how backportale someting is quickly
17:08:47 sean-k-mooney basically i want to add a call to unplug_vifs in migrate_disk_and_power_off which is caleed in _resize_instance
17:09:12 sean-k-mooney and ideally remove the call to clean up the souce vifs form resize confirm
17:09:48 sean-k-mooney so when we do resize_instance before we go to resize_verify we would unplug the souce vif
17:09:58 openstackgerrit Merged openstack/nova stable/train: post live migration: don't call Neutron needlessly https://review.opendev.org/750670
17:10:05 sean-k-mooney basicaly right after we call power off just like we remove the cinder attahcments
17:10:06 openstackgerrit Merged openstack/nova master: docs: Improve 'AggregateImagePropertiesIsolation' docs https://review.opendev.org/752236
17:10:14 openstackgerrit Merged openstack/nova master: functional: Enable real policy fixture by default https://review.opendev.org/745906
17:10:23 openstackgerrit Merged openstack/nova master: functional: Add and use 'GlanceFixture' https://review.opendev.org/745907
17:11:24 sean-k-mooney it would fix bug #1895220 and i also need to do it for https://review.opendev.org/#/c/602432 to adress bug #1734320
17:11:24 openstack bug 1895220 in OpenStack Compute (nova) "Fail to cold migrate between two hosts have difference VIF type" [Medium,In progress] https://launchpad.net/bugs/1895220 - Assigned to Dat Le (datlq)
17:11:25 openstack bug 1734320 in neutron "Eavesdropping private traffic" [High,In progress] https://launchpad.net/bugs/1734320 - Assigned to Rodolfo Alonso (rodolfo-alonso-hernandez)
17:11:52 openstackgerrit melanie witt proposed openstack/nova stable/train: Sanity check instance mapping during scheduling https://review.opendev.org/752279
17:13:49 openstackgerrit melanie witt proposed openstack/nova stable/train: Sanity check instance mapping during scheduling https://review.opendev.org/752279
17:16:42 sean-k-mooney lyarwood: elod i guess same question to ye since its about backportablity ^
17:17:59 sean-k-mooney the current behavior rely on libvirt to unplug the vif so to maintain the correct behavior when we deleate that to os-vif we now need to call unplug_vifs explcitly
17:18:16 sean-k-mooney which we should have been doing along really
17:21:05 melwitt sean-k-mooney: is the unplug_vifs functionality in os-vif available in older branches?
17:22:16 sean-k-mooney yes
17:22:27 sean-k-mooney unplug_vifs is a libvirt driver function

Earlier   Later