Earlier  
Posted Nick Remark
#openstack-nova - 2017-12-20
20:20:17 mriedem could be the nova-next job
20:20:52 mriedem if we threw it in an experimental queue job we'd likely break it and not realize
20:33:15 mriedem https://review.openstack.org/529410
20:48:57 edleafe mriedem: so for the caching scheduler case, I should just assume that if there is no allocaiton_request, that it's fine to build on the host?
20:50:20 mriedem edleafe: i think so yeah
20:50:35 mriedem b/c we still get an alternates list for the caching scheduler
20:50:42 mriedem it just won't have anything to do with placement
20:50:55 edleafe do we get alternates for caching?
20:51:12 edleafe or is it just a single-element list per instance?
20:51:48 edleafe oh wait
20:52:01 edleafe yeah, it still uses the filter scheduler underneath
21:02:58 edleafe so calling put_allocations() instead of claim_resources() would mean having to hack into the allocation_request to extract the resource provider
21:03:15 edleafe One of the goals of allocation_request was it should be opaque
21:03:38 edleafe Just because we've violated that once doesn't mean we should continue to do so in other cases.
21:04:01 edleafe So what if I added a "don't check for moves" param to claim_resources?
21:08:50 mriedem let me look at what you're talking about
21:10:15 mriedem edleafe: oh yeah you're right,
21:10:19 mriedem didn't think about the rp_uuid parameter
21:10:21 mriedem nevermind then
21:10:32 mriedem we have the move thing fixed by deleting the allocatoins in compute before casting to the cell conductor to do the reschedule
21:10:35 mriedem good call
21:11:10 mriedem mtreinish: thanks for hitting those backports
21:16:55 mtreinish mriedem: sure, np
21:17:17 mtreinish I just want to eol newton :)
21:23:28 mriedem i just stepped in a pile of zaqar in the ML
21:23:50 mriedem did everyone else know something about user-space notifications using zaqar and how nova core is "dead set" against integrating with anything like this?
21:26:04 edleafe mriedem: I know that there is a general understanding among non-Nova teams that Nova won't cooperate unless it helps Nova
21:26:31 mriedem huh
21:27:11 mriedem could it be that we, god forbid, actually have to prioritize some things based on how many people we have to work on and review stuff?
21:27:40 mriedem pretty sure we cooperated on the py35 goal, and the wsgi goal
21:28:46 jroll mriedem: there was a discussion years and years ago about that thing
21:29:06 jroll I assume the answer was "not right now" and that means never
21:29:09 mriedem oh ok
21:29:22 mriedem and by years and years ago, it means the current nova cores are the fuckers that said 'not now'
21:29:42 jroll heh, of course
21:29:54 jroll also I think that depended on the creds thing aka the kevin fox thing
21:30:23 mriedem oh
21:30:42 mriedem ok anything to do with the creds fiasco is over my head
21:30:50 jroll :P
22:04:38 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete https://review.openstack.org/525231
22:04:58 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete (2) https://review.openstack.org/526263
22:05:15 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in delete (3) https://review.openstack.org/526557
22:05:41 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add sending global request ID in post https://review.openstack.org/526823
22:05:58 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Add functional tests for traits API https://review.openstack.org/524094
22:06:25 openstackgerrit Takashi NATSUME proposed openstack/nova master: Fix 500 error while passing 4-byte unicode data https://review.openstack.org/407514
22:06:45 openstackgerrit Takashi NATSUME proposed openstack/nova master: [placement] Fix getting placement request ID https://review.openstack.org/523606
22:06:58 openstackgerrit Takashi NATSUME proposed openstack/nova master: [cellv2] Improve getting BDMs in multiple cells https://review.openstack.org/521400
22:14:02 openstackgerrit Chris Dent proposed openstack/nova master: Do not set allocation.id in AllocationList.create_all() https://review.openstack.org/529397
22:40:01 oomichi alex_xu: yeah, I reviewed that. Thanks for your work. The other https://review.openstack.org/#/c/529207 needs to be updated in your patch sequence
23:07:29 openstackgerrit Ed Leafe proposed openstack/nova master: Don't try to delete build request during a reschedule https://review.openstack.org/528835
23:07:30 openstackgerrit Ed Leafe proposed openstack/nova master: Change compute RPC to use alternates for resize https://review.openstack.org/526436
23:07:30 openstackgerrit Ed Leafe proposed openstack/nova master: Make conductor pass and use host_lists https://review.openstack.org/511358
23:07:37 edleafe mriedem: ^^ addressed your comments
23:07:44 edleafe and rebased your bottom patch
23:07:52 edleafe sorry
23:09:11 mriedem as long as i don't lose the +2 it's fine :)
23:13:55 edleafe you're still good :)
23:32:05 mriedem edleafe: so can we split the unnecessary-for-this-patch scheduler thing out of this change and out of the series and just have it on it's own?
23:41:50 edleafe mriedem: if I did that, I'd have to also undo the test cleanups that assumed that host_list[0] had an empty allocation_request
23:42:08 mriedem in test_filter_scheduler?
23:42:15 mriedem or test_conductor?
23:43:02 edleafe both
23:44:01 edleafe the test_filter_scheduler stuff could be broken out easily enough, but the conductor tests are more tangled
23:44:26 mriedem https://www.amazon.com/Orangutangled-Sudipta-Bardhan-Quallen/dp/1477847170
23:44:29 mriedem you said the word of the day
23:44:30 mriedem ahhhhhhhhhhhhhh
23:44:44 mriedem sorry, it's a book i've had to read several times
23:45:30 mriedem alright nevermind then
23:45:42 mriedem just makes it hard to review big changes with unrelated stuff mixed into them
23:45:52 mriedem especially if it's not pointed out in the commit message
23:46:03 edleafe I understand, but it is kinda related :)
23:49:31 mriedem it's certainly orangutangled
#openstack-nova - 2017-12-21
01:12:18 openstackgerrit Mr Rambo proposed openstack/nova master: Fix the problems that volume-backed server rebuild https://review.openstack.org/528740
02:02:27 openstackgerrit Merged openstack/nova stable/newton: Patch mkisofs calls https://review.openstack.org/529284
02:17:15 Sandy619 Hello Guys, Need some information.. How do nova collect console logs of instances? Some of my instances logs are not coming, i need to troubleshoot this.
02:19:43 Sandy619 ping #openstack-nova , can you please help me with above query :) if anybody have an idea.
02:33:51 openstackgerrit Chen Hanxiao proposed openstack/nova master: InstanceInfo: store more runtime information of instance https://review.openstack.org/526348
02:34:18 openstackgerrit Matt Riedemann proposed openstack/nova master: WIP: Fix functional tests for USE_NEUTRON https://review.openstack.org/529456
02:35:59 openstackgerrit Matt Riedemann proposed openstack/nova master: WIP: Fix functional tests for USE_NEUTRON https://review.openstack.org/529456
02:54:45 openstackgerrit Jianle He proposed openstack/nova master: Fix nova backup for volume-backed instance https://review.openstack.org/529458
03:00:45 openstackgerrit Tetsuro Nakamura proposed openstack/nova master: doc: update supported drivers for cpu topology https://review.openstack.org/529294
04:51:13 openstackgerrit Merged openstack/nova master: Delete the TypeAffinityFilter https://review.openstack.org/528099
06:03:31 openstackgerrit Merged openstack/nova master: Use instance.project_id when creating request specs for old instances https://review.openstack.org/529184
06:03:37 openstackgerrit Merged openstack/nova master: Workaround missing RequestSpec.project_id when moving an instance https://review.openstack.org/529185
06:03:44 openstackgerrit Merged openstack/nova master: Implement set_and_clear_allocations in report client https://review.openstack.org/528089
06:04:09 Rambo Fix the problems that volume-backed server rebuild
06:04:10 Rambo .Could you please review it? https://review.openstack.org/#/c/528740/
06:07:24 openstackgerrit Chen Hanxiao proposed openstack/nova master: libvirt: implement NotImplementedError for _set_quiesced https://review.openstack.org/529278
06:14:49 openstackgerrit Mr Rambo proposed openstack/nova master: Fix the problems that volume-backed server rebuild https://review.openstack.org/528740
06:34:34 openstackgerrit Merged openstack/nova master: trivial: conf: libvirt: fix a typo https://review.openstack.org/529229
06:41:14 openstackgerrit Merged openstack/nova master: [placement] Separate API schemas (allocation) https://review.openstack.org/528630
07:09:24 openstackgerrit OpenStack Proposal Bot proposed openstack/nova master: Imported Translations from Zanata https://review.openstack.org/524795
07:21:55 ameeda Hello, Can you please review my code here https://review.openstack.org/#/c/528385/ ?
07:29:03 openstackgerrit Chen Hanxiao proposed openstack/nova master: libvirt: validate SCSI controller model https://review.openstack.org/525055
08:13:02 ameeda Can you please review my code here https://review.openstack.org/#/c/526900/ ?
08:23:29 openstackgerrit xhzhf proposed openstack/nova master: [cellv2] performance issue when querying compute nodes in a cell https://review.openstack.org/529504
08:47:16 tetsuro sahid: I have updated this document revision patch about cpu topology on qemu TCG https://review.openstack.org/#/c/529294/
08:59:15 sahid tetsuro: oh, thanks a lot. I will see that :)
09:15:00 openstackgerrit Yikun Jiang (Kero) proposed openstack/nova master: Clean up foreign key before root resource provider deleting https://review.openstack.org/529519
09:16:28 openstackgerrit Takashi NATSUME proposed openstack/nova master: api-ref: Example verification for servers.inc https://review.openstack.org/529520

Earlier   Later