*** hongbin has quit IRC | 00:15 | |
*** adisky_ has quit IRC | 00:49 | |
*** kevinz has joined #openstack-zun | 01:18 | |
*** diga has quit IRC | 01:26 | |
*** zhurong has joined #openstack-zun | 01:29 | |
*** zhurong has quit IRC | 01:35 | |
*** yanyanhu has joined #openstack-zun | 01:35 | |
*** zhangjl has joined #openstack-zun | 01:39 | |
openstackgerrit | prameswar proposed openstack/zun master: Added support for stdout/stderr options in logs https://review.openstack.org/429661 | 02:38 |
---|---|---|
*** openstackstatus has quit IRC | 02:58 | |
*** vikasc has quit IRC | 02:59 | |
*** vikasc has joined #openstack-zun | 03:00 | |
*** openstackstatus has joined #openstack-zun | 03:02 | |
*** ChanServ sets mode: +v openstackstatus | 03:02 | |
*** hongbin has joined #openstack-zun | 03:05 | |
*** yuanying has quit IRC | 03:05 | |
*** yuanying has joined #openstack-zun | 03:07 | |
*** yuanying has quit IRC | 03:11 | |
*** sudipto has joined #openstack-zun | 03:18 | |
*** sudipto_ has joined #openstack-zun | 03:18 | |
openstackgerrit | Merged openstack/python-zunclient master: Added support for stdout & stderr for logs in zunclient https://review.openstack.org/429658 | 03:39 |
openstackgerrit | Merged openstack/zun master: Added support for stdout/stderr options in logs https://review.openstack.org/429661 | 04:09 |
openstackgerrit | Merged openstack/zun master: Ensure the plugin of zun for devstack can work on ubuntu 14 https://review.openstack.org/430622 | 04:49 |
openstackgerrit | Merged openstack/zun master: Remove references to Python 3.4 https://review.openstack.org/431096 | 04:57 |
*** pksingh has joined #openstack-zun | 05:03 | |
*** adisky_ has joined #openstack-zun | 05:10 | |
*** sudipto has quit IRC | 05:18 | |
*** sudipto_ has quit IRC | 05:18 | |
*** hongbin has quit IRC | 05:36 | |
*** sudipto has joined #openstack-zun | 05:40 | |
*** sudipto_ has joined #openstack-zun | 05:40 | |
pksingh | sudipto: hi | 05:43 |
pksingh | sudipto_: hi | 05:58 |
*** janki has joined #openstack-zun | 06:02 | |
*** yuanying has joined #openstack-zun | 06:07 | |
*** yasemin has quit IRC | 06:12 | |
*** yasemin has joined #openstack-zun | 06:17 | |
sudipto_ | hi | 06:27 |
sudipto_ | pksingh, | 06:27 |
*** pksingh_ has joined #openstack-zun | 06:29 | |
*** pksingh has quit IRC | 06:33 | |
sudipto_ | pksingh_, | 06:33 |
sudipto_ | welcome back :-) | 06:33 |
*** jchhatbar has joined #openstack-zun | 06:40 | |
*** janki has quit IRC | 06:43 | |
pksingh_ | sudipto_: :) | 06:44 |
pksingh_ | sudipto_: i will look into the spec today, | 06:45 |
sudipto_ | pksingh_, sure | 06:45 |
pksingh_ | sudipto_: any suggestions on where can i start the development? | 06:45 |
sudipto_ | On the last comment on that from Bin Zhou, I am not sure if he has suggested anything different than what I have written in the spec... | 06:45 |
sudipto_ | pksingh_, yeah - i think you can create the REST APIs to start with, hongbin is doing the DB Tables. I am doing the inventory parsing. | 06:46 |
sudipto_ | I posted the first patch yesterday and added you as a reviewer | 06:46 |
pksingh_ | sudipto_: rest APIs for inventories? | 06:46 |
sudipto_ | pksingh_, basically the population of the tables for inventory would be done from the zun-compute agent... | 06:47 |
sudipto_ | Now we could choose to do that as a RPC call or have it call a REST API that populates the inventory | 06:47 |
sudipto_ | if we do the REST API - it's easier to replace it with the nova scheduler call (if we want to move there sometime) | 06:47 |
pksingh_ | sudipto_: ok, let me first read the spec, then i will come to you :) | 06:48 |
sudipto_ | Sure :) | 06:48 |
*** diga has joined #openstack-zun | 07:02 | |
openstackgerrit | Kevin Zhao proposed openstack/zun master: Add support for zun attach/resize in server https://review.openstack.org/422525 | 07:08 |
*** diga has quit IRC | 07:16 | |
*** prameswar has joined #openstack-zun | 07:39 | |
*** pksingh_ has quit IRC | 07:40 | |
*** pksingh_ has joined #openstack-zun | 07:52 | |
*** diga has joined #openstack-zun | 07:55 | |
pksingh_ | kevinz: Hello, | 07:56 |
kevinz | Hi pksingh | 07:57 |
kevinz | pksingh_: Hi | 07:58 |
pksingh_ | kevinz: i was looking into https://review.openstack.org/#/c/422525/10/zun/compute/manager.py, do you think handling DockerError at line #362 is necessary? | 07:58 |
kevinz | pksingh_: Yeah I see here I'm wrong ,since we really don't call any docker functions | 08:03 |
pksingh_ | kevinz: i think so :) | 08:03 |
kevinz | pksingh_: So here just do as except Exception as e: do you think is it OK? | 08:05 |
pksingh_ | kevinz: i think yes, and after logging the exception you can raise the same exception through raise | 08:07 |
pksingh_ | kevinz: which you already doing :) | 08:08 |
kevinz | pksingh_: Yeah I will do this now :-) | 08:09 |
openstackgerrit | Kevin Zhao proposed openstack/zun master: Add support for zun attach/resize in server https://review.openstack.org/422525 | 08:15 |
openstackgerrit | prameswar proposed openstack/zun master: Options default value added in image_driver pull https://review.openstack.org/431370 | 08:18 |
*** pksingh_ has quit IRC | 08:40 | |
*** eliqiao_ has quit IRC | 08:40 | |
*** pksingh_ has joined #openstack-zun | 08:42 | |
*** eliqiao has joined #openstack-zun | 08:43 | |
openstackgerrit | Kevin Zhao proposed openstack/python-zunclient master: Add support for attach detach and resize https://review.openstack.org/417681 | 08:45 |
openstackgerrit | prameswar proposed openstack/zun master: Options default value added in image_driver pull https://review.openstack.org/431370 | 08:47 |
openstackgerrit | Sudipta Biswas proposed openstack/zun master: Introduce os-capability parsing https://review.openstack.org/430920 | 08:53 |
*** pksingh_ has quit IRC | 08:57 | |
*** pksingh_ has joined #openstack-zun | 09:00 | |
*** openstackgerrit has quit IRC | 09:03 | |
*** pksingh_ has quit IRC | 09:06 | |
*** pksingh has joined #openstack-zun | 09:06 | |
*** openstackgerrit has joined #openstack-zun | 09:31 | |
openstackgerrit | Kevin Zhao proposed openstack/python-zunclient master: Add support for attach detach and resize https://review.openstack.org/417681 | 09:31 |
*** pksingh has quit IRC | 09:33 | |
*** pksingh has joined #openstack-zun | 10:03 | |
*** yanyanhu has quit IRC | 10:09 | |
openstackgerrit | Kevin Zhao proposed openstack/python-zunclient master: Don't pass parameter to API when the parameters is null https://review.openstack.org/430172 | 10:16 |
*** kevinz has quit IRC | 10:24 | |
*** yuanying has quit IRC | 10:36 | |
*** jchhatbar has quit IRC | 10:57 | |
*** janki has joined #openstack-zun | 10:59 | |
*** zhangjl has quit IRC | 11:04 | |
openstackgerrit | Madhuri Kumari proposed openstack/python-zunclient master: [WIP]Adding image-search API https://review.openstack.org/431442 | 11:20 |
*** pksingh has quit IRC | 11:26 | |
*** sudipto has quit IRC | 11:27 | |
*** sudipto_ has quit IRC | 11:27 | |
*** prameswar has quit IRC | 11:44 | |
*** kevinz has joined #openstack-zun | 12:01 | |
*** prameswar has joined #openstack-zun | 12:08 | |
*** kevinz has quit IRC | 12:15 | |
*** kevinz has joined #openstack-zun | 12:16 | |
*** diga has quit IRC | 12:26 | |
*** janki has quit IRC | 12:31 | |
*** janki has joined #openstack-zun | 12:31 | |
*** kevinz has quit IRC | 12:33 | |
*** kevinz has joined #openstack-zun | 12:35 | |
*** sudipto has joined #openstack-zun | 13:11 | |
*** sudipto_ has joined #openstack-zun | 13:11 | |
*** kevinz has quit IRC | 14:19 | |
*** catintheroof has joined #openstack-zun | 14:31 | |
*** hongbin has joined #openstack-zun | 15:09 | |
*** adisky_ has quit IRC | 15:39 | |
*** prameswar has quit IRC | 15:53 | |
*** vikasc has left #openstack-zun | 16:14 | |
*** janki has quit IRC | 16:26 | |
hongbin | sudipto: sudipto_ : hey, do you plan to make a revision of this patch or you think it is ready to merge? https://review.openstack.org/#/c/427007/7 | 16:44 |
sudipto_ | hongbin, there's only one thing that we may amend (or not) - that is w.r.t the deallocation daemon | 16:45 |
sudipto_ | basically what happens when a container gets killed? The allocation table has to be cleaned up | 16:45 |
hongbin | i see | 16:45 |
sudipto_ | but we can keep that detail in the patchsets too | 16:46 |
hongbin | ok | 16:46 |
hongbin | then, it seems the spec is ready to merge. | 16:46 |
sudipto_ | yeah looks OK to me, unless anyone else things some more info is needed. I think i have included what lakerzhou had pointed in his comment already. | 16:47 |
sudipto_ | s/things/thinks | 16:47 |
hongbin | ok | 16:47 |
*** janki has joined #openstack-zun | 16:53 | |
*** catintheroof has quit IRC | 17:06 | |
*** catintheroof has joined #openstack-zun | 17:07 | |
*** catintheroof has quit IRC | 17:11 | |
openstackgerrit | Merged openstack/zun master: Add support for zun attach/resize in server https://review.openstack.org/422525 | 17:29 |
*** sudipto has quit IRC | 17:39 | |
*** sudipto_ has quit IRC | 17:39 | |
*** janki has quit IRC | 18:04 | |
*** catintheroof has joined #openstack-zun | 18:26 | |
*** pcastets has quit IRC | 20:15 | |
-openstackstatus- NOTICE: Restarting gerrit due to performance problems | 20:21 | |
*** harlowja_ has joined #openstack-zun | 20:35 | |
*** harlowja has quit IRC | 20:37 | |
*** harlowja_ has quit IRC | 21:58 | |
*** harlowja has joined #openstack-zun | 22:05 | |
*** yuanying has joined #openstack-zun | 23:12 | |
*** diga has joined #openstack-zun | 23:44 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!