Tuesday, 2017-07-11

*** liujiong has joined #openstack-mogan00:24
*** litao__ has joined #openstack-mogan00:57
zhenguomorning mogan!01:09
litao__morning01:09
litao__zhenguo: my patch merged failed ,how to deal it?01:10
* litao__ zhenguo: https://review.openstack.org/#/c/477440/01:10
zhenguolitao__: does recheck work?01:10
litao__zhenguo: ok, I will try01:11
zhenguolitao__: ok01:11
*** wanghao_ has joined #openstack-mogan01:11
*** wanghao has quit IRC01:15
zhenguoliusheng: the allocations changed to use different consumer id in multi creation senario01:18
liushengzhenguo: ok01:18
zhenguoliusheng: what's the problems you met?01:18
liushengzhenguo: about what ?01:19
zhenguoliusheng: you said you can't do multi create yesterday01:19
liushengzhenguo: oh, that is because something wrong with my env, unrelated01:19
zhenguoliusheng: ok01:20
liushengzhenguo: but I have tested multi-creating until scheduling step01:20
*** wanghao has joined #openstack-mogan01:20
zhenguoliusheng: ok, I just multi created and deleted one of them to see01:20
liushengzhenguo: thanks01:20
zhenguoliusheng: it seems work fine01:21
liushengzhenguo: :D01:21
zhenguoliusheng: but find another problems01:22
liushengzhenguo: what01:22
zhenguoliusheng: the resource_providers got a unknown record01:22
openstackgerritTao Li proposed openstack/mogan master: [WIP] Manage existing BMs: Part-2  https://review.openstack.org/48154401:23
zhenguoliusheng: just sent you via espace01:23
*** wanghao_ has quit IRC01:23
liushengzhenguo: maybe it because nova also report nodes01:24
zhenguoliusheng: why nova still report taht01:25
liushengzhenguo: why don't01:25
zhenguoliusheng: why does it do that before01:25
zhenguoliusheng: I only find rps reported by mogan01:25
liushengzhenguo: if the virt driver of Nova is ironic, it will also report that to placement01:26
zhenguoliusheng: but I only find 3 rps reported by mogan01:26
liushengzhenguo: not very sure, if you want to avoid that, you can stop nova-compute and restart mogan-engine01:26
liushengzhenguo: I can find nova reporting in my env01:27
zhenguoliusheng: in fact, I copied you whole devstack dir01:27
zhenguoliusheng: but I can't find nova's report01:27
liushengzhenguo: the record looks like nova report01:27
zhenguoliusheng: on our tempest gate, it also got nova's report?01:27
liushengzhenguo: seems don't01:28
*** wanghao_ has joined #openstack-mogan01:28
liushengzhenguo: in gate, the virt driver isn't ironic as default, I guess01:28
zhenguoliusheng: the resource provider name is node uuid from nova, so what's the rp uuid?01:28
zhenguoliusheng: seems it is01:28
liushengzhenguo: auto-generated01:29
zhenguoliusheng: hah01:29
zhenguoliusheng: it's ok01:29
liushengzhenguo: you can just stop nova-compute in your env to avoid that :D01:29
zhenguoliusheng: ok01:30
*** wanghao has quit IRC01:31
zhenguoliusheng: seems we got a problem with network build01:31
zhenguoliusheng: when I created, then deleted, then create again, it raise 'build network for server failed'01:32
zhenguoliusheng, Xinran: we really need the detach interface patch landed soon, as mogan can't work now01:40
zhenguowhen do delete server , the ironic port still got internal_info with tenant_vif_port_id01:40
zhenguoso when a server created and deleted, it can never be used again01:40
zhenguoliusheng: please help with the tempest error when you are back01:41
*** liusheng has quit IRC01:59
*** liusheng has joined #openstack-mogan02:00
*** wanghao_ has quit IRC02:58
*** wanghao has joined #openstack-mogan02:59
openstackgerritMerged openstack/mogan master: Fix reverting the network when plug vif failed  https://review.openstack.org/47744003:21
*** wanghao has quit IRC03:27
*** wanghao has joined #openstack-mogan03:28
*** Kevin_Zheng has joined #openstack-mogan03:30
zhenguoliusheng: are you around?03:31
liushengzhenguo: just backed from an internal meeting03:33
zhenguoliusheng: ok, please help to review the detach interface03:33
liushengzhenguo: ok03:33
zhenguoliusheng: we have problems now, as the attach interface set port internal_info filed, but we don't land the detach one to clean it03:34
zhenguoliusheng: for placement patches, I don't like to introduce many things that only may be used in future...03:50
liushengzhenguo: ok03:51
openstackgerritZhenguo Niu proposed openstack/mogan master: Detach interface for server  https://review.openstack.org/46176705:53
openstackgerritZhenguo Niu proposed openstack/mogan master: Detach interface for server  https://review.openstack.org/46176706:35
liushengzhenguo: do the above patch can pass tempest ?06:52
zhenguoliusheng: no06:53
zhenguoliusheng: I don't change the tempest related part06:53
liushengzhenguo: ok, let me try06:53
zhenguoliusheng:thanks06:53
liushengzhenguo: do you know why we designed to attach interface twice ?07:23
zhenguoliusheng: twice?07:24
liushengzhenguo: yes07:25
openstackgerritZhenguo Niu proposed openstack/mogan master: Use IRONIC_USE_RESOURCE_CLASSES in devstack plugin  https://review.openstack.org/48243007:25
zhenguoliusheng: I don't know, how?07:26
liushengzhenguo: in controller/server.py, you can see the attach interface07:26
liushengzhenguo: for ironic node vif, we cannot detach the last vif, right ?07:28
zhenguoliusheng: it's sure a bug07:28
liushengzhenguo: yes, I will upload a ps, and try to fix tempest test07:28
zhenguoliusheng: thanks07:28
liushengzhenguo: for ironic node vif, we cannot detach the last vif, right ?07:29
zhenguoliusheng: I'm not sure07:29
zhenguoliusheng: need to test, if so, we should also avoid detach the last one07:29
zhenguoliusheng: seems not, as when destroy node, we also call vif detach to remove all network attached07:30
liushengzhenguo: ok, so we need to merge the detach and attach tests, since we only have 1 server to test, and we cannot ensure the running order07:30
zhenguoliusheng: I remember ironic now provide two ports07:31
liushengzhenguo: yes, but if tempest run detack test firstly, we'd better to avoid problems07:31
zhenguoliusheng: sure07:32
liushengzhenguo: detack/detach07:32
*** openstackgerrit has quit IRC07:33
*** openstackgerrit has joined #openstack-mogan07:33
openstackgerritliusheng proposed openstack/mogan master: Detach interface for server  https://review.openstack.org/46176707:34
openstackgerritZhenguo Niu proposed openstack/mogan master: Detach interface for server  https://review.openstack.org/46176707:38
openstackgerritwanghao proposed openstack/mogan master: Manage existing BMs: Part-1  https://review.openstack.org/47966007:44
*** openstackgerrit has quit IRC08:03
*** openstackgerrit has joined #openstack-mogan08:23
openstackgerritZhenguo Niu proposed openstack/mogan master: Detach interface for server  https://review.openstack.org/46176708:23
openstackgerritliusheng proposed openstack/mogan master: Detach interface for server  https://review.openstack.org/46176708:23
liushengzhenguo: lol08:25
liushengzhenguo: didn't found your commit08:25
zhenguoliusheng: lol08:25
zhenguoliusheng: how's our physical env?08:26
liushengzhenguo: still cannot recover08:27
zhenguoliusheng: hardware problems?08:27
liushengzhenguo: not sure08:27
zhenguoliusheng: do you have a backup of the sript...08:27
liushengzhenguo: seems didn't08:28
zhenguoliusheng: :(08:28
zhenguoliusheng: our compute vm is pretty slow..08:38
liushengzhenguo: mine is ok08:39
zhenguoliusheng: why08:39
liushengzhenguo: not sure08:39
liushengzhenguo: hah08:39
zhenguoliusheng: let me try yours08:40
zhenguols08:40
zhenguoliusheng: still can not access our doc url08:42
openstackgerritwanghao proposed openstack/mogan master: Refactor exception raise by using mogan exception  https://review.openstack.org/47597108:49
litao__hi guys, pls review my patch: https://review.openstack.org/#/c/476862/08:55
zhenguolitao__: ok09:15
openstackgerritZhenguo Niu proposed openstack/mogan master: Use IRONIC_USE_RESOURCE_CLASSES in devstack plugin  https://review.openstack.org/48243009:20
*** wanghao has quit IRC10:12
*** wanghao has joined #openstack-mogan10:13
*** wanghao has quit IRC10:17
*** wanghao has joined #openstack-mogan10:17
openstackgerritliusheng proposed openstack/mogan master: Support running api under uWSGI  https://review.openstack.org/48205710:20
*** liujiong has quit IRC10:20
openstackgerritwanghao proposed openstack/mogan master: Refactor exception raise by using mogan exception  https://review.openstack.org/47597110:47
zhenguohttps://bugs.launchpad.net/mogan/+bug/170359211:27
openstackLaunchpad bug 1703592 in Mogan "Circular reference error when attaching interface" [Undecided,New]11:27
*** wanghao has quit IRC11:38
openstackgerritZhenguo Niu proposed openstack/mogan master: Remove old flavor test mock  https://review.openstack.org/48252611:45
liushengzhenguo: the physical env can be acessed12:30
*** litao__ has quit IRC12:35
*** openstackgerrit has quit IRC12:47

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