Earlier  
Posted Nick Remark
#openstack-nova - 2018-04-20
19:36:45 mriedem https://review.openstack.org/#/admin/groups/50,members
19:37:08 mriedem devstack stable core isn't governed by the same stable-maint-core team that is global to all other stable branches
19:37:44 melwitt oh, cool. thanks, so just regular devstack cores
19:40:23 mriedem yup
20:15:47 openstackgerrit Brianna Poulos proposed openstack/nova master: Implement certificate_utils https://review.openstack.org/479949
20:15:48 openstackgerrit Brianna Poulos proposed openstack/nova master: Plumb trusted_certs through libvirt driver image paths https://review.openstack.org/561262
20:15:49 openstackgerrit Brianna Poulos proposed openstack/nova master: Add trusted_image_certificates to REST API https://review.openstack.org/486204
20:15:50 openstackgerrit Brianna Poulos proposed openstack/nova master: Add notification support for trusted_certs https://review.openstack.org/563269
21:19:30 fried_rice melwitt, mriedem: Y'all happy with https://review.openstack.org/#/c/559466/ at this point? I'm writing some code that's gonna be way different if that's yea or nay.
21:19:51 fried_rice (okay, slight hyperbole. But nontrivially different)
21:21:02 mriedem it is 4:20 on 4/20
21:21:05 mriedem so i'm like,
21:21:10 mriedem wayyyy too high to think about that right now
21:22:47 melwitt fried_rice: I need to go over the latest updates from tetsuro, not sure if much has changed about it since I last looked
21:23:54 fried_rice melwitt: It has, a little. In typical tetsuro fashion, each change was quiet, insightful, and impactful :)
21:24:02 melwitt frickler, mriedem: I've proposed this fix instead to fix the ceph job, it will work on all branches, not just master https://review.openstack.org/563238
21:24:29 melwitt I linked DNM test patches in the comments that show it works
21:24:57 melwitt stable/ocata is still busted but I've got fixes up for that too at https://review.openstack.org/563209
21:27:07 mriedem that's far out
21:28:46 melwitt :D
21:35:46 lbragstad tests*
21:36:00 lbragstad Ran: 16413 tests in 131.0000 sec.
21:36:37 melwitt last time I paid attention it was 14000 something
21:36:49 lbragstad wtf... keystone needs to step up it's game
21:36:58 lbragstad we do like 10% of that in the same time
21:38:14 melwitt lol I didn't even think about the time. where are you seeing that?
21:40:40 lbragstad just running the test locally
21:41:07 lbragstad tox -e py27
21:41:35 openstackgerrit Lance Bragstad proposed openstack/nova master: Set scope_types for admin password policies https://review.openstack.org/553613
21:43:14 melwitt hm, I didn't think that could be right. I thought it would be slower
21:47:48 melwitt Ran: 16508 tests in 409.0000 sec. (example from the gate)
21:52:56 lbragstad that still seems pretty good
21:54:14 fried_rice lbragstad: wtf kind of hardware you running?
21:54:25 fried_rice If you can tox nova in 2 minutes??
21:54:57 lbragstad 16 cores and 32 gb ram
21:55:09 lbragstad (16 physical/32 virtual)
21:56:25 lbragstad leakypipes: https://review.openstack.org/#/c/553613/4 should be the functional equivalent of the patch ayoung proposed (and it should pass tests now, too)
21:56:44 lbragstad but instead of the is_admin_project concept, it uses system scope
22:04:27 leakypipes lbragstad: cool, will get to that tomorrow. thx for the heads up.
22:18:54 lbragstad leakypipes: yep - no worries if you don't get to it over the weekend, but ping me if you have questions
22:25:03 openstackgerrit Matt Riedemann proposed openstack/nova master: Add policy rule to block image-backed servers with 0 root disk flavor https://review.openstack.org/561284
23:10:59 openstackgerrit Eric Fried proposed openstack/nova master: WIP: placement: Granular GET /allocation_candidates https://review.openstack.org/517757
23:51:30 arvindn05 question on GET/resource_providers/{uuid}/traits API
23:52:25 arvindn05 if you provide a UUID of a host which contains other resource provider(nested), will this call return the traits of the nested resource providers as well?
23:52:59 arvindn05 from the code it looks like we dont return the traits of the nested resource providers....just wanted to confirm if i am reading it right
#openstack-nova - 2018-04-21
00:07:54 fried_rice arvindn05: no, only for the exact provider you specify with {uuid}
00:09:04 fried_rice If you wanted to do the other, you would have to do something like (pseudocode):
00:09:04 fried_rice for rp in GET /resource_providers?in_tree={uuid}:
00:09:04 fried_rice traits += GET /resource_providers/$rp.uuid/traits
00:12:36 openstackgerrit Eric Fried proposed openstack/nova master: WIP: placement: Granular GET /allocation_candidates https://review.openstack.org/517757
00:20:51 arvindn05 fried_rice: thanks.
00:52:25 openstackgerrit Merged openstack/nova stable/ocata: libvirt: Allow to specify granular CPU feature flags https://review.openstack.org/561168
00:52:43 openstackgerrit Merged openstack/nova master: Add request_id to instance action notifications https://review.openstack.org/553288
00:58:39 openstackgerrit Merged openstack/nova master: Remove deprecated [placement] opts https://review.openstack.org/557086
01:01:49 openstackgerrit Arvind Nadendla proposed openstack/nova-specs master: Handle rebuild of instance with new image https://review.openstack.org/560718
02:11:47 openstackgerrit Merged openstack/nova master: tests for alloc candidates with nested and traits https://review.openstack.org/531899
03:35:38 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add policy to InstacenGroup object and api models. https://review.openstack.org/563375
07:22:52 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add policy to InstacenGroup object and api models. https://review.openstack.org/563375
09:09:44 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Add policy field to ServerGroup notification object https://review.openstack.org/563401
11:39:52 openstackgerrit Nguyen Hai proposed openstack/nova-specs master: Follow the new PTI for document build https://review.openstack.org/551802
12:15:11 openstackgerrit MultipleCrashes proposed openstack/nova master: NCP-2367-deallocate-network-retry https://review.openstack.org/563418
15:06:44 giblet leakypipes: thanks for the examples in the etherpad. I added my answers inline https://etherpad.openstack.org/p/net-bw-providers
#openstack-nova - 2018-04-22
15:44:09 openstackgerrit Kashyap Chamarthy proposed openstack/nova master: libvirt: Bump MIN_{LIBVIRT,QEMU}_VERSION for "Rocky" https://review.openstack.org/558783
15:44:10 openstackgerrit Kashyap Chamarthy proposed openstack/nova master: Drop MIN_LIBVIRT_SET_ADMIN_PASSWD https://review.openstack.org/562312
#openstack-nova - 2018-04-23
01:23:59 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: Spawn and destroy function of z/VM driver https://review.openstack.org/527658
01:24:00 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: add snapshot function https://review.openstack.org/534240
01:24:01 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: add power actions https://review.openstack.org/543340
01:24:02 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: add get console output https://review.openstack.org/543344
02:22:54 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Send out notification when instance metadata updated https://review.openstack.org/558140
02:33:40 openstackgerrit Merged openstack/python-novaclient master: Trivial: Update pypi url to new url https://review.openstack.org/563060
03:50:57 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Send out notification when instance metadata updated https://review.openstack.org/558140
04:53:45 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: Spawn and destroy function of z/VM driver https://review.openstack.org/527658
04:53:46 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: add snapshot function https://review.openstack.org/534240
04:53:47 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: add power actions https://review.openstack.org/543340
04:53:48 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: add get console output https://review.openstack.org/543344
07:17:36 openstackgerrit Moshe Levi proposed openstack/nova stable/pike: Don't overwrite binding-profile https://review.openstack.org/563501
07:42:15 openstackgerrit Zhenyu Zheng proposed openstack/nova master: WIP new migration threads control https://review.openstack.org/563505
07:47:17 gibi good morning nova
08:22:54 sahid sean-k-mooney[m]: how can i update tempest-dsvm-ovsdpdk-nfv-networking-xenial ?
09:41:30 openstackgerrit Kashyap Chamarthy proposed openstack/nova master: libvirt: Add a debug log entry before / after invoking migrate() https://review.openstack.org/563550
09:50:19 kashyap stephenfin: ^ If you're looking for the first +2 of the day :-)
10:27:58 openstackgerrit sahid proposed openstack/nova master: libvirt: fix wrong driver name for vhostuser interface https://review.openstack.org/561562
10:27:59 openstackgerrit sahid proposed openstack/nova master: libvirt: add support for virtio-net rx/tx queue sizes https://review.openstack.org/484997
12:56:08 sahid sean-k-mooney: did you get chance to see my last message?
12:56:23 MultipleCrashes http://openstack-3rd-party-virtuozzo-ci-logs.virtuozzo.com/18/563418/1/check/check-dsvm-tempest-vz7-exe-minimal/70e8d0a/console.html.gz
12:56:35 MultipleCrashes this task is failing since disk space is full
12:56:38 MultipleCrashes Plz check
13:01:15 hkominos Hi all. Is this the right channel to ask a question regarding libvirt/driver.py ?
13:02:25 bauzas hkominos: yup
13:11:05 openstackgerrit Andrey Volkov proposed openstack/osc-placement master: RP delete inventories (v1.5) https://review.openstack.org/514642
13:11:06 openstackgerrit Andrey Volkov proposed openstack/osc-placement master: CLI for traits (v1.6) https://review.openstack.org/514643
13:11:07 openstackgerrit Andrey Volkov proposed openstack/osc-placement master: Resource class set (v1.7) https://review.openstack.org/514644
13:11:08 openstackgerrit Andrey Volkov proposed openstack/osc-placement master: Usages per project and user (v1.8, v1.9) https://review.openstack.org/514646
13:11:09 openstackgerrit Andrey Volkov proposed openstack/osc-placement master: CLI allocation candidates (v1.10) https://review.openstack.org/514647
13:11:10 openstackgerrit Andrey Volkov proposed openstack/osc-placement master: New dict format of allocations (v1.11, v1.12) https://review.openstack.org/542819
13:11:11 openstackgerrit Andrey Volkov proposed openstack/osc-placement master: Transactionally update allocations (v1.13) https://review.openstack.org/546674
13:11:12 openstackgerrit Andrey Volkov proposed openstack/osc-placement master: Add nested resource providers (v1.14) https://review.openstack.org/546675
13:11:13 openstackgerrit Andrey Volkov proposed openstack/osc-placement master: Limit allocation candidates (v1.15, v1.16) https://review.openstack.org/548043
13:11:14 openstackgerrit Andrey Volkov proposed openstack/osc-placement master: Allocation candidates parameter: required (v1.17) https://review.openstack.org/548326
13:13:44 sean-k-mooney sahid: hi no sorry

Earlier   Later