Earlier  
Posted Nick Remark
#openstack-nova - 2019-01-26
16:33:08 openstackgerrit Balazs Gibizer proposed openstack/nova master: Recalculate request group - RP mapping during re-schedule https://review.openstack.org/619529
16:33:09 openstackgerrit Balazs Gibizer proposed openstack/nova master: Remove port allocation during detach https://review.openstack.org/622421
16:33:09 openstackgerrit Balazs Gibizer proposed openstack/nova master: Test boot with more ports with bandwidth request https://review.openstack.org/573317
18:35:16 openstackgerrit Surya Seetharaman proposed openstack/nova master: API microversion 2.68: Handles Down Cells https://review.openstack.org/591657
23:18:54 openstackgerrit Matt Riedemann proposed openstack/nova-specs master: Add more detail and fix code block formatting https://review.openstack.org/628702
23:27:25 openstackgerrit Merged openstack/nova master: Fix ComputeNode ovo compatibility code https://review.openstack.org/631199
#openstack-nova - 2019-01-27
01:02:31 openstackgerrit Hesam Chobanlou proposed openstack/nova master: docs: ComputeDriver.update_provider_tree in nova https://review.openstack.org/633375
01:04:04 openstackgerrit Hesam Chobanlou proposed openstack/nova master: docs: ComputeDriver.update_provider_tree in nova https://review.openstack.org/633375
13:30:11 openstackgerrit Dongcan Ye proposed openstack/nova master: Raise BuildAbortException while updating instance task_state conflict https://review.openstack.org/633160
13:41:07 openstackgerrit Dongcan Ye proposed openstack/nova master: Raise BuildAbortException while updating instance task_state conflict https://review.openstack.org/633160
#openstack-nova - 2019-01-28
03:01:42 openstackgerrit yenai proposed openstack/nova master: Ignore VolumeAttachmentNotFound exception in compute.manager https://review.openstack.org/632657
07:11:11 openstackgerrit Takashi NATSUME proposed openstack/nova master: api-ref: Add descriptions for vol-backed snapshots https://review.openstack.org/615084
07:11:31 openstackgerrit Takashi NATSUME proposed openstack/nova master: Add descriptions of numbered resource classes and traits https://review.openstack.org/621494
07:12:06 openstackgerrit Takashi NATSUME proposed openstack/nova master: Remove mox in virt/test_block_device.py https://review.openstack.org/566153
07:12:26 openstackgerrit Takashi NATSUME proposed openstack/nova stable/queens: Add description of custom resource classes https://review.openstack.org/619125
07:38:32 openstackgerrit Takashi NATSUME proposed openstack/nova master: Update help messages for weight multipliers https://review.openstack.org/633446
07:49:39 openstackgerrit Ralf Haferkamp proposed openstack/nova master: compute: reset instance events on reload https://review.openstack.org/420026
08:26:28 openstackgerrit Zhenyu Zheng proposed openstack/nova-specs master: Amend the detach-boot-volume design https://review.openstack.org/619161
10:40:59 tssurya alex_xu: around ?
10:42:05 tssurya thanks for reviewing https://review.openstack.org/#/c/591657/25, I had a question here:https://review.openstack.org/#/c/591657/25/nova/api/openstack/compute/servers.py@126 which I am not sure of, could you confirm when you have the time ?
12:34:14 openstackgerrit Neil Jerram proposed openstack/nova stable/queens: Allow utime call to fail on Flat image base file https://review.openstack.org/633493
12:54:49 openstackgerrit Neil Jerram proposed openstack/nova stable/queens: Allow utime call to fail on Flat image base file https://review.openstack.org/633493
13:58:58 efried n-sch meeting in 2 minutes in #openstack-meeting-alt
14:01:20 openstackgerrit Surya Seetharaman proposed openstack/nova master: API microversion 2.68: Handles Down Cells https://review.openstack.org/591657
14:02:05 alex_xu tssurya: checking now
14:02:11 tssurya thanks
14:04:32 alex_xu tssurya: https://github.com/openstack/nova/blob/master/nova/api/openstack/common.py#L516
14:04:54 alex_xu you will found there are more than '1' supported in 'strutils.bool_from_string'
14:05:58 tssurya alex_xu: hmm, I see that surely more than 1 is supported, but I was wondering what is an example of a situation when the value will not the '1'
14:06:10 tssurya not be '1' *
14:06:31 alex_xu tssurya: I guess the limit you seen is by the novaclient, but novaclient isn't the only client of nova api
14:07:13 tssurya yea I haven't actually dealt with the openstack client at all
14:08:08 tssurya ok I guess to be on the safe side I will include the checks for the other possible values as mentioned in the docs
14:08:18 bauzas lyarwood: finally found the root cause of https://bugs.launchpad.net/nova/+bug/1786451
14:08:19 openstack Launchpad bug 1786451 in OpenStack Compute (nova) "Nova Instance creation is failing with request_spec.instance_group appears to be None" [Undecided,In progress] - Assigned to Lee Yarwood (lyarwood)
14:08:35 bauzas lyarwood: the problem is that with cells v1, we don't use the same call to the conductor
14:09:03 bauzas lyarwood: and when calling build_instances(), we don't pass the already persisted RequestSpec
14:10:02 bauzas so I wonder whether we should just ask the RequestSpec
14:10:27 bauzas but that's a cells v1 issue...
14:10:39 lyarwood bauzas: right, do we still care about that?
14:10:48 bauzas not for upstream I think
14:10:54 lyarwood bauzas: I've not looked at this past that initial change btw so feel free to take this over.
14:11:02 bauzas mriedem: we stopped to support cells v1 or not ?
14:11:32 mriedem bauzas: related to what?
14:12:36 alex_xu tssurya: yea, probably try to move https://github.intel.com/hejiexu/nova/blob/master/nova/api/openstack/compute/servers.py#L227 to the above of your code. if it is possible, then prefect
14:12:43 bauzas mriedem: we have a bug https://bugs.launchpad.net/nova/+bug/1786451 that's only a problem for cells v1
14:12:44 openstack Launchpad bug 1786451 in OpenStack Compute (nova) "Nova Instance creation is failing with request_spec.instance_group appears to be None" [Undecided,In progress] - Assigned to Lee Yarwood (lyarwood)
14:12:51 bauzas mriedem: but cells v1 is deprecated
14:13:00 bauzas so, should we fix the bug or not ?
14:14:04 cdent lyarwood: have you got any updates on placement+tripleo?
14:14:14 mriedem https://docs.openstack.org/nova/latest/user/cells.html#status
14:15:25 mriedem bauzas: shrug. i would make it the lowest of priorities.
14:15:44 mriedem unless you have a customer making it a high priority
14:15:55 bauzas mriedem: correct
14:16:02 bauzas mriedem: I don't really have a customer issue
14:16:08 mriedem then i guess it's more a question about what red hat supports
14:16:11 mriedem ok
14:16:22 bauzas mriedem: it's a related issue for a customer backport :)
14:16:37 lyarwood cdent: https://review.openstack.org/#/c/630644/ - the main tripleo-heat-templates change is passing CI (looking at the RDO failures now), the only outstanding work to land that part is some puppet-tripleo refactoring and unit test work.
14:16:39 bauzas but that's then a Newton concern ;)
14:17:09 bauzas lyarwood: if you agree, I'll close https://bugs.launchpad.net/nova/+bug/1786451
14:17:10 openstack Launchpad bug 1786451 in OpenStack Compute (nova) "Nova Instance creation is failing with request_spec.instance_group appears to be None" [Undecided,In progress] - Assigned to Lee Yarwood (lyarwood)
14:17:19 cdent thanks lyarwood
14:17:20 lyarwood bauzas: ack sure
14:17:32 bauzas lyarwood: that's a cells v1 only issue now
14:17:40 lyarwood cdent: the check in call is next week right?
14:17:50 cdent lyarwood: yes
14:17:51 tssurya alex_au: thanks will see what I can do
14:17:56 bauzas lyarwood: but the problem exists for releases *before* https://github.com/openstack/nova/commit/3c2ce9450bea8d417bfd3fbe26ee688446c6a348
14:25:02 mriedem gibi: i've got a nit in https://review.openstack.org/#/c/570079/ but if you want to address it in a follow up that's OK with me
14:25:33 openstackgerrit Merged openstack/nova master: Skip checking of target_dev for vhostuser https://review.openstack.org/627540
14:26:33 gibi mriedem: I'll reshpin it as I have nothing to loos
14:45:10 efried tssurya: Greetings! Thanks for letting me know about tests on the placement traffic series. Did you do any testing with ironic yet?
14:50:39 openstackgerrit Balazs Gibizer proposed openstack/nova master: Reject networks with QoS policy https://review.openstack.org/570079
14:50:49 gibi mriedem: fixed your nit in ^^
14:51:46 openstackgerrit Balazs Gibizer proposed openstack/nova master: Create RequestGroup from neutron port https://review.openstack.org/625941
14:51:47 openstackgerrit Balazs Gibizer proposed openstack/nova master: Read port resource request from Neutron https://review.openstack.org/630720
14:51:47 openstackgerrit Balazs Gibizer proposed openstack/nova master: Include requested_resources to allocation candidate query https://review.openstack.org/625942
14:51:48 openstackgerrit Balazs Gibizer proposed openstack/nova master: Reject resize with port having resource request https://review.openstack.org/630722
14:51:48 openstackgerrit Balazs Gibizer proposed openstack/nova master: Reject server create with port having resource request https://review.openstack.org/630721
14:51:49 openstackgerrit Balazs Gibizer proposed openstack/nova master: Reject evacuate with port having resource request https://review.openstack.org/630724
14:51:49 openstackgerrit Balazs Gibizer proposed openstack/nova master: Reject migrate with port having resource request https://review.openstack.org/630723
14:51:50 openstackgerrit Balazs Gibizer proposed openstack/nova master: Transfer port.resource_request to the scheduler https://review.openstack.org/567268
14:51:50 openstackgerrit Balazs Gibizer proposed openstack/nova master: Reject unshelve with port having resource request https://review.openstack.org/630725
14:51:51 openstackgerrit Balazs Gibizer proposed openstack/nova master: Calculate RequestGroup resource provider mapping https://review.openstack.org/616239
14:51:51 openstackgerrit Balazs Gibizer proposed openstack/nova master: Extend RequestGroup object for mapping https://review.openstack.org/619527
14:51:52 openstackgerrit Balazs Gibizer proposed openstack/nova master: Pass resource provider mapping to neutronv2 api https://review.openstack.org/616240
14:51:52 openstackgerrit Balazs Gibizer proposed openstack/nova master: Fill the RequestGroup mapping during schedule https://review.openstack.org/619528
14:51:53 openstackgerrit Balazs Gibizer proposed openstack/nova master: Send RP uuid in the port binding https://review.openstack.org/569459
14:51:53 openstackgerrit Balazs Gibizer proposed openstack/nova master: Recalculate request group - RP mapping during re-schedule https://review.openstack.org/619529
14:51:54 openstackgerrit Balazs Gibizer proposed openstack/nova master: Remove port allocation during detach https://review.openstack.org/622421
14:51:54 openstackgerrit Balazs Gibizer proposed openstack/nova master: Test boot with more ports with bandwidth request https://review.openstack.org/573317
14:51:55 openstackgerrit Balazs Gibizer proposed openstack/nova master: Record requester in the InstancePCIRequest https://review.openstack.org/625310
14:55:17 mriedem +2
14:56:41 stephenfin lyarwood: Fancy hitting this? https://review.openstack.org/#/c/626361/
14:59:01 gibi mriedem: thanks
14:59:04 mriedem https://review.openstack.org/#/c/570079/ and the next few changes in gibi's series have a +2
14:59:15 mriedem if people want to help shrink that series
14:59:24 gibi thant would be awesome
14:59:43 lyarwood stephenfin: looking

Earlier   Later