Earlier  
Posted Nick Remark
#openstack-nova - 2019-03-13
18:21:47 openstackgerrit Matt Riedemann proposed openstack/nova master: Migrate legacy jobs to Ubuntu Bionic https://review.openstack.org/639017
18:22:05 gmann mriedem: thanks, testing this on both of those - https://review.openstack.org/#/c/639017/10
18:24:25 mriedem i'll throw these on the nova meeting agenda for gate bugs
18:24:49 gmann +1. thanks
18:36:39 mriedem gmann: https://review.openstack.org/#/c/643052/ works
18:36:42 mriedem http://logs.openstack.org/59/643059/1/check/tempest-slow/095dc55/compute1/logs/local_conf.txt
18:36:53 mriedem ENABLE_VOLUME_MULTIATTACH=True shows up in the subnode on the tempest-slow job in stable/queens now
18:36:57 mriedem per https://review.openstack.org/#/c/643059/1
18:39:02 gmann mriedem: ok. i think it was not failing always. right
18:39:58 melwitt mriedem: ack. I think we'll also need this https://review.openstack.org/642940
18:42:00 gmann i saw you added the query for that bug in case. +2 on tempest patch.
18:45:33 mriedem melwitt: got it
18:52:10 openstackgerrit Matt Riedemann proposed openstack/nova master: Trivial: fix typo in reno https://review.openstack.org/643137
18:54:22 melwitt gmann_afk: thanks for the heads up on the ceph thing. I'll look into how to fix it
18:57:03 melwitt dansmith: can you get this one too? need for bionic https://review.openstack.org/642940
18:57:36 dansmith ack
18:58:21 melwitt thanks
19:19:30 EmilienM hello
19:20:58 EmilienM I've been playing with ironic/nova on stein in tripleo environment (don't be scared :D) && I'm having an issue to register the nova compute as an hypervisor
19:21:00 EmilienM http://paste.openstack.org/show/Bz6gl5oFokoah9Ug3VZc/
19:21:06 EmilienM I'm wondering if this kind of error rings a bell to someone :)
19:21:17 EmilienM (also asked on #openstack-ironic channel)
19:21:56 mriedem jroll: ^
19:22:04 mriedem that RecursionError does not ring a bell
19:22:11 mriedem but jroll added the virtdrivernotready stuff i think
19:24:08 tonyb EmilienM: I hit that and was told to disable SSL in the undercloud
19:24:12 dansmith yeah, interesting
19:24:16 EmilienM tonyb: which I did
19:24:39 tonyb EmilienM: rats, but it's still using SSL
19:24:52 EmilienM tonyb: well actually, not for public endpoint
19:24:58 EmilienM damn
19:25:25 EmilienM tonyb: https://bugzilla.redhat.com/show_bug.cgi?id=1686817
19:25:25 openstack bugzilla.redhat.com bug 1686817 in openstack-nova "[osp15] nova is broken on the undercloud with ssl" [Urgent,Assigned] - Assigned to mbooth
19:25:31 tonyb EmilienM: I use: openstack-config --set undercloud.conf DEFAULT generate_service_certificate false
19:27:33 EmilienM tonyb: I'll try again without SSL and report back
19:27:50 EmilienM mriedem: not sure if someone from Nova team is working on that bug
19:27:58 EmilienM are you folks testing SSL (I guess yes?)
19:28:50 tonyb EmilienM: I htink it's tested in the gate but I don't know that ironic+nova is
19:28:59 tonyb I'll check later today
19:30:22 EmilienM tonyb: thanks!
19:31:09 tonyb EmilienM: I don't think I'll *fix* it but I can poke at least to see if it's a gap in our testing
19:35:11 tonyb mriedem: I thinkI'm okay backporting that.
19:35:18 tonyb mriedem: I'll reply on list
19:36:01 mriedem tonyb: ok thanks - bauzas is as well so wfm
19:36:33 tonyb mriedem: I need to check if any other data to those calls would cause a 400 status code
19:37:05 tonyb and I guess it will surprise operators that until now didn't nee to empty an aggregate to rename it
19:39:02 mriedem you can rename an aggregate,
19:39:04 mriedem just no the az
19:39:06 mriedem *not
19:39:52 openstackgerrit Kevin Rasmussen proposed openstack/nova master: created AggregateSubnetAvailabilityFilter https://review.openstack.org/633178
19:39:55 mriedem if they are not surprised, they were probably dealing with fallout maybe without even knowing it, i.e. rename az, resize a server and now it's back in the old az - or novalidhost
19:40:49 mriedem dansmith: confirmed that revert resize az bug
19:40:56 mriedem got a test, will post with a bug shortly
19:40:57 tonyb Yeah okay.
19:41:06 dansmith mriedem: sweet
19:41:08 dansmith "sweet"
19:45:54 mriedem https://bugs.launchpad.net/nova/+bug/1819963
19:45:54 openstack Launchpad bug 1819963 in OpenStack Compute (nova) "Reverting a resize does not update the instance.availability_zone value to the source az" [Low,Triaged] - Assigned to Matt Riedemann (mriedem)
19:46:20 mriedem my test shows that the api hides the incorrect instance.availability_zone value
19:46:25 mriedem because of https://github.com/openstack/nova/blob/482f4fed654f384e8fb277c504a14a6407ba2e7b/nova/availability_zones.py#L179-L194
19:46:40 mriedem makes me wonder wtf we even have instance.availability_zone
19:47:38 dansmith do we have an az filter for listing instances?
19:47:45 dansmith we use it for metadata at least
19:48:59 mriedem yeah we have an az filter when listing instances
19:49:23 dansmith presumably we use that there?
19:49:50 dansmith obviously much of our model for everything has evolved since that was a thing though
19:51:23 openstackgerrit melanie witt proposed openstack/nova master: WIP Use Ceph Jewel release for live migration testing https://review.openstack.org/643150
19:52:42 openstackgerrit melanie witt proposed openstack/nova master: WIP Use Ceph Jewel release for live migration testing https://review.openstack.org/643150
19:55:03 openstackgerrit Matt Riedemann proposed openstack/nova master: Add functional recreate test for bug 1819963 https://review.openstack.org/643151
19:55:03 openstack bug 1819963 in OpenStack Compute (nova) "Reverting a resize does not update the instance.availability_zone value to the source az" [Low,Triaged] https://launchpad.net/bugs/1819963 - Assigned to Matt Riedemann (mriedem)
19:55:30 mriedem dansmith: so i built ^ on top of my live migration functional test with azs, which may or may not be a problem
19:55:36 openstackgerrit melanie witt proposed openstack/nova master: WIP Use Ceph Jewel release for live migration testing https://review.openstack.org/643150
19:56:00 mriedem and yeah i assume the GET /servers?availability_zone=foo filtering uses the instance.availability_zone value in the DB
19:56:10 mriedem otherwise it would be crazy expensive to do that filtering in the API
19:56:55 dansmith yeah
19:59:40 dansmith mriedem: you should have been a lawyer
20:00:54 dansmith "Well, your honor, as you can see I have reproduced the crime in a functional test, exhibit A, which shows that the defendant obviously committed said crime. Once sentenced, we can remove this assertion, exhibit B"
20:01:42 mriedem i'd have to wear adult mens clothing then
20:01:45 mriedem no thanks
20:02:05 dansmith maybe not if you were a lawyer in california, although that would have other downsides
20:02:14 dansmith I hear they have silly magazine limits down there
20:05:15 dansmith heh
20:11:47 mriedem in all seriousness, being a lawyer in MN would allow me to accept gifts of bars and hotdish from my defendents
20:11:54 mriedem so it might be worth it
20:18:44 melwitt mriedem: what did you mean by ubuntu queens/bionic is using luminous? the version in the uca?
20:19:30 mriedem yeah i think that's what coreycb meant
20:19:39 mriedem when i asked him earlier today
20:19:39 melwitt bc I see luminous for queens xenial in the uca http://ubuntu-cloud.archive.canonical.com/ubuntu/dists/xenial-proposed/queens/main/binary-amd64/Packages
20:19:46 melwitt ok, cool
20:22:28 coreycb melwitt: yes and that's the same version that comes in bionic by default
20:22:37 melwitt coreycb: ah, thank you
20:23:02 coreycb np
20:23:08 openstackgerrit Matt Riedemann proposed openstack/nova master: Update instance.availability_zone on revertResize https://review.openstack.org/643155
20:23:20 mriedem dansmith: exhibit B ^
20:23:43 dansmith that's an upcall no?
20:24:04 dansmith oh sorry
20:24:10 dansmith god I'm stupid, sorry
20:25:30 mriedem i can optimize this
20:25:36 mriedem left a comment
20:25:47 dansmith was about to call your typo

Earlier   Later