| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2018-09-17 | |||
| 09:25:38 | gibi | bauzas: sure | |
| 09:30:03 | bauzas | gibi: good news is that I checked the unittests with the rebase and they're good | |
| 09:32:04 | kashyap | Lately, I've begun doing this when running `git-review`, others too? | |
| 09:32:08 | kashyap | $ git review -R --no-custom-script | |
| 09:32:13 | openstackgerrit | Yikun Jiang (Kero) proposed openstack/nova master: Remove the allocation ratios adjusting logic https://review.openstack.org/602805 | |
| 09:33:26 | openstackgerrit | Sylvain Bauza proposed openstack/nova master: Enable nested allocation candidates in scheduler https://review.openstack.org/585672 | |
| 09:33:38 | bauzas | gibi: updated change ^ | |
| 09:33:47 | bauzas | gibi: you can rebase functional tests on top of this | |
| 09:33:56 | gibi | bauzas: thanks, I will do that | |
| 09:47:36 | openstackgerrit | Brin Zhang proposed openstack/nova master: Resource retrieving: add changes-before filter https://review.openstack.org/599276 | |
| 10:05:48 | bauzas | naichuans_: sorry, just saw your reply on the ML | |
| 10:06:15 | bauzas | naichuans_: I'm back but I'm off until 1140UTC | |
| 10:06:31 | bauzas | naichuans_: after that, I think you should be off too | |
| 10:06:42 | bauzas | naichuans_: so let's discuss tomorrow if you want | |
| 10:10:28 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Functional test for booting with nested resources https://review.openstack.org/527728 | |
| 10:10:29 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Functional test for moving with nested resources https://review.openstack.org/587350 | |
| 10:12:35 | bauzas | gibi: just saw ^ | |
| 10:12:50 | bauzas | coolio, that will allow me to add a new functional test | |
| 10:13:13 | gibi | bauzas: functional tests passes, but I have to think about what we can consider as enough test coverage | |
| 10:16:05 | bauzas | gibi: we need allocation candidates for creating a new instance | |
| 10:16:08 | bauzas | needed* | |
| 10:16:13 | bauzas | anyway, me is off now | |
| 10:39:40 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Add bandwidth related standard resource classes https://review.openstack.org/570847 | |
| 10:39:40 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Add requested_resources field to RequestSpec https://review.openstack.org/567267 | |
| 10:39:40 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Add request_spec.RequestGroup versioned object https://review.openstack.org/568840 | |
| 10:39:41 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Transfer port.resource_request to the scheduler https://review.openstack.org/567268 | |
| 10:39:43 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Test boot with more ports with bandwidth request https://review.openstack.org/573317 | |
| 10:39:43 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Send resource allocations in the port binding https://review.openstack.org/569459 | |
| 11:08:25 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Deprecate the unversioned notifications https://review.openstack.org/603079 | |
| 11:16:45 | openstackgerrit | Yikun Jiang (Kero) proposed openstack/nova master: Remove the allocation ratios adjusting logic https://review.openstack.org/602805 | |
| 11:29:37 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Refactor NeutronFixture https://review.openstack.org/588338 | |
| 11:31:16 | openstackgerrit | Merged openstack/nova master: Fix docs and add functional test for AggregateMultiTenancyIsolation https://review.openstack.org/601835 | |
| 11:31:42 | openstackgerrit | John Garbutt proposed openstack/nova master: Deprecate ComputeCapabilitiesFilter https://review.openstack.org/603102 | |
| 11:45:26 | openstackgerrit | huanhongda proposed openstack/nova stable/pike: Fix bug case by none token context https://review.openstack.org/603044 | |
| 12:23:03 | Roamer` | hi, possibly stupid question incoming :) If a company has two different physical datacenters, and an OpenStack setup in each of them, how would it be best to make it possible to (cold-)migrate instances (with attached volumes) between them? Is there a way to migrate an instance between two regions of the same cluster? The two options I've found so far is "openstack server image create" (which | |
| 12:23:09 | Roamer` | creates a zero-byte image for a volume-backed instance, though maybe I've configured something wrong) and cinder backup/restore; are there other options? | |
| 12:45:51 | bauzas | gibi: thanks for the updates | |
| 12:46:17 | gibi | bauzas: you are welcome | |
| 12:47:05 | gibi | bauzas: I think the series works as my bandwidth functional tests worked on top. But I wouldn't be surprised if migrate or evacuate would eventually be found broken | |
| 12:47:26 | bauzas | gibi: for migrate, we at least need to pass allocations | |
| 12:47:34 | bauzas | I have an uploaded change for it | |
| 12:47:42 | bauzas | to the drivers, I meant | |
| 12:47:54 | gibi | bauzas: for VGPU I guess | |
| 12:48:10 | bauzas | alas yes | |
| 12:49:00 | gibi | bauzas: yeah, that make sense. I also have to work on the bandwidth patch to see migrate works or not as-is. So fare I only have boot and delete tests there | |
| 12:50:15 | bauzas | yup, I just wanted to make sure you knew it | |
| 12:52:45 | gibi | VGPU and bandwidth differs in a sense that the physical use of the resource for VGPU happens in the virt driver (i.e. generating the proper xml) while for bandwidth it happens in neutron and os-vif. | |
| 12:53:24 | gibi | so at the moment I assumes that for bandwidth we don't need the allocations in the virt driver. But I very well be wrong in the SRIOV case due to the pci handling there | |
| 12:59:24 | bauzas | gibi: ah good point | |
| 13:29:54 | mriedem | got a clean run on the evacuate integration test https://review.openstack.org/#/c/602174/ | |
| 13:30:03 | mriedem | with no mdbooth around to celebrate | |
| 13:33:36 | mriedem | we have something in a runway for stein now https://review.openstack.org/#/c/599276/ | |
| 13:35:56 | gibi | mriedem: I've just added the consumer generation support to the runway queue | |
| 13:36:08 | mriedem | is that a blueprint? | |
| 13:36:33 | mriedem | https://blueprints.launchpad.net/nova/+spec/use-nested-allocation-candidates isn't approved | |
| 13:36:49 | gibi | it is part of bp/use-nested-allocation-candidates | |
| 13:37:00 | bauzas | do we started runways ? | |
| 13:37:51 | gibi | mriedem: true, then I remove the patches from the queue and bring up the bp on the Thursday meeting for approval | |
| 13:37:59 | bauzas | mriedem: FWIW https://review.openstack.org/#/c/527728/22/nova/tests/functional/test_servers.py should cover the boot case | |
| 13:42:52 | kashyap | Dear folks, I can't tell _why_ the 'neutron-grenade' job is failing here: https://review.openstack.org/#/c/602592/ | |
| 13:43:18 | kashyap | I'm looking at the "ara-report", but I can't find a log file. | |
| 13:45:32 | bauzas | kashyap: http://logs.openstack.org/92/602592/3/check/neutron-grenade/bfeb3e6/job-output.txt.gz | |
| 13:45:54 | kashyap | bauzas: Ah, let me look | |
| 13:46:10 | bauzas | mmm, actually | |
| 13:46:24 | mriedem | http://logs.openstack.org/92/602592/3/check/neutron-grenade/bfeb3e6/logs/devstack-gate-setup-workspace-old.txt | |
| 13:47:30 | mriedem | i've seen that in a couple of other jobs but don't know what's causing it | |
| 13:47:59 | kashyap | http://logs.openstack.org/92/602592/3/check/neutron-grenade/bfeb3e6/job-output.txt.gz#_2018-09-17_10_12_38_647361 | |
| 13:48:03 | bauzas | http://logs.openstack.org/92/602592/3/check/neutron-grenade/bfeb3e6/job-output.txt.gz#_2018-09-17_11_27_33_877513 | |
| 13:48:10 | kashyap | 2018-09-17 10:12:38.647361 | primary | smoke installed: ----------------------------------------,Error when trying to get requirement for VCS system Command "git config --get-regexp remote\..*\.url" failed with error code 1 in /opt/stack/new/tempest, falling back to uneditable format,Could not determine repository location of /opt/stack | |
| 13:48:26 | mriedem | that's common | |
| 13:48:32 | mriedem | the failure is in http://logs.openstack.org/92/602592/3/check/neutron-grenade/bfeb3e6/logs/devstack-gate-setup-workspace-old.txt | |
| 13:48:53 | mriedem | http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%5C%22error%3A%20The%20following%20untracked%20working%20tree%20files%20would%20be%20overwritten%20by%20checkout%3A%5C%22%20AND%20tags%3A%5C%22console%5C%22&from=7d | |
| 13:49:35 | kashyap | Ah, it's the untracked files | |
| 13:50:06 | bauzas | http://logs.openstack.org/92/602592/3/check/neutron-grenade/bfeb3e6/logs/devstack-gate-setup-workspace-old.txt | |
| 13:50:13 | bauzas | dammit, I'm burned | |
| 13:50:32 | kashyap | bauzas: Thought you'll be refreshed after the PTG? | |
| 13:50:41 | kashyap | Ah, _that_ kind of a burn | |
| 13:50:42 | bauzas | I am | |
| 13:50:53 | bauzas | nah, burned because I'm too slow | |
| 13:53:47 | mriedem | someone want to backport this to stable/rocky? https://review.openstack.org/#/c/546920/ | |
| 13:54:03 | mriedem | someone not on the stable core team... | |
| 13:59:32 | bauzas | stephenfin: ^ ? | |
| 14:00:10 | gibi | mriedem: elod is still in Denver but he is back on Wednesday so if nobody take this backport then I can encourage them to take it | |
| 14:00:30 | stephenfin | bauzas, mriedem: Sure | |
| 14:00:53 | bauzas | do we have a scheduler meeting ? | |
| 14:01:28 | mriedem | yes | |
| 14:02:33 | openstackgerrit | Stephen Finucane proposed openstack/nova stable/rocky: Fix soft deleting vm fails after "nova resize" vm https://review.openstack.org/603140 | |
| 14:02:48 | stephenfin | mriedem, bauzas: as requested ^ | |
| 14:03:22 | bauzas | ta | |
| 14:09:35 | mriedem | dansmith: if you're ok with what i've proposed for updates in https://review.openstack.org/#/c/579520/ (the volume type spec) then i'll just make those updates myself | |
| 14:09:51 | dansmith | looking | |
| 14:11:40 | dansmith | mriedem: the latest two small things? sure, but I should re-review the whole thing | |
| 14:11:55 | dansmith | if you do the update I'll do that once the caffeine starts hitting my bloodstream | |
| 14:12:23 | mriedem | ok, i might not get to that until after the placement meeting | |
| 14:26:57 | openstackgerrit | Vlad Gusev proposed openstack/nova stable/pike: [placement] Retry allocation writes server side https://review.openstack.org/590745 | |
| 14:35:12 | stephenfin | bauzas: Does this need a reno, actually? https://review.openstack.org/#/c/603140/ | |
| 14:42:50 | openstackgerrit | Matt Riedemann proposed openstack/nova-specs master: Add support specify volume type when boot instance https://review.openstack.org/579520 | |
| 14:43:03 | mriedem | dansmith: fleshed out the proposed change section and also the specific test scenarios i'd want to see at a minimum ^ | |
| 14:43:19 | dansmith | ack | |
| 14:48:31 | mriedem | bauzas: as far as i can tell, the only change i need to make in the libvirt vgpu reshaper patch is the naming convention we discussed at the ptg correct? https://review.openstack.org/#/c/599208/ | |