| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2017-11-28 | |||
| 10:43:06 | saop | any idea what's the problem? | |
| 10:56:03 | nkorabli | I'm not an expert on that, sorry.. | |
| 10:58:01 | openstackgerrit | xulei proposed openstack/nova master: correct the resource provider log when return 409 https://review.openstack.org/521764 | |
| 11:03:49 | nsingh | i am facing an issue ref: http://paste.openstack.org/show/627553/. any help? | |
| 11:06:24 | openstackgerrit | Huang Rui proposed openstack/nova master: z/VM Driver: Initial change set of z/VM driver https://review.openstack.org/523387 | |
| 11:09:05 | openstackgerrit | Merged openstack/nova master: [placement] Symmetric GET and PUT /allocations/{consumer_uuid} https://review.openstack.org/510626 | |
| 11:24:25 | openstackgerrit | Zhenyu Zheng proposed openstack/nova master: Add instance action record for lock/unlock instances https://review.openstack.org/523353 | |
| 11:38:33 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Extract instance allocation removal code https://review.openstack.org/513041 | |
| 11:56:49 | openstackgerrit | Yikun Jiang (Kero) proposed openstack/nova master: Add pagination and changes-since for instance-actions https://review.openstack.org/326326 | |
| 11:56:57 | openstackgerrit | Wangpan proposed openstack/nova master: Handle ImageInUse exception during instance backup https://review.openstack.org/523395 | |
| 12:09:20 | openstackgerrit | Chris Dent proposed openstack/nova master: [placement] Enable limiting GET /allocation_candidates https://review.openstack.org/513526 | |
| 12:12:51 | ebbex | /os-simple-tenant-usage/{tenant_id} , should that query return duplicates in "server_usages": [] ? | |
| 12:15:30 | efried | nsingh Still around? | |
| 12:15:43 | nsingh | yes | |
| 12:16:13 | efried | nsingh What's the config group? | |
| 12:17:20 | nsingh | u mean in cinder? | |
| 12:18:07 | efried | Wherever the mystery session conf options are showing up | |
| 12:18:31 | efried | alex_xu yt? | |
| 12:19:19 | nsingh | it is showing the config group that i have provided as parameter. | |
| 12:19:30 | efried | alex_xu FYI, I'm in the middle of porting those two test cases over. If they pass, I'll just slap 'em on top of the series. If they don't... | |
| 12:20:03 | efried | nsingh I don't understand. | |
| 12:20:54 | efried | nsingh What's the name of the conf group? | |
| 12:21:17 | nsingh | glance | |
| 12:21:46 | efried | nsingh And in which process are these options showing up? | |
| 12:23:06 | nsingh | when i went inside https://github.com/openstack/keystoneauth/blob/master/keystoneauth1/loading/session.py#L225 (kwargs.setdefault('insecure', c.insecure)) | |
| 12:23:46 | efried | nsingh Which openstack service process are you in? c-api? n-cpu? etc. | |
| 12:24:06 | nsingh | c-api | |
| 12:24:13 | efried | okay, stand by... | |
| 12:25:19 | nsingh | insecure cafile certfile keyfile timeout -- are these options are added in the opt list of group at the time of service start? sorry another question. | |
| 12:26:52 | nsingh | https://github.com/openstack/keystoneauth/blob/master/keystoneauth1/loading/session.py#L180 | |
| 12:31:06 | openstackgerrit | Chris Dent proposed openstack/nova master: [placement] Fix GET PUT /allocations nits https://review.openstack.org/523401 | |
| 12:31:06 | openstackgerrit | Chris Dent proposed openstack/nova master: [placement] POST /allocations to set allocations for >1 consumers https://review.openstack.org/500073 | |
| 12:33:51 | efried | nsingh Yes, if they're registered via that call. Can you tell me the command line for your c-api process? | |
| 12:36:58 | efried | nsingh systemctl status should show it. | |
| 12:37:00 | nsingh | are you asking about logs ? | |
| 12:37:08 | nsingh | ok | |
| 12:38:31 | nsingh | http://paste.openstack.org/show/627566/ | |
| 12:42:09 | efried | nsingh Can you paste me that cinder-api-uwsgi.ini? | |
| 12:43:03 | nsingh | http://paste.openstack.org/show/627569/ | |
| 12:45:35 | openstackgerrit | Wangpan proposed openstack/nova master: Handle ImageInUse exception during instance backup https://review.openstack.org/523395 | |
| 12:48:08 | openstackgerrit | Chris Dent proposed openstack/nova master: WIP: [placement] use global conf with auth token middleware https://review.openstack.org/523403 | |
| 12:59:15 | jaianshu | Hello everyone | |
| 13:00:21 | jaianshu | i'm getting error in spawning vm on stable/pike " Failed to allocate the network(s), not rescheduling." | |
| 13:00:33 | nsingh | efried: still there? | |
| 13:00:35 | jaianshu | n-cpu.log - http://paste.openstack.org/show/627576/ | |
| 13:01:18 | jaianshu | any ideas? | |
| 13:01:49 | efried | nsingh Yes, sorry, looking at cinder-wsgi... | |
| 13:02:14 | nsingh | efried: ooh thanks | |
| 13:03:49 | cdent | efried: what’s the emoji for :kid with fingers in ears saying la la la la la la over and over: ? | |
| 13:04:13 | efried | cdent I can think of a couple of finger emojis | |
| 13:04:20 | cdent | heh | |
| 13:07:58 | kalyan | jaianshu: virtual interface creation failed...could you please check if vif plugin entries present in the nova.conf | |
| 13:08:10 | efried | nsingh To make sure I understand, we're saying is that your c-api process is registering ksa auth opts in the [glance] conf section, right? | |
| 13:08:43 | nsingh | efried: yes | |
| 13:09:26 | cdent | hurrah it is microversion merge conflict day! | |
| 13:09:49 | jaianshu | and vif_plugging_is_fatal=False | |
| 13:09:49 | jaianshu | kalyan: i have these 2 entries for vif-plugin in nova.conf - vif_plugging_timeout=10 | |
| 13:10:59 | openstackgerrit | jichenjc proposed openstack/nova master: check query param for server groups function https://review.openstack.org/500347 | |
| 13:11:34 | efried | nsingh Okay; I can't see how that's happening. Normally it would be via keystoneauth1.loading.register_auth_conf_options, but I don't see anywhere in cinder that's being done for a [glance] section, directly or indirectly. Perhaps someone in #openstack-cinder could shed some light on that. | |
| 13:12:36 | nsingh | efried: ok is it done for any section? | |
| 13:12:42 | efried | nsingh Not that I can see. | |
| 13:13:31 | nsingh | efried: ok thank you for help. :) | |
| 13:13:37 | efried | nsingh Good luck. | |
| 13:14:05 | nsingh | efried: And your suggestion about cinder to nova interaction that i asked earlier works. So thank you for that also. | |
| 13:14:18 | efried | nsingh Oh, great to hear. | |
| 13:14:31 | efried | nsingh Which one was it? | |
| 13:15:00 | nsingh | efried: you replied me on mail. | |
| 13:15:15 | efried | nsingh Right, and I suggested three or four things - which one was the right one? | |
| 13:16:09 | nsingh | efried: n-cpu was pointing to nova-cpu.conf and i add sevice user configuration in nova.conf | |
| 13:16:18 | efried | nsingh Okay, cool. | |
| 13:16:27 | efried | nsingh I got burned by that a few months ago. | |
| 13:16:47 | nsingh | efried: oohh.. | |
| 13:34:49 | openstackgerrit | Chris Dent proposed openstack/nova master: [placement] Add cache headers to placement api requests https://review.openstack.org/521640 | |
| 13:34:49 | openstackgerrit | Chris Dent proposed openstack/nova master: [placement] Object changes to support last-modified headers https://review.openstack.org/521639 | |
| 13:42:16 | mriedem | bauzas: can you take a look at https://review.openstack.org/#/c/521391/ and the patch below it? those have to get backported through to newton and i was holding up the backports until i got some core review | |
| 13:51:49 | mriedem | alex_xu: do you know if @wsgi.action('migrate') ensures that a cold migration request will have a 'migrate' key in the request body even if the value for that key is null? we don't actually care about the value | |
| 13:53:07 | mriedem | my guess is we wouldn't route properly if the request body didn't have the 'migrate' key in it | |
| 13:56:59 | jianghuaw_ | jaypipes, bauzas: are you around? | |
| 13:57:21 | openstackgerrit | Eric Fried proposed openstack/nova master: Use ksa adapter for keystone conf & requests https://review.openstack.org/507693 | |
| 14:00:07 | ildikov | mriedem: hi :) | |
| 14:00:19 | ildikov | mriedem: I hope you had a great Turkey weekend :) | |
| 14:00:32 | jaypipes | jianghuaw_: I am indeed. | |
| 14:00:35 | moshele | jaypipes: hi can you +W review https://review.openstack.org/#/c/519066/ Rabi Mishra for heat team tested and it pass their test | |
| 14:00:47 | ildikov | mriedem: so I think it's time now to do my regular "pretty please speech" for review: https://review.openstack.org/#/c/330285/ | |
| 14:00:56 | jianghuaw_ | jaypipes, hi Jay. I posted a patch to create inventory data for VGPU_DISPLAY_HEAD. But later I realized there would be a problem. | |
| 14:01:02 | jianghuaw_ | https://review.openstack.org/#/c/523342/2/nova/virt/xenapi/driver.py@477 | |
| 14:01:05 | ildikov | johnthetubaguy: same pretty please goes to you too ^^ | |
| 14:01:08 | jaypipes | moshele: done | |
| 14:01:19 | jianghuaw_ | jaypipes, The vgpu display heads is not independent resources. When it consuming VGPUs, it also consumes display heads. | |
| 14:01:26 | moshele | jaypipes: cool thanks :) | |
| 14:02:37 | jaypipes | jianghuaw_: is there a specific relationship between the quantities? for example, does 1 VGPU means 1 display head will be consumed? | |
| 14:02:47 | jaypipes | jianghuaw_: or is it dependent on the vGPU type? | |
| 14:05:01 | efried | sdague Would you please have a look at https://review.openstack.org/#/c/409404/ when you get a chance? | |
| 14:05:49 | jaypipes | efried: I'm rebasing the series from review 520246. just making sure you've no local changes? | |
| 14:06:23 | efried | jaypipes No yet. Go for it. | |
| 14:06:37 | jaypipes | rock on. | |
| 14:06:45 | efried | And thanks as always for checking | |
| 14:06:49 | jianghuaw_ | jaypipes, sorry. I just got a network disconnection. | |
| 14:06:51 | openstackgerrit | Chris Dent proposed openstack/nova master: WIP: [placement] use global conf with auth token middleware https://review.openstack.org/523403 | |
| 14:06:58 | jaypipes | jianghuaw_: I'll repeat... | |