Earlier  
Posted Nick Remark
#openstack-nova - 2018-09-11
16:40:30 mriedem yeah i know, hence the defaults for backward compat and possible override for users that actually know the difference and care
16:40:37 mriedem plus it would be a microversion so you'd have to opt into it
16:40:43 mriedem anyway just an idea
16:40:49 mriedem i know you nova people like to say no to everything
16:43:15 openstackgerrit Balazs Gibizer proposed openstack/nova master: Consumer gen: remove_provider_from_instance_allocation https://review.openstack.org/591784
16:51:24 openstackgerrit Ken'ichi Ohmichi proposed openstack/nova master: Merge security groups extension response into server view builder https://review.openstack.org/585475
16:58:18 med_ here: some donuts outside of the atrium Ops room in PTG Denver
16:58:37 med_ Not up to Chet's voodoo standards but Krispy Kreme
17:00:55 stephenfin bauzas: Wanna review https://review.openstack.org/#/c/601415/ and predecessors when you have a chance?
17:03:44 openstackgerrit Balazs Gibizer proposed openstack/nova master: DNM: Make nova tests pass with externalized placement https://review.openstack.org/596291
17:03:45 openstackgerrit Balazs Gibizer proposed openstack/nova master: DNM: Make nova tests pass with externalized placement https://review.openstack.org/601641
17:21:53 openstack Launchpad bug 1771523 in OpenStack Public Cloud WG "Dedicated Host" [High,Confirmed] - Assigned to Tobias Rydberg (tobberydberg)
17:21:53 mriedem dansmith: does this capture what we talked about wrt the problem in the tenant isolation filter? https://bugs.launchpad.net/openstack-publiccloud-wg/+bug/1771523/comments/7
17:29:10 dansmith mriedem: aye
18:43:38 openstackgerrit Merged openstack/python-novaclient master: import zuul job settings from project-config https://review.openstack.org/601383
18:56:45 openstackgerrit Merged openstack/python-novaclient master: switch documentation job to new PTI https://review.openstack.org/601384
19:09:27 openstackgerrit Merged openstack/python-novaclient master: add python 3.6 unit test job https://review.openstack.org/601385
19:09:29 openstackgerrit Merged openstack/python-novaclient master: add lib-forward-testing-python3 test job https://review.openstack.org/601386
19:09:31 openstackgerrit Merged openstack/python-novaclient master: Cleanup zuul.yaml https://review.openstack.org/601415
20:09:30 openstackgerrit Sylvain Bauza proposed openstack/nova-specs master: Proposes NUMA topology with RPs https://review.openstack.org/552924
20:42:49 openstackgerrit Merged openstack/nova master: import zuul job settings from project-config https://review.openstack.org/601370
20:47:21 cfriesen would we expect something like this to work properly?: http://paste.openstack.org/show/729901/
20:56:06 melwitt cfriesen: I believe so. I think you're supposed to be able to specify more than one block device at create time
20:56:19 melwitt I have never done it personally though
20:56:35 bauzas mmm, something looks messed up with the nova-live-migration gate job
20:57:06 bauzas http://logstash.openstack.org/#dashboard/file/logstash.json?query=project%3A%5C%22openstack%2Fnova%5C%22%20AND%20build_name%3A%5C%22nova-live-migration%5C%22%20AND%20build_status%3A%5C%22FAILURE%5C%22
20:57:37 melwitt cfriesen: block_device_mapping_v2 is an array at the REST API level https://developer.openstack.org/api-ref/compute/#id11 so maybe there's some limitation/bug in the client
20:57:43 melwitt if it's not working
20:59:19 bauzas does anyone already heard of such QEMU/TCG issue ? http://logs.openstack.org/96/601396/2/gate/nova-live-migration/c465285/logs/screen-n-cpu.txt.gz?level=TRACE#_Sep_11_19_18_40_718415
20:59:27 cfriesen melwitt: someone complained it didn't work in our environment, I'm setting up vanilla devstack to try it out.
21:01:06 openstack Launchpad bug 1761798 in OpenStack Compute (nova) "live migration intermittently fails in CI with "VQ 0 size 0x80 Guest index 0x12c inconsistent with Host index 0x134: delta 0xfff8"" [Medium,Confirmed]
21:01:06 melwitt bauzas: looks similar to this https://bugs.launchpad.net/nova/+bug/1761798
21:02:10 melwitt looks the same actually
21:02:23 melwitt cfriesen: ack
21:06:21 bauzas melwitt: cool, I'll recheck with this bug number
21:06:26 cfriesen hmm...devstack crapped on me trying to set up stable/rocky. looks like it was trying to set up libvirt-python 3.5 when I'm using python 2.7 http://paste.openstack.org/show/729902/
21:06:55 bauzas melwitt: thanks
21:08:40 cfriesen trying after manually installing python-libvirt package
21:42:18 melwitt cfriesen: from what I see in the gate, that libvirt-python version isn't related to python 3.5 vs 2.7. this is a python 2.7 job that installed libvirt-python=4.6.0 running (that's on master though)
21:43:18 melwitt mriedem: any idea why tempest-full jobs aren't running on stable/rocky? example: https://review.openstack.org/600447
21:46:48 openstackgerrit Merged openstack/nova master: switch documentation job to new PTI https://review.openstack.org/601371
21:46:56 openstackgerrit Merged openstack/nova master: add python 3.6 unit test job https://review.openstack.org/601372
21:47:05 openstackgerrit Merged openstack/nova master: Cleanup zuul.yaml https://review.openstack.org/601410
21:47:12 openstackgerrit Merged openstack/nova stable/ocata: import zuul job settings from project-config https://review.openstack.org/601387
21:47:20 openstackgerrit Merged openstack/nova stable/pike: import zuul job settings from project-config https://review.openstack.org/601392
21:47:59 mriedem melwitt: because it's not configured to do so? https://github.com/openstack/tempest/blob/master/.zuul.yaml#L44
21:48:21 mriedem gmann: ^
21:48:52 mriedem in rocky we care about the tempest-full-py3 job https://github.com/openstack/nova/blob/stable/rocky/.zuul.yaml#L168
21:48:57 mriedem which is also not configured to run on rocky
21:48:59 melwitt huh
21:49:04 melwitt weird
21:50:11 mriedem maybe we're supposed to be using tempest-full-rocky ?
21:50:20 bauzas that's my assumption
21:50:52 bauzas hold on
21:51:00 bauzas there is a change in the gate changing this
21:51:01 bauzas sec
21:51:04 bauzas looking at it
21:51:06 melwitt gmann halp
21:51:53 bauzas there it is https://review.openstack.org/#/c/601401/
21:51:58 bauzas stable/rocky ^
21:52:25 bauzas we should have a tempest-full now
21:52:32 bauzas melwitt: https://review.openstack.org/#/c/601401/2/.zuul.yaml@304
21:53:40 melwitt bauzas: isn't that just importing the irrelevant files? the tempest-full job didn't run on that change
21:54:02 gmann melwitt: bauzas mriedem it would not run tempest-full as definition of job restrict it to not to run for rocky when zuul perpare the match
21:54:34 gmann i have to fox that, i think we should make it !stable/ocata in tempest-full definition
21:54:42 gmann give me 15 min.
21:54:53 gmann *fix
21:55:33 melwitt oh
21:55:48 melwitt why not ocata though? since EOL was EOLed, we still support ocata
22:06:24 openstackgerrit Matt Riedemann proposed openstack/nova master: Fix docs and add functional test for AggregateMultiTenancyIsolation https://review.openstack.org/601835
23:22:07 cfriesen looks like http://paste.openstack.org/show/729901/ causes problems in devstack with stable/rocky. I'll open a proper bug report.
#openstack-nova - 2018-09-12
00:16:57 openstackgerrit Merged openstack/os-vif master: import zuul job settings from project-config https://review.openstack.org/601380
00:27:24 openstackgerrit Merged openstack/os-vif master: switch documentation job to new PTI https://review.openstack.org/601381
00:27:26 openstackgerrit Merged openstack/os-vif master: add python 3.6 unit test job https://review.openstack.org/601382
00:45:58 openstackgerrit Merged openstack/os-vif master: Cleanup zuul config file https://review.openstack.org/601504
00:48:50 openstackgerrit Merged openstack/nova stable/rocky: import zuul job settings from project-config https://review.openstack.org/601401
00:53:19 openstackgerrit Merged openstack/nova stable/queens: import zuul job settings from project-config https://review.openstack.org/601396
00:57:49 openstackgerrit Brin Zhang proposed openstack/nova master: Resource retrieving: add changes-before filter https://review.openstack.org/599276
03:54:07 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Merge security groups extension response into server view builder https://review.openstack.org/585475
05:22:44 cfriesen melwitt: here's the bug I mentioned: https://bugs.launchpad.net/nova/+bug/1792077
05:22:45 openstack Launchpad bug 1792077 in OpenStack Compute (nova) "problem specifying multiple "bus=scsi" block devices on nova boot" [Undecided,New]
06:32:26 openstackgerrit Brin Zhang proposed openstack/nova master: Resource retrieving: add changes-before filter https://review.openstack.org/599276
06:57:35 openstackgerrit Tony Breeds proposed openstack/python-novaclient stable/ocata: Use generic user for both zuul v2 and v3 https://review.openstack.org/601932
06:57:58 openstackgerrit Tony Breeds proposed openstack/python-novaclient stable/ocata: import zuul job settings from project-config https://review.openstack.org/601391
07:01:48 openstackgerrit OpenStack Proposal Bot proposed openstack/nova master: Imported Translations from Zanata https://review.openstack.org/601047
07:10:04 openstackgerrit Tony Breeds proposed openstack/python-novaclient stable/queens: Switch to stestr https://review.openstack.org/601933
07:10:36 openstackgerrit Tony Breeds proposed openstack/python-novaclient stable/queens: import zuul job settings from project-config https://review.openstack.org/601400
07:58:58 openstackgerrit fupingxie proposed openstack/nova master: Delete allocations for instances that is not in this node https://review.openstack.org/582899
07:59:01 openstackgerrit Merged openstack/python-novaclient stable/rocky: Add missing options in CLI reference https://review.openstack.org/601499
08:34:03 openstackgerrit Merged openstack/python-novaclient stable/rocky: import zuul job settings from project-config https://review.openstack.org/601405
09:26:03 openstackgerrit Claudiu Belu proposed openstack/nova-specs master: Adds spec for instance live resize https://review.openstack.org/141219
10:04:03 openstackgerrit Brin Zhang proposed openstack/nova master: Resource retrieving: add changes-before filter https://review.openstack.org/599276
10:06:06 openstackgerrit Vladyslav Drok proposed openstack/nova master: Fix resource tracker updates during instance evacuation https://review.openstack.org/600425
10:23:41 openstackgerrit Vlad Gusev proposed openstack/nova master: Log trace when updating host states https://review.openstack.org/366283
11:25:49 openstackgerrit Merged openstack/python-novaclient master: Improve the description of optional arguments https://review.openstack.org/601620
11:41:57 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Follow devstack-plugin-ceph job rename https://review.openstack.org/602008
12:26:59 openstackgerrit Brin Zhang proposed openstack/nova master: Resource retrieving: add changes-before filter https://review.openstack.org/599276
12:37:15 openstackgerrit Ghanshyam Mann proposed openstack/nova stable/rocky: Follow devstack-plugin-ceph job rename https://review.openstack.org/602018
12:45:06 openstackgerrit Ghanshyam Mann proposed openstack/nova stable/queens: Follow devstack-plugin-ceph job rename https://review.openstack.org/602019
12:49:21 openstackgerrit Ghanshyam Mann proposed openstack/nova stable/queens: Follow devstack-plugin-ceph job rename https://review.openstack.org/602019

Earlier   Later