Earlier  
Posted Nick Remark
#openstack-nova - 2017-12-11
21:30:00 dansmith mriedem: cool
21:30:17 mriedem _ix: nova-compute logs
21:30:18 mriedem ?
21:30:41 mriedem _ix: maybe check to see if the instance was rescheduled during the create to another host and the ports weren't cleaned up properly
21:30:58 _ix I've been seeing a bit of that, so that might make sense.
21:31:20 mriedem _ix: maybe check https://review.openstack.org/#/c/520248/
21:31:22 _ix No ports appear to be working on this host that it's supposed to be living on, so, there are a litany of issues. Thanks.
21:31:49 mriedem _ix: that likely means we hit that compute, created a port that couldn't be bound, and we rescheduled to another compute host
21:32:08 _ix !
21:32:09 mriedem if the instance built on the next host, it would be using the 2nd port but we orphaned the 1st port
21:32:11 _ix I just saw that error today.
21:32:28 _ix Cool.
21:39:17 mriedem i've removed zkvm from nova-ci for now
21:57:09 mriedem never seen a live migration failure like this before http://logs.openstack.org/07/516707/23/check/legacy-tempest-dsvm-multinode-live-migration/d9089b2/logs/libvirt/qemu/instance-0000000a.txt.gz
22:03:17 mriedem edleafe: so for prep_resize and unshelve_instance, https://review.openstack.org/#/c/516707/23/nova/compute/rpcapi.py - the filter_properties dict contains a limits key, is that getting converted to a dict via scheduler utils?
22:05:05 openstackgerrit Merged openstack/nova stable/pike: Vzstorage: synchronize volume connect https://review.openstack.org/524688
22:09:13 mriedem edleafe: ok so i think the only remaining thing is there are some unnecessary conversions for the limits object in conductor manager in https://review.openstack.org/#/c/516707/ still - do you want to remove those or should i just do that quick?
22:12:17 edleafe mriedem: I can do it
22:12:46 edleafe mriedem: re: the filter properties dict key, I'm tracing the logic backwards
22:15:52 edleafe mriedem: ok, yeah, I don't see any paths that the filter_properties could contain a SchedulerLimits object
22:16:19 mriedem yeah i think it's handled in the 4 cases that matter
22:16:27 mriedem it's just different in two of them which is why i had to dig
22:33:17 openstackgerrit Ed Leafe proposed openstack/nova master: Change RPC for select_destinations() https://review.openstack.org/516707
22:33:18 openstackgerrit Ed Leafe proposed openstack/nova master: Make conductor pass and use host_lists https://review.openstack.org/511358
22:33:18 openstackgerrit Ed Leafe proposed openstack/nova master: Move the claim_resources method to scheduler utils https://review.openstack.org/511357
22:33:19 openstackgerrit Ed Leafe proposed openstack/nova master: Change compute RPC to use alternates for resize https://review.openstack.org/526436
22:33:26 edleafe mriedem: addressed your comments ^^
22:33:29 mriedem on it
22:41:17 openstackgerrit Merged openstack/nova stable/pike: Add regression test for rebuilding a volume-backed server https://review.openstack.org/525632
22:42:44 mriedem edleafe: +2 on that bottom patch
22:42:46 mriedem thanks
22:44:39 mriedem and the one after it
22:44:55 mriedem jaypipes: dansmith: https://review.openstack.org/#/c/516707/ and the one after it have my +2
22:46:21 edleafe mriedem: kewl
22:46:40 mriedem +2 on cdent's cache headers patch too https://review.openstack.org/#/c/521640/
22:48:50 jaypipes mriedem: cool.
22:53:29 ildikov mriedem: BTW as for resize, do we need to do the same magic with finish_revert_resize too?
22:55:21 mriedem ildikov: maybe
22:55:46 mriedem likely need a test for confirm and revert a resize with an instance that has a volume attached
22:56:15 ildikov mriedem: as we're calling _terminate_volume_connections in revert_resize too which basically that same story just backwards
22:56:37 ildikov *is basically the
22:57:20 ildikov I mean backwards from one host to the other
22:57:30 ildikov anyway, I think you got what I wanted to say :)
22:57:54 openstackgerrit Sam Morrison proposed openstack/nova master: Allow ability for non admin users to use all filters on server list. https://review.openstack.org/526558
23:23:49 gmann mriedem: is it fine like this (server filter whitelist in api-ref) - http://logs.openstack.org/42/527042/2/check/build-openstack-api-ref/b3307d7/html/#list-servers
23:23:59 gmann patch - https://review.openstack.org/#/c/527042/
23:24:28 mriedem gmann: that's pretty hard to read
23:24:57 gmann i tried to make it list but that's huge
23:25:15 mriedem gmann: it would probably be better to create a page in the server concepts guide, with a sorted list that we can link to
23:25:32 mriedem that page can also point out which microversions added any filter item
23:26:20 gmann mriedem: ok, that also good, ll do.
23:27:59 mriedem jaypipes: ironic multinode job passed on https://review.openstack.org/#/c/508555/ if you want to send that in
23:29:47 gmann mriedem: other idea i was thinking- for admin just mention that whitelist is all keys mentioned in request section, and for non-admin we mention the whitelist as list
23:30:40 mriedem gmann: that could work since the non-admin whitelist is much smaller
23:30:47 gmann yea
23:31:07 gmann let me push and if that is clear enough
23:32:20 gmann mriedem: thanks.
23:32:30 mriedem yw
23:56:21 openstackgerrit Merged openstack/nova stable/pike: Only query BDMs once in API during rebuild https://review.openstack.org/525633
23:59:40 openstackgerrit Merged openstack/nova stable/pike: Get original image_id from volume for volume-backed instance rebuild https://review.openstack.org/525634
23:59:47 openstackgerrit Merged openstack/nova stable/pike: Fix 'force' parameter in os-quota-sets PUT schema https://review.openstack.org/526419
#openstack-nova - 2017-12-12
00:00:01 openstackgerrit Merged openstack/nova master: Make live migration hold resources with a migration allocation https://review.openstack.org/507638
00:09:24 mriedem woot ^
00:10:01 openstackgerrit Merged openstack/nova master: remove glance usage inside compute https://review.openstack.org/511392
00:42:19 openstackgerrit Sam Morrison proposed openstack/nova master: Allow ability for non admin users to use all filters on server list. https://review.openstack.org/526558
02:01:58 openstackgerrit Huang Rui proposed openstack/nova master: z/VM Driver: Initial change set of z/VM driver https://review.openstack.org/523387
02:31:45 openstackgerrit Takashi NATSUME proposed openstack/nova master: List/show all server migration types (1/2) https://review.openstack.org/430608
02:32:23 openstackgerrit Takashi NATSUME proposed openstack/nova master: List/show all server migration types (2/2) https://review.openstack.org/459483
02:32:48 openstackgerrit Takashi NATSUME proposed openstack/python-novaclient master: Microversion 2.57 - List/Show all server migration types https://review.openstack.org/430839
02:50:32 openstackgerrit Matt Riedemann proposed openstack/nova master: Update and complete volume attachments during resize https://review.openstack.org/527228
03:08:04 openstackgerrit Matt Riedemann proposed openstack/nova master: Change RPC for select_destinations() https://review.openstack.org/516707
03:08:05 openstackgerrit Matt Riedemann proposed openstack/nova master: Make conductor pass and use host_lists https://review.openstack.org/511358
03:08:05 openstackgerrit Matt Riedemann proposed openstack/nova master: Move the claim_resources method to scheduler utils https://review.openstack.org/511357
03:08:06 openstackgerrit Matt Riedemann proposed openstack/nova master: Change compute RPC to use alternates for resize https://review.openstack.org/526436
04:53:33 openstackgerrit Takashi NATSUME proposed openstack/nova master: api-ref: Fix a description for 'guest_format' https://review.openstack.org/525928
04:54:27 openstackgerrit Takashi NATSUME proposed openstack/nova master: Add a warning in 'nova-manage cell_v2 delete_cell' https://review.openstack.org/513771
04:55:01 openstackgerrit Takashi NATSUME proposed openstack/nova master: Fix the order of target host checks https://review.openstack.org/526225
05:02:18 openstackgerrit jichenjc proposed openstack/nova master: Remove 'nova-manage host' and 'nova-manage agent' https://review.openstack.org/521837
05:02:31 openstackgerrit jichenjc proposed openstack/nova master: Remove 'nova-manage shell' command https://review.openstack.org/521835
05:07:50 openstackgerrit jichenjc proposed openstack/nova master: deprecate fping_path config option https://review.openstack.org/526602
05:11:30 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete https://review.openstack.org/525231
05:15:45 openstackgerrit jichenjc proposed openstack/nova master: Remove 'nova-manage account' and 'nova-manage project' https://review.openstack.org/521833
05:15:45 openstackgerrit jichenjc proposed openstack/nova master: Remove 'nova-manage shell' command https://review.openstack.org/521835
05:15:46 openstackgerrit jichenjc proposed openstack/nova master: Remove 'nova-manage host' and 'nova-manage agent' https://review.openstack.org/521837
05:15:46 openstackgerrit jichenjc proposed openstack/nova master: Remove 'nova-manage logs' command https://review.openstack.org/522133
05:23:16 openstackgerrit jichenjc proposed openstack/nova master: Remove 'nova-manage host' and 'nova-manage agent' https://review.openstack.org/521837
05:23:16 openstackgerrit jichenjc proposed openstack/nova master: Remove 'nova-manage logs' command https://review.openstack.org/522133
05:28:59 openstackgerrit jichenjc proposed openstack/nova master: Remove 'nova-manage logs' command https://review.openstack.org/522133
06:08:36 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete (2) https://review.openstack.org/526263
06:10:11 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete (3) https://review.openstack.org/526557
06:10:22 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in post https://review.openstack.org/526823
06:30:12 openstackgerrit Ameed Ashour proposed openstack/nova master: change instance_system_metadata column type https://review.openstack.org/526900
07:03:00 openstackgerrit jichenjc proposed openstack/nova master: Remove 'nova-manage host' and 'nova-manage agent' https://review.openstack.org/521837
07:25:53 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: Initial change set of z/VM driver https://review.openstack.org/523387
08:00:05 hiro-kobayashi Hello. Could anyone tell me how to enable affinity/anti-affinity filter in Cells v2 deployment? According to the release note, upcalls from the computes to the scheduler cannot occur since Pike. So, affinity/anti-affinity cannot used since Pike?
08:04:05 openstackgerrit Huang Rui proposed openstack/nova master: z/VM Driver: Initial change set of z/VM driver https://review.openstack.org/523387
08:12:22 openstackgerrit Radoslav Gerganov proposed openstack/nova master: VMware: implement get_inventory() driver method https://review.openstack.org/506175
08:12:22 openstackgerrit Radoslav Gerganov proposed openstack/nova master: VMware: expose max vCPUs and max memory per ESX host https://review.openstack.org/516635
08:12:22 openstackgerrit Radoslav Gerganov proposed openstack/nova master: VMware: fix memory stats https://review.openstack.org/516634
08:28:31 openstackgerrit Ameed Ashour proposed openstack/nova master: change instance_system_metadata column type https://review.openstack.org/526900

Earlier   Later