Earlier  
Posted Nick Remark
#openstack-nova - 2019-09-12
10:12:42 efried You're 26887th in the US
10:13:30 bauzas did the president already paid for France?
10:13:31 efried Yeah, if you moved here there would be 90*4* of you
10:13:44 stephenfin I never learned how to use vimdiff
10:13:53 efried afaict the diff from PS33 is negligible, just that one reinstated assertion in two tests
10:14:11 bauzas that's what I saw
10:14:19 bauzas +Wipped
10:14:43 bauzas stephenfin: you don't really need vimdiff
10:14:45 efried thanks bauzas
10:14:52 efried now, who's going to +A the quota one?
10:15:39 alex_xu by fiinger-guessing game?
10:36:11 openstackgerrit Luyao Zhong proposed openstack/nova master: objects: use all_things_equal from objects.base https://review.opendev.org/681397
10:45:47 openstackgerrit Balazs Gibizer proposed openstack/nova master: Func test for migrate re-schedule with bandwidth https://review.opendev.org/676972
10:46:50 efried gibi: https://review.opendev.org/#/c/680810/ is failing, can I pull it out of the gate?
10:48:13 openstackgerrit Balazs Gibizer proposed openstack/nova master: Make SRIOV computes non symmetric in func test https://review.opendev.org/681667
10:50:40 openstackgerrit Balazs Gibizer proposed openstack/nova master: Support migrating SRIOV port with bandwidth https://review.opendev.org/676980
10:52:31 gibi efried: sure
10:53:50 gibi efried: what is the way to get it out of the gate?
10:54:12 gibi efried: rebase? That patch can be rebased freely as it is not part of the series.
10:54:19 efried yes. cool, thanks.
10:54:39 openstackgerrit Balazs Gibizer proposed openstack/nova master: Follow up for I220fa02ee916728e241503084b14984bab4b0c3b https://review.opendev.org/680810
10:54:40 efried rebase stops the current run and shoves it to the back of the queue
10:54:48 gibi rebased.
10:55:04 gibi is there any other way that does not involve changing the review itself?
10:55:04 efried thanks, re+W'd
10:55:12 efried gibi: no
10:55:15 efried not that I'm aware of
10:55:28 gibi we will run out of rebase targets if the master is not moving forward :)
10:55:33 efried yeah, I know :(
10:55:39 efried but for now this is the best we can do.
10:55:49 gibi ack
10:56:31 aspiers kashyap, efried: seems hw_firmware_type is missing from glance/etc/metadefs
10:56:50 aspiers and so is hw_mem_encryption
10:57:01 efried what does that mean?
10:57:16 aspiers it means they are not shown as nice user-friendly options in Horizon, for a start
10:57:21 aspiers not sure if there are other implications
10:57:41 efried to refine the question: Is this going to affect a) gate, b) vpmem/cpu-resources series?
10:58:01 aspiers I don't think it affects nova at all
10:58:09 aspiers We probably would have noticed by now if it did
10:58:26 efried then I humbly request the issue be raised *after* this week
10:58:40 aspiers I think it's just for registering metadata as "officially blessed" rather than some arbitrary key/value pair
10:58:42 gibi bauzas, efried: lost a +W in a rebase https://review.opendev.org/#/c/676972 could you please add it back?
10:58:53 aspiers efried: haha sure, it can't be urgent :)
10:59:12 aspiers efried: but probably trivial to fix too, and anyway it's a matter of submitting reviews to glance not nova
10:59:31 efried gibi: done, but you should feel free to re+W in these circumstances
10:59:48 efried aspiers: cool
10:59:53 openstackgerrit Balazs Gibizer proposed openstack/nova master: Allow migrating server with port resource request https://review.opendev.org/671497
11:00:26 gibi efried: ack, will do
11:03:27 sean-k-mooney efried: i see bauzas ack'd https://review.opendev.org/#/c/671800/34 but ill take a look now too
11:04:02 efried sean-k-mooney: if you like. Though actually I would rather you re-looked at that one vpmem patch...
11:04:18 efried sean-k-mooney: this un https://review.opendev.org/#/c/678455/36
11:04:21 sean-k-mooney efried: sure
11:04:43 efried thank you
11:04:44 sean-k-mooney looking at teh cpu seriese have they all been approved
11:04:49 efried mostly
11:04:59 efried we're still working on a couple at the top
11:05:15 efried remember that thing about trying a second GET /a_c if the first one returned no results?
11:05:31 sean-k-mooney ok so we are waiting on the gate for most of them and fixing the last few patches
11:05:41 sean-k-mooney efried: ya
11:05:57 sean-k-mooney efried: is it causing issues
11:05:58 efried I'll save you reading the backscroll, but we're doing something different now: we're going to do both GET /a_c calls up front (with a workaround conf opt)
11:06:13 efried Stephen is working on that now
11:06:21 sean-k-mooney ok
11:06:28 sean-k-mooney what is the advantage of that
11:06:49 sean-k-mooney are we doing them in parallel or something
11:06:57 efried with the cascaded approach, if we did the first one, got results, then sent them down to the filter and the filter rejected all of them, we'd be hosed.
11:07:15 efried So one option was to make that retry "wider"
11:07:22 efried which would be tough to code
11:07:40 artom efried, has that configparser thing been fixed? I see you rechecked the NUMA LM patches
11:07:44 sean-k-mooney ok i see
11:07:47 efried artom: yes
11:07:52 artom Sweet
11:07:54 efried artom: carefully curating the gate atm
11:08:04 artom Yep, thanks for that
11:08:04 efried sean-k-mooney: no, we have to do them sequentially, because we always want to try the pcpu ones first for a given host.
11:08:28 efried but we do one right after the other
11:08:35 efried and collect all the candidates
11:08:41 efried then send them all down to the filter.
11:08:58 sean-k-mooney right
11:09:24 sean-k-mooney i assume we only add host form the second query if its not in the first?
11:09:36 sean-k-mooney or do we just let the filter handel that
11:09:41 efried I don't think we're being that careful about it
11:09:51 sean-k-mooney actully it does not matter
11:09:54 efried right
11:10:19 sean-k-mooney the filter work on host not allocation candiates
11:11:01 sean-k-mooney so it will pass the host if it fit and fail it if it does not
11:11:23 sean-k-mooney and the host will only support one of the two with pinning
11:12:15 sean-k-mooney a host can have VCPU and PCPUs but if it returns pcpu allocation then that is what we will need to use
11:14:42 sean-k-mooney efried: by the way this https://review.opendev.org/#/c/679656/ is the numa live migration job. it not a pirortiy today but i would like to merge that before RC1 to get it running nightly once artoms code is fully merged.
11:15:04 sean-k-mooney it add the nova-nfv-multi-numa-multinode job
11:15:16 efried sean-k-mooney: ack, please ask about it next week
11:15:33 sean-k-mooney yep will do
11:16:45 efried sean-k-mooney: https://review.opendev.org/#/c/681358/ os-vif release ack pls?
11:17:01 openstackgerrit Balazs Gibizer proposed openstack/nova master: Do not query allocations twice in finish_revert_resize https://review.opendev.org/678827
11:17:09 sean-k-mooney mels patch ya ill ack that now
11:20:04 openstackgerrit Stephen Finucane proposed openstack/nova master: fixup! Add support for translating CPU policy extra specs, image meta https://review.opendev.org/681719
11:20:29 stephenfin efried, sean-k-mooney, alex_xu, bauzas: Before I squash that back and fix the tests, want to give that the once over ^ ?
11:20:55 alex_xu yup, checking now
11:21:09 efried ...
11:25:02 alex_xu ah, that is smart

Earlier   Later