Wednesday, 2017-07-19

*** kiennt has joined #openstack-zun00:49
*** harlowja has quit IRC01:13
*** zhurong has joined #openstack-zun01:13
*** hongbin has joined #openstack-zun01:14
*** kevzha01 has joined #openstack-zun01:15
*** caowei has joined #openstack-zun02:13
*** Shunli has joined #openstack-zun02:30
openstackgerritMerged openstack/zun master: Updated from global requirements  https://review.openstack.org/48459702:39
openstackgerritKien Nguyen proposed openstack/zun master: Added support for Auto remove the container  https://review.openstack.org/41894202:45
kiennthongbin: Depend on your commentin patchset: https://review.openstack.org/#/c/418943/7, i fixed this error (it's a dump mistake in log).02:46
kienntEverything works fine, zun handle the lower api-version (.eg 1.2) well now02:46
kienntBut when i run command02:46
hongbinkiennt: ack02:46
kienntzun  --debug --zun-api-version 1.3 run --rm -n test1 cirros02:46
kienntcontainer test1 already exists. As I expect, test must be deleted and the new one will be created. Instead that,02:47
kienntthe Conflict exception was show up02:47
hongbinok, let me try that command02:47
hongbinkiennt: the command worked fine in my environment02:54
hongbinkiennt: what conflict error your were seeing?02:55
kiennthongbin, I got exception Conflict A container with name test1 already exists02:57
kienntThe command works fine, and the existed container (test1) was removed?02:57
hongbinoh, i don't have an existing container02:57
hongbinif the container exists, it should return conflict response, i think the behaviour is correct02:58
hongbinzun won't allow the container to create, if it is under a name conflict02:59
kienntAs I understand, the container will be automatically03:01
kiennt  removed when it exits, like mentioned in bug: https://launchpad.net/bugs/164490103:01
openstackLaunchpad bug 1644901 in Zun "Add support for autoremove option" [Medium,In progress]03:01
hongbinkiennt: yes, the container will be removed when it finishes execution03:04
hongbinkiennt: an example is that: zun run --rm cirros sleep 103:04
hongbinkiennt: then, this container will be removed after 1 seconds03:04
hongbintype "zun list" should show that this container is "Deleted"03:04
kiennthongbin: I got it, some misunderstanding :) thank you03:08
hongbinwelcome03:09
kiennthongbin: Just one more question, container status only change to DELETED, but the container still exists. Do you think we should delete it in db?03:11
hongbinkiennt: yes, "Deleted" means the container is removed in docker, but still recorded in db03:12
*** lakerzhou has joined #openstack-zun03:12
hongbinit can be manually removed by "zun delete" , or it should be picked by a periodic tasks to get them removed03:13
*** lakerzhou1 has joined #openstack-zun03:15
kiennthongbin: Periodic tasks is better choice, I will investigate and push new patch in near future. Hope we can done this bug soon03:16
hongbinkiennt: agree, look forward to review your patch :)03:17
*** lakerzhou has quit IRC03:18
*** jwcroppe has joined #openstack-zun03:24
*** hongbin has quit IRC03:36
*** lakerzhou1 has quit IRC03:45
*** jwcroppe has quit IRC04:12
*** jwcroppe has joined #openstack-zun04:12
*** harlowja has joined #openstack-zun04:31
*** janki has joined #openstack-zun04:33
*** harlowja has quit IRC04:47
*** janki has quit IRC04:50
*** zhurong has quit IRC04:55
*** nicolasbock has joined #openstack-zun05:11
openstackgerritKevin Zhao proposed openstack/zun master: Add capsule method describe  https://review.openstack.org/48460505:15
openstackgerritKevin Zhao proposed openstack/zun master: Add capsule method delete  https://review.openstack.org/48460405:15
openstackgerritKevin Zhao proposed openstack/zun master: Add capsule method list  https://review.openstack.org/48460305:15
openstackgerritKevin Zhao proposed openstack/zun master: Add capsule controller in API side  https://review.openstack.org/48460205:15
openstackgerritKevin Zhao proposed openstack/zun master: Add the capsule DB method  https://review.openstack.org/48460105:15
openstackgerritKevin Zhao proposed openstack/zun master: Add the Object Capsule and database table  https://review.openstack.org/48045605:15
openstackgerritKevin Zhao proposed openstack/zun master: Add capsule method describe  https://review.openstack.org/48460505:18
openstackgerritKevin Zhao proposed openstack/zun master: Add capsule method delete  https://review.openstack.org/48460405:18
*** janki has joined #openstack-zun05:30
*** kiennt has quit IRC05:42
*** harlowja has joined #openstack-zun05:46
*** zhurong has joined #openstack-zun05:50
openstackgerritShunli Zhou proposed openstack/python-zunclient master: Add host list cli  https://review.openstack.org/48504805:59
openstackgerritShunli Zhou proposed openstack/zun master: Add host list api  https://review.openstack.org/48504905:59
*** kiennt has joined #openstack-zun06:02
*** caowei_ has joined #openstack-zun06:16
*** caowei has quit IRC06:16
*** caowei_ is now known as caowei06:16
*** kiennt has quit IRC06:21
*** nicolasbock has quit IRC06:23
*** nicolasbock has joined #openstack-zun06:25
*** jwcroppe has quit IRC06:32
*** kevzha01 is now known as kevinz06:32
*** nicolasbock has quit IRC06:37
*** nicolasbock has joined #openstack-zun06:39
*** harlowja has quit IRC06:42
*** Shunli has quit IRC06:49
*** Shunli has joined #openstack-zun06:50
*** Shunli has quit IRC06:56
*** Shunli has joined #openstack-zun06:57
*** vikasc has quit IRC07:13
*** vikasc has joined #openstack-zun07:15
*** adisky__ has joined #openstack-zun07:20
*** catintheroof has joined #openstack-zun07:31
*** catintheroof has quit IRC07:36
*** kiennt has joined #openstack-zun07:40
*** egonzalez has joined #openstack-zun07:43
*** pksingh has joined #openstack-zun07:47
*** openstackgerrit has quit IRC08:49
*** openstackgerrit has joined #openstack-zun09:06
openstackgerritKevin Zhao proposed openstack/python-zunclient master: Add capsule method in zunclient  https://review.openstack.org/48045509:06
openstackgerritKevin Zhao proposed openstack/python-zunclient master: Add capsule method in zunclient  https://review.openstack.org/48045509:13
openstackgerritKevin Zhao proposed openstack/python-zunclient master: add capsule describe  https://review.openstack.org/48470809:13
*** caowei has quit IRC09:20
*** Shunli has quit IRC09:30
openstackgerritMadhuri Kumari proposed openstack/zun master: Add admin folder for related documents  https://review.openstack.org/48512609:36
*** kevinz has quit IRC09:44
*** caowei has joined #openstack-zun10:23
*** kiennt has quit IRC10:45
*** zhurong has quit IRC10:53
*** kevzha01 has joined #openstack-zun11:58
openstackgerritMerged openstack/python-zunclient master: Remove deprecated parameter command in RunContainer  https://review.openstack.org/48431012:01
openstackgerritMerged openstack/python-zunclient master: Add uts for parse_command  https://review.openstack.org/48459912:01
*** catintheroof has joined #openstack-zun12:21
*** caowei has quit IRC12:26
*** kevzha01 has quit IRC12:31
*** pksingh has quit IRC12:44
*** pksingh has joined #openstack-zun12:46
*** kiennt has joined #openstack-zun13:00
*** lakerzhou has joined #openstack-zun13:44
*** hongbin has joined #openstack-zun13:49
*** pksingh has quit IRC13:57
*** jwcroppe has joined #openstack-zun14:07
openstackgerritMerged openstack/zun master: Add admin folder for related documents  https://review.openstack.org/48512614:07
*** kevzha01 has joined #openstack-zun14:16
*** janki has quit IRC15:03
*** kevzha01 has quit IRC15:08
*** kevzha01 has joined #openstack-zun15:13
openstackgerritHongbin Lu proposed openstack/python-zunclient master: Fixed the api version issue on OSC plugin  https://review.openstack.org/48523515:14
*** kevzha01 has quit IRC15:23
*** pksingh has joined #openstack-zun16:26
*** kiennt has quit IRC16:33
*** pksingh has quit IRC16:36
*** pksingh has joined #openstack-zun16:56
*** egonzalez has quit IRC17:02
*** harlowja has joined #openstack-zun17:25
*** harlowja has quit IRC17:25
*** harlowja has joined #openstack-zun17:26
*** pksingh has quit IRC18:02
*** adisky__ has quit IRC18:58
*** vikasc has quit IRC19:04
*** vikasc has joined #openstack-zun19:05
*** coolsvap has quit IRC19:51
*** nicolasbock has quit IRC20:06
openstackgerritBin Zhou proposed openstack/zun master: container SR-IOV networking support  https://review.openstack.org/48449620:50
*** lakerzhou has quit IRC21:06
*** jwcroppe has quit IRC21:22
*** jwcroppe has joined #openstack-zun21:23
*** jwcroppe has quit IRC21:28
*** jwcroppe has joined #openstack-zun21:29
*** jwcroppe has quit IRC21:51
*** jwcroppe has joined #openstack-zun22:08
*** jwcroppe has quit IRC22:45
*** jwcroppe has joined #openstack-zun22:46
*** jwcroppe has quit IRC22:51
*** jwcroppe has joined #openstack-zun22:54
*** catintheroof has quit IRC23:03
*** jwcroppe has quit IRC23:29
*** jwcroppe has joined #openstack-zun23:29
*** hongbin has quit IRC23:30
*** jwcroppe has quit IRC23:33

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!