liusheng | morning nimble | 00:42 |
---|---|---|
*** wanghao has joined #openstack-nimble | 00:45 | |
*** little has joined #openstack-nimble | 00:47 | |
openstackgerrit | liusheng proposed openstack/nimble: Replace hard coded WSGI application creation https://review.openstack.org/415691 | 00:57 |
*** liudong has joined #openstack-nimble | 01:01 | |
*** liudong has quit IRC | 01:14 | |
*** liudong has joined #openstack-nimble | 01:21 | |
*** liudong has quit IRC | 01:25 | |
*** zhangjl has joined #openstack-nimble | 01:30 | |
*** liudong has joined #openstack-nimble | 01:33 | |
zhenguo | morning | 01:59 |
openstackgerrit | Zhong Luyao proposed openstack/nimble: bug_fix in create_instance taskflow https://review.openstack.org/415400 | 02:09 |
zhenguo | liusheng: do you have some low-hanging-fruit bugs for newcomers? | 02:12 |
liusheng | zhenguo: may try to supply tests firstly ? | 02:16 |
liusheng | zhenguo: the update-instance functional tests is missing now, I just remembered | 02:17 |
zhenguo | liusheng: thanks, yes we still miss many test cases :P | 02:21 |
liusheng | zhenguo: and docs, lol | 02:22 |
zhenguo | liusheng: lol | 02:28 |
zhenguo | silenceli: hi, before taking a task from the etherpad, maybe you can create you first patch from here https://github.com/openstack/nimble/blob/master/nimble/tests/functional/api/v1/test_instances.py , we still miss many test cases like update instances | 02:38 |
*** zhangjl has left #openstack-nimble | 02:39 | |
zhenguo | liusheng: are you familiar with the deleting instance process of nova? | 02:42 |
zhenguo | liusheng: I read up the code, but seems there's no mechanism to cleanup resources if deleting when the instance is in creating process | 02:43 |
liusheng | zhenguo: just read the code long ago | 02:43 |
zhenguo | liusheng: ok, I will read more | 02:43 |
liusheng | zhenguo: I am not sure, but as zhenyu told that Nova won't clean resource sometimes | 02:44 |
zhenguo | liusheng: seems yes, but we can't | 02:44 |
liusheng | zhenguo: hah | 02:44 |
zhenguo | liusheng: lol | 02:45 |
little | It will delete network and storage resource when deleting instance in nova | 02:58 |
zhenguo | little: yes, but when deleting an instance when it's in building status, how to handle that? | 03:00 |
little | The process is same | 03:03 |
zhenguo | little: like when you are in deploying ironic node status, a deleting request come, how to handle that? | 03:05 |
zhenguo | little: as we are in a looping call to check whether the ironic node is active, so a delete request will just deleted from db in this case or wait for the node to become active then delete it | 03:06 |
little | I think no need to wait for the node | 03:07 |
little | Deleting operation is triggered in any status of privisioning the ironic node | 03:07 |
zhenguo | little: but we have a state machine in ironic, it doesn't support to delete in any state | 03:07 |
zhenguo | little: not sure, I will dig the nova code more, thanks! | 03:09 |
wanghao | zhenguo: liusheng: hi guys, pls review two patch: https://review.openstack.org/#/c/415656/ and https://review.openstack.org/#/c/415634/. If you have time. | 03:09 |
zhenguo | wanghao, liusheng: should we hold on for a while now, at least after our launchpad and irc changed, otherwise that may somewaht confused newcomers, wdyt? | 03:10 |
liusheng | zhenguo: yes, agree | 03:11 |
wanghao | zhenguo: make sense to me, we review them later | 03:12 |
little | If waiting for the ironic status 头 | 03:13 |
wanghao | zhenguo: But if we merge some new patch, plz suggest the developer to change the name in their commit. | 03:14 |
little | if waiting for the ironic status to active , maybe for long time or not delete it for ever | 03:15 |
zhenguo | wanghao: yes, thanks | 03:20 |
wanghao | zhenguo: np | 03:20 |
zhenguo | little: yes, I remember nova doesn't support force delete for ironic instance | 03:21 |
little | you r right, It just support to provision state from active to manageable for ironic node by nova deleting interface | 03:24 |
little | so i am not sure, nimble will delete it from ironic db or same as nova's delete | 03:25 |
zhenguo | little: I'm now refactoring the deleting code now, will find a right way for baremetals | 03:30 |
openstackgerrit | wanghao proposed openstack/nimble: Rename nimble to mogan(part three) https://review.openstack.org/415786 | 03:34 |
openstackgerrit | liusheng proposed openstack/nimble: Support public request routes based on the confugurable app creation https://review.openstack.org/415790 | 03:42 |
*** zhangjl has joined #openstack-nimble | 03:48 | |
openstackgerrit | zhangjl proposed openstack/nimble: TrivialFix: Remote the return key word when usging cast method https://review.openstack.org/415797 | 05:12 |
openstackgerrit | zhangjl proposed openstack/nimble: TrivialFix: Remove the return key word when using cast method https://review.openstack.org/415797 | 05:16 |
*** little has quit IRC | 05:52 | |
*** wanghao has quit IRC | 05:52 | |
*** little has joined #openstack-nimble | 05:53 | |
*** wanghao has joined #openstack-nimble | 05:54 | |
*** liudong has quit IRC | 06:17 | |
*** liudong has joined #openstack-nimble | 06:18 | |
*** liudong has quit IRC | 06:20 | |
*** liudong has joined #openstack-nimble | 06:20 | |
openstackgerrit | wanghao proposed openstack/nimble: Rename nimble to mogan(part three) https://review.openstack.org/415786 | 06:29 |
openstackgerrit | Zhong Luyao proposed openstack/nimble: bug_fix in create_instance taskflow https://review.openstack.org/415400 | 06:32 |
*** liudong has quit IRC | 06:34 | |
*** shihanzhang has joined #openstack-nimble | 06:42 | |
*** liudong has joined #openstack-nimble | 06:43 | |
openstackgerrit | Zhong Luyao proposed openstack/nimble: bug_fix in create_instance taskflow https://review.openstack.org/415400 | 06:44 |
zhenguo | zly: are you interested to work on adding instance fault information? | 06:45 |
*** liudong_ has joined #openstack-nimble | 06:48 | |
*** liudong has quit IRC | 06:48 | |
zly | zhenguo, yes, but I test the taskflow and find another problem now. | 06:54 |
openstackgerrit | Merged openstack/nimble: TrivialFix: Remove the return key word when using cast method https://review.openstack.org/415797 | 06:55 |
zly | zhenguo, I have a node avaliable,but I can't use it to create my instance | 06:55 |
zhenguo | zly: hah, thanks | 06:55 |
zhenguo | zly: why, what's the node status? | 06:55 |
zly | zhenguo, avaliable | 06:55 |
zhenguo | zly: you can read the log from scheduler, before filtering it will present the node number | 06:56 |
zhenguo | zly: it just raised NovalidNode or something else? | 06:57 |
zly | zhenguo, I set wrong network yesterday,and it failed in build_network_task | 06:57 |
zly | zhenguo, But today, it failed in schedule_instance_task | 06:58 |
zhenguo | zly: that's because the port is still in neutron with the MAC address | 06:58 |
zhenguo | zly: that's weird, why its failed in schedluing | 06:58 |
zly | zhenguo, I will working on it and looking for the reason | 07:00 |
zhenguo | zly: thanks a lot! | 07:00 |
openstackgerrit | liusheng proposed openstack/nimble: Support public request routes based on the confugurable app creation https://review.openstack.org/415790 | 07:08 |
*** liudong_ has quit IRC | 07:11 | |
*** liudong has joined #openstack-nimble | 07:11 | |
*** wanghao has quit IRC | 07:11 | |
*** wanghao has joined #openstack-nimble | 07:12 | |
*** liudong has quit IRC | 07:17 | |
*** liudong has joined #openstack-nimble | 07:17 | |
*** liudong has quit IRC | 07:23 | |
*** liudong has joined #openstack-nimble | 07:24 | |
*** liudong has quit IRC | 07:26 | |
zhenguo | zhangjl: hi, we created a wechat group Mogan, would you like to join :P | 07:26 |
*** liudong has joined #openstack-nimble | 07:26 | |
zhangjl | zhenguo:got it | 07:26 |
zhenguo | shaohe_feng: please invite zly to our wechat group | 07:26 |
zhenguo | zhangjl: what's you wechat account | 07:27 |
zhangjl | zhenguo:my account is lucifer_chn | 07:27 |
*** liudong has quit IRC | 07:29 | |
zhenguo | zhangjl: '北风之神'? | 07:30 |
*** liudong has joined #openstack-nimble | 07:30 | |
zhangjl | zhenguo:yep | 07:30 |
zhenguo | zhangjl: hah, a girl? | 07:30 |
zhangjl | zhenguo:nonono, man | 07:30 |
zhenguo | zhangjl: lol, so disappointed... | 07:31 |
zhangjl | zhenguo::-D | 07:31 |
*** liudong has quit IRC | 07:32 | |
*** liudong has joined #openstack-nimble | 07:33 | |
*** liudong has quit IRC | 07:34 | |
*** liudong has joined #openstack-nimble | 07:34 | |
*** liudong has quit IRC | 07:36 | |
*** liudong has joined #openstack-nimble | 07:37 | |
openstackgerrit | Merged openstack/nimble: bug_fix in create_instance taskflow https://review.openstack.org/415400 | 07:39 |
*** wanghao_ has joined #openstack-nimble | 07:58 | |
*** wanghao has quit IRC | 07:58 | |
*** yuntongjin has joined #openstack-nimble | 08:05 | |
openstackgerrit | liusheng proposed openstack/nimble: Support public request routes based on the confugurable app creation https://review.openstack.org/415790 | 08:05 |
*** yuntongjin has quit IRC | 08:05 | |
*** zhangjl has left #openstack-nimble | 08:18 | |
openstackgerrit | liusheng proposed openstack/nimble: Add support for updating instance type https://review.openstack.org/386439 | 08:20 |
openstackgerrit | Zhenguo Niu proposed openstack/nimble: No need to pass destroy instance rpc request if InstanceNotFound https://review.openstack.org/415819 | 08:21 |
openstackgerrit | liusheng proposed openstack/nimble: Trivial-Fix: Replace the 'glance' with 'nimble' in releasenot docs https://review.openstack.org/415822 | 08:32 |
*** liudong has quit IRC | 08:58 | |
*** liudong has joined #openstack-nimble | 09:00 | |
*** wanghao_ has quit IRC | 09:22 | |
*** wanghao has joined #openstack-nimble | 09:22 | |
zhenguo | liusheng: does your env has nova installed? | 09:28 |
liusheng | zhenguo: it is still in stalling | 09:29 |
zhenguo | liusheng: hah | 09:29 |
liusheng | zhenguo: have takes a whole afternoon :( | 09:29 |
zhenguo | liusheng: lol, when you are finished, could you please help to test when the instance is in building status, what happend if you issue a delete request? | 09:30 |
liusheng | zhenguo: you mean only in Nova ? | 09:30 |
zhenguo | liusheng: I don't want to take another whole afternoon to setup a env | 09:30 |
zhenguo | liusheng: yes, create and delete with nova | 09:31 |
zhenguo | via nova | 09:31 |
liusheng | zhenguo: oh, I have another evn that nova is available | 09:31 |
zhenguo | liusheng: really, excelent | 09:31 |
liusheng | zhenguo: not sure you can acess my env, but if you want I can tell your the password | 09:32 |
zhenguo | liusheng: in blue cloud? | 09:33 |
zhenguo | liusheng: yes, please send me the password | 09:33 |
liusheng | zhenguo: my another env with nova, nimble, tempest enabled will be installed completed soon :) | 09:33 |
liusheng | zhenguo: ok | 09:33 |
zhenguo | liusheng: thanks | 09:33 |
liusheng | zhenguo: have sent to you privately | 09:34 |
openstackgerrit | wanghao proposed openstack/nimble: Rename nimble to mogan(part three) https://review.openstack.org/415786 | 09:42 |
*** little has quit IRC | 09:42 | |
*** wanghao has quit IRC | 09:47 | |
liusheng | happy new year nimble guys :) | 09:47 |
shaohe_feng | liusheng: happy new year nimble guys :) | 10:12 |
*** liudong has quit IRC | 10:25 | |
* zhenguo disappears | 10:43 | |
*** _liusheng has joined #openstack-nimble | 12:00 | |
*** shihanzhang has quit IRC | 12:52 | |
*** l4yerffeJ__ has quit IRC | 15:43 | |
*** l4yerffeJ__ has joined #openstack-nimble | 15:43 | |
*** _liusheng has quit IRC | 15:47 | |
*** l4yerffeJ__ has quit IRC | 15:47 | |
*** l4yerffeJ__ has joined #openstack-nimble | 15:48 | |
*** l4yerffeJ_ has joined #openstack-nimble | 16:15 | |
*** l4yerffeJ__ has quit IRC | 16:15 | |
*** l4yerffeJ has joined #openstack-nimble | 21:32 | |
*** Jeffrey4l has quit IRC | 21:34 | |
*** l4yerffeJ_ has quit IRC | 21:35 | |
*** Jeffrey4l has joined #openstack-nimble | 21:36 | |
*** Jeffrey4l has quit IRC | 21:40 | |
*** Jeffrey4l has joined #openstack-nimble | 21:41 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!