Earlier  
Posted Nick Remark
#openstack-nova - 2018-04-20
18:57:09 openstackgerrit Matt Riedemann proposed openstack/nova stable/queens: Block deleting compute services which are hosting instances https://review.openstack.org/563234
19:00:29 openstackgerrit Matt Riedemann proposed openstack/nova stable/queens: Delete allocations from API if nova-compute is down https://review.openstack.org/563236
19:07:00 openstackgerrit melanie witt proposed openstack/nova stable/queens: DNM: testing the ceph job https://review.openstack.org/563175
19:07:27 openstackgerrit melanie witt proposed openstack/nova stable/pike: DNM: testing the ceph job https://review.openstack.org/563174
19:13:56 openstackgerrit melissaml proposed openstack/os-vif master: Trivial: Update pypi url to new url https://review.openstack.org/563246
19:25:09 openstackgerrit Matt Riedemann proposed openstack/nova stable/queens: Add nova-status check for ironic flavor migration https://review.openstack.org/563250
19:30:31 mriedem wee!!! https://review.openstack.org/#/q/owner:melissaml+status:open
19:31:32 openstackgerrit Matt Riedemann proposed openstack/nova stable/queens: Log a warning and add nova-status check for old API service versions https://review.openstack.org/563251
19:34:30 openstackgerrit Matt Riedemann proposed openstack/nova stable/queens: Update os_compute_api:os-flavor-extra-specs:index docs for 2.47 https://review.openstack.org/563253
19:35:37 openstackgerrit Matt Riedemann proposed openstack/nova stable/pike: Document how to disable notifications https://review.openstack.org/563254
19:36:25 melwitt does anyone know who is stable core on devstack? we need this on pike and ocata to solve the "insufficient free space" errors in the gate during volumes tests https://review.openstack.org/#/c/559741
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 traits += GET /resource_providers/$rp.uuid/traits
00:09:04 fried_rice for rp in GET /resource_providers?in_tree={uuid}:
00:09:04 fried_rice If you wanted to do the other, you would have to do something like (pseudocode):
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

Earlier   Later