Earlier  
Posted Nick Remark
#openstack-nova - 2019-01-16
16:04:15 mriedem https://www.youtube.com/watch?v=UJXqnYCWW7Y
16:04:32 dansmith as are the "how southpark has already modeled this bit of reality" quotes from mriedem
16:05:07 mriedem hey the show has been on a long time
16:05:41 artom Pretty soon they'll run out of reality and have to start making their own
16:05:48 artom Ooohhh, is that how the matrix started?
16:13:44 mriedem maciejjozefczyk: one question in https://review.openstack.org/#/c/591607/
16:17:30 kashyap mriedem: While linking I feel the itch to clean up necessary misinfomration, missing details
16:17:42 mriedem kashyap: scratch that itch in a separate change
16:18:16 kashyap mriedem: It's a small, one-sentence related addition in the "block migration" section.
16:18:35 maciejjozefczyk mriedem: checking
16:18:40 kashyap (But don't worry, I'm with your implicit point: "one logical change per commit".)
16:21:21 maciejjozefczyk mriedem: the same as you already noticed, could be a set and if - needs to changed globally
16:23:12 mriedem maciejjozefczyk: ack
16:32:29 mriedem stephenfin: jaypipes: looks like the max_count limit isn't being honored in this online data migration https://review.openstack.org/#/c/614167/
16:32:33 mriedem i mean it is, but per cell
16:33:23 mriedem so cern could end up migrating 1K+ instances across 70+ cells even though the default max limit is 50
16:46:20 melwitt cdent, edleafe: your API SIGgy opinions are wanted on this change where we're talking about a status code of 403 vs 409 for a TooManyDiskDevices attached error https://review.openstack.org/#/c/616777/8//COMMIT_MSG@14
16:46:42 cdent looking
16:46:43 edleafe melwitt: ack. In meeting hell today, but will get to it soon.
16:46:55 melwitt thanks y'all
16:58:24 cdent melwitt: responded, probably not super helpfully as I can't decide
16:59:11 melwitt cdent: cool, thank you
17:01:23 kashyap (Goes to make a TODO to clearly defin it, and then consistently use it across the board.)
17:01:43 openstackgerrit Merged openstack/nova master: docs: Secure live migration with QEMU-native TLS https://review.openstack.org/629627
17:04:23 yan0s Hi all, I have a question about quota classes
17:04:34 yan0s how do I associate them with a user?
17:10:30 openstackgerrit Adrian Chiris proposed openstack/nova master: Add free for claimed, allocated devices https://review.openstack.org/616120
17:10:30 openstackgerrit Adrian Chiris proposed openstack/nova master: Allow per-port modification of vnic_type and profile https://review.openstack.org/607365
17:10:31 openstackgerrit Adrian Chiris proposed openstack/nova master: Add get_instance_pci_request_from_vif https://review.openstack.org/619929
17:10:31 openstackgerrit Adrian Chiris proposed openstack/nova master: SR-IOV Live migration indirect port support https://review.openstack.org/620115
17:15:14 stephenfin melwitt: Think this is something that could be put through? https://review.openstack.org/#/c/608279/
17:18:30 stephenfin sean-k-mooney: Guess this should be looked at? https://review.openstack.org/#/c/629025/
17:19:29 sean-k-mooney we fixed that already
17:20:30 sean-k-mooney or maybe its another bug
17:20:36 sean-k-mooney ill take a look soon.
17:25:19 sean-k-mooney stephenfin: we should open a propper os-vif bug for this
17:25:38 sean-k-mooney stephenfin: also i would like to know why we are not seeing this in our ci.
17:25:53 stephenfin sean-k-mooney: Presumably because we don't have a Windows CI?
17:25:53 sean-k-mooney e.g. why is this apprently only happening with triplo
17:25:55 openstackgerrit Kashyap Chamarthy proposed openstack/nova master: libvirt: A few miscellaneous items related to "native TLS" https://review.openstack.org/630980
17:25:56 openstackgerrit Kashyap Chamarthy proposed openstack/nova master: docs: Update references to "QEMU-native TLS" document https://review.openstack.org/631283
17:26:05 stephenfin actually, that wouldn't be it
17:26:26 sean-k-mooney right since triplo only works on centos/rhel/fedora?
17:26:38 kashyap mriedem: As promised: https://review.openstack.org/631283 ("docs: Update references to "QEMU-native TLS" document")
17:28:05 stephenfin sean-k-mooney: We're not seeing them because we don't test the privsep stuff
17:28:41 stephenfin Instead we call the function directly
17:28:56 edleafe bauzas: are you free to jump on the hangout for a few minutes?
17:29:12 mriedem bauzas: can you confirm that you tested, in the lab with read hardware, being able to reshape vgpus with libvirt?
17:29:33 stephenfin sean-k-mooney: and I'm guessing we don't have a function test that calls any of this code https://review.openstack.org/#/c/629025/2/os_vif/tests/functional/internal/command/ip/test_impl_pyroute2.py
17:31:37 sean-k-mooney stephenfin: be we should be seeing this erro in the os-vif-ovs tempest jobs
17:31:52 openstackgerrit Merged openstack/os-traits master: Update hacking version to latest https://review.openstack.org/628604
17:32:53 sean-k-mooney we are not running the tempest senairo network basic ops tests
17:33:53 sean-k-mooney we should stil have test coverage on this is we are ever booting a vm however.... im going to add extra tests to that job
17:34:14 sean-k-mooney oh we are tempest.scenario.test_network_basic_ops.TestNetworkBasicOps
18:11:08 openstackgerrit Rodolfo Alonso Hernandez proposed openstack/os-vif master: Import IP implementation modules outside privsep context https://review.openstack.org/629025
18:21:30 openstackgerrit Matthew Booth proposed openstack/nova master: libvirt: Don't delete disks on shared storage during evacuate https://review.openstack.org/578846
18:21:30 openstackgerrit Matthew Booth proposed openstack/nova master: Add functional test for bug 1550919 https://review.openstack.org/631294
18:21:32 openstack bug 1550919 in OpenStack Compute (nova) "[Libvirt]Evacuate fail may cause disk image be deleted" [Medium,In progress] https://launchpad.net/bugs/1550919 - Assigned to Matthew Booth (mbooth-9)
18:57:26 melwitt stephenfin: https://review.openstack.org/#/c/608279 looks ok to me but it's dependent on another change that has no review yet
18:57:33 openstackgerrit Eric Fried proposed openstack/nova master: Reduce calls to placement from _ensure https://review.openstack.org/615677
18:57:34 openstackgerrit Eric Fried proposed openstack/nova master: Consolidate inventory refresh https://review.openstack.org/615695
18:57:35 openstackgerrit Eric Fried proposed openstack/nova master: Commonize _update code path https://review.openstack.org/615705
18:57:35 openstackgerrit Eric Fried proposed openstack/nova master: Rip the report client out of SchedulerClient https://review.openstack.org/617042
18:57:36 openstackgerrit Eric Fried proposed openstack/nova master: Rip out the SchedulerClient https://review.openstack.org/617049
18:57:36 openstackgerrit Eric Fried proposed openstack/nova master: Use a static resource tracker in compute manager https://review.openstack.org/620711
18:57:47 efried jaypipes, cdent: hopefully fixed tests ^
18:58:03 cdent roger
18:58:19 efried (I don't have the ability to test locally yet. Having to let zuul do it for another week or two)
19:13:06 openstackgerrit Merged openstack/os-vif master: Update hacking version https://review.openstack.org/628603
19:19:50 openstackgerrit Merged openstack/nova master: Follow up for "Add API ref guideline for body text" https://review.openstack.org/625454
20:56:49 openstackgerrit Jack Ding proposed openstack/nova master: Flavor extra spec and image properties validation https://review.openstack.org/620706
20:58:39 openstackgerrit Dakshina Ilangovan proposed openstack/nova-specs master: Nova changes to support Local Resource Management that uses Resource Management Daemon https://review.openstack.org/630817
21:11:57 openstackgerrit Merged openstack/nova master: Enhance exception raised when invalid power state https://review.openstack.org/630496
21:12:06 openstackgerrit Merged openstack/nova master: Pass request_spec from compute to cell conductor on reschedule https://review.openstack.org/582417
21:12:13 openstackgerrit Merged openstack/nova master: The field instance_name was added to InstanceCreatePayload https://review.openstack.org/627967
21:19:21 openstackgerrit Jack Ding proposed openstack/nova master: [WIP] Flavor extra spec and image properties validation https://review.openstack.org/620706
21:38:00 melwitt mriedem: did you mean to set this to s-2 or should it be s-3? https://blueprints.launchpad.net/nova/+spec/run-meta-api-per-cell
21:38:53 mriedem i guess s-3; stein-2 was still an option since it's not closed out in launchpad so i picked the wrong one
21:39:03 mriedem fixed
21:39:04 melwitt oh, sorry
21:39:24 melwitt I forgot they need to be closed out. will fix
21:43:33 melwitt done
21:49:15 melwitt jangutter: ok, so for your vrouter hw offloads spec, it needs two blueprints? and step 1 blueprint is no longer blocked by a contrail release? https://blueprints.launchpad.net/nova/+spec/vrouter-os-vif-conversion
21:52:32 efried lots of timeouts in the gate, or is it just my series?
21:53:18 melwitt jangutter: ok yeah, I see you have a patch up for the implementation and the contrail part is all done and released. so I'm going to mark the bp as Approved
22:09:54 openstackgerrit Eric Fried proposed openstack/nova master: Use a static resource tracker in compute manager https://review.openstack.org/620711
22:45:31 openstackgerrit Takashi NATSUME proposed openstack/nova-specs master: Fix warnings in the document generation https://review.openstack.org/631150
22:46:46 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (3) https://review.openstack.org/574104
22:46:57 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (4) https://review.openstack.org/574106
22:47:08 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (5) https://review.openstack.org/574110
#openstack-nova - 2019-01-17
00:32:30 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (6) https://review.openstack.org/574113
00:32:43 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (7) https://review.openstack.org/574974
00:32:58 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (8) https://review.openstack.org/575311
01:07:47 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (9) https://review.openstack.org/575581
01:08:00 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (10) https://review.openstack.org/576017
01:08:20 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (11) https://review.openstack.org/576018
01:30:49 openstackgerrit Paul-Emile Element proposed openstack/nova master: Add emulated TPM support to Nova https://review.openstack.org/631363
01:52:32 openstackgerrit Merged openstack/nova master: Rename Ironic jobs https://review.openstack.org/629504
02:09:12 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (12) https://review.openstack.org/576019
02:09:25 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in unit/network/test_neutronv2.py (13) https://review.openstack.org/576020

Earlier   Later