Friday, 2015-04-03

*** tjones1 has joined #openstack-nova00:01
*** dboik has joined #openstack-nova00:04
*** dims has quit IRC00:04
*** annashen has quit IRC00:05
*** dboik_ has joined #openstack-nova00:05
*** ferest has joined #openstack-nova00:06
*** tjones1 has quit IRC00:08
*** dboik has quit IRC00:09
*** achanda has joined #openstack-nova00:09
*** annashen has joined #openstack-nova00:12
*** FatBack has quit IRC00:13
*** promulo has joined #openstack-nova00:14
*** promulo__ has quit IRC00:18
openstackgerritJoe Gordon proposed openstack/nova: Log ebtables output on failure  https://review.openstack.org/17030700:21
openstackgerritJoe Gordon proposed openstack/nova: Allow _exec_ebtables to ignore exit codes  https://review.openstack.org/17032200:21
*** dims has joined #openstack-nova00:22
jogocburgess: ping00:22
jogo^00:22
cburgess*pong*00:22
jogoyour ebtables stuff is breaking I think00:22
cburgessOh thats not good.00:22
cburgessLet me go read those reviews right now.00:22
jogocburgess: see http://logs.openstack.org/07/170307/1/check/check-tempest-dsvm-aiopcpu-full/ea25407//logs/10.176.201.114-subnode/screen-n-net.txt.gz?#_2015-04-02_23_14_39_30400:23
jogothe context is getting multi node testing (aiopcpu) working00:23
jogoand we are seeing a bunch of networking issues periodically00:23
cburgessHmm... I wonder why these rules aren't getting created...00:24
jogocburgess: so ensure_ebtables_rules deletes the rule and recreates it00:24
jogoevery time00:24
cburgessYeah...00:24
jogoso the first time ensure is called for that rule it may not exist right?00:24
cburgessSo vishy added that as I recall to work around a sometime bug with the rule not getting added.00:24
*** annegentle has joined #openstack-nova00:24
cburgessYeah... I think so.00:25
jogoanyway you were always retrying00:25
jogoand eventually the retry works and you can delete the rule00:25
jogonot sure how that happens though00:25
jogoso this may not be the actual issue we are seeing  but either way this looks bad00:26
*** shaohe_feng has quit IRC00:26
jogothe issue we are seeing in the end is instances not getting DHCP leases00:26
jogoWARN: /etc/rc3.d/S40-network failed00:27
jogohttp://logs.openstack.org/27/169827/1/check/check-tempest-dsvm-aiopcpu-full/e4312c3/logs/testr_results.html.gz00:27
*** annashen has quit IRC00:28
*** kiwik-chenrui has joined #openstack-nova00:29
*** RuiChen has quit IRC00:33
*** annashen has joined #openstack-nova00:34
cburgessjogo: So does this change cause the instance to get an IP? I don't know that this would prevent it.00:36
cburgesslet me read these logs and refresh my memory of the code, its been a while00:36
jogocburgess: thanks00:38
jogocburgess: the more I look at this bug, the more I think its unrelated00:38
jogowe try deleting 3 times00:38
jogoand move on00:38
cburgessYeah...I think thats what happens.00:38
jogothe raise logic doesn't get triggered because check_exit_code=False00:39
cburgessAt least as I recall from the code.00:39
cburgessRight00:39
cburgessWe aren't getting an exception so it feels like this probably isn't the problem.00:39
jogoso fixing this will just speed things up00:39
jogobut not fix it00:39
cburgessRight.00:39
*** eliqiao has joined #openstack-nova00:39
cburgessThere is some latent timiing thing where sometimes this loop runs multiple  times.00:39
cburgessI've never figured out why that happens.00:39
cburgessThat could just be a timing thing though in that libvirt is also running at the same time and blocking us.00:40
cburgessAt least that was the theory.00:40
*** gibi has quit IRC00:40
*** ildikov_ has quit IRC00:40
jogohave to head out, I will cleanup my patch later and get it in00:41
jogothen keep hunting for why multi node testing sometimes fails00:41
jogofailure rate is pretty high right now http://jogo.github.io/gate/aiopcpu.html00:42
cburgessI need to think about your change though.00:42
cburgessI'm not sure we want that.00:42
jogocburgess: why not?00:42
*** annegentle has quit IRC00:42
cburgessI don't think you will retry on a locking error with libvirt.00:42
cburgessI need to think about this though.00:42
cburgessI'll post a comment to the review if I think its a problem.00:43
cburgessYeah you won't retry. I'll explain in a comment on the review so you can take off.00:43
jogocburgess: kk, we won't retry on a failed delete operation right00:44
cburgessRight00:44
jogoso maybe we need to introspect the error message00:44
cburgessSo if we failed because we raced with libvirt and libvirt won then boom.00:44
cburgessYeah.. so we can do that. We were hoping to avoid it but maybe we need to.00:44
jogomaybe ebtables has a flag to not fail if row is not there?00:45
cburgessMaybe..00:45
cburgessreading man00:45
cburgessNothing hops out.00:46
cburgessThe real solution for this is to manage ebtables rules like we do iptables rules but thats a bit more work.00:46
cburgessAs in reload them each time.00:46
jogoso that any latent issues go away over time yeah00:47
cburgessBut yeah maybe we can just introspect the error.00:47
cburgessWe do it in other places.00:47
jogofor now I vote just introspect the error message00:48
jogoyeah00:48
cburgessIts :( but doable.00:48
jogowant to amend my patch?00:48
openstackgerritKun Huang proposed openstack/nova: improve api_version.matches  https://review.openstack.org/17032500:48
cburgessYeah I need to find the error message...00:48
jogoI can write the unit tests for it after if you want00:48
cburgessDo you have a copy some place?00:48
*** ujjain has quit IRC00:48
cburgessOf the error?00:48
cburgessif not I think I still have the test case some place I used to reproduce it.00:48
jogocheck the original bug report maybe?00:49
jogoanyway time to go AFK for a bit o/ thanks00:49
cburgessOK cool.00:49
*** annashen has quit IRC00:50
cburgessjogo: Found it.. stderr: u"Unable to update the kernel. Two possible causes:\n1. Multiple ebtables programs were executing simultaneously. The ebtables\n   userspace tool doesn't by default support multiple ebtables programs running\n   concurrently. The ebtables option --concurrent or a tool like flock can be\n   used to support concurrent scripts that update the ebtables kernel tables.\n2. The kernel doesn't support a certain ebtables00:51
cburgess extension, consider\n   recompiling your kernel or insmod the extension.\n.\n" execute /usr/local/lib/python2.7/dist-packages/oslo_concurrency/processutils.py:24900:51
*** sdake_ has joined #openstack-nova00:54
eliqiaohi alex_xu:00:57
alex_xueliqiao: hi00:57
eliqiaoit's re https://review.openstack.org/#/c/165671/300:57
*** sdake has quit IRC00:57
alex_xueliqiao: yea, I saw that.00:58
eliqiaoI see you give -1 , is that due to the refer message ?00:58
alex_xueliqiao: but I really think the exception process code should be in exception catch block00:58
eliqiaoalex_xu: hmm. I am okay that make it in exception..00:59
eliqiaoalex_xu: and how about the refer message?00:59
alex_xueliqiao: yea, thanks. It is more readable, and that is what try..catch useful00:59
*** joshw42 has quit IRC00:59
*** sdake has joined #openstack-nova01:00
*** tteggel_ has quit IRC01:00
alex_xueliqiao: what your mean about refer message?01:00
*** mariusv has quit IRC01:00
eliqiaoalex_xu:  that is what the code be, sahid give the propose to me .01:00
eliqiaor = {-1: 'VIR_CPU_COMPARE_ERROR', .., and your comments that , use human understanding message.01:01
alex_xuform the comment sound like sahid agree with me?01:01
*** shadyabhi has quit IRC01:01
*** mordred has quit IRC01:01
*** tellesnobrega has quit IRC01:01
*** jgrimm has quit IRC01:01
eliqiaoalex_xu: but these message is from http://libvirt.org/html/libvirt-libvirt-host.html#virCPUCompareResult01:01
*** tteggel has joined #openstack-nova01:01
alex_xueliqiao: yea, I'm not very strong at that comment. just suggestion01:02
*** gilliard has quit IRC01:02
eliqiaoalex_xu: hmm..  but sahid give +1 on that.01:02
*** jgrimm has joined #openstack-nova01:02
*** JoshNang has quit IRC01:02
*** mariusv has joined #openstack-nova01:02
*** shadyabhi has joined #openstack-nova01:02
*** mariusv has quit IRC01:02
*** mariusv has joined #openstack-nova01:02
alex_xueliqiao: if we use VIR_CPU_COMPARE_IDENTICAL, sound like somebody ready the debug message need know a little about libvirt01:02
eliqiaoalex_xu: okay , I got you, I will change the exception handle back to normal.01:02
alex_xueliqiao: yea, I'm a little confuse also01:02
alex_xueliqiao: thanks01:03
eliqiaoalex_xu: yeah, I think that message is okay , it is close to human..01:03
eliqiaoalex_xu: thanks for clarify , good day.01:03
*** ildikov_ has joined #openstack-nova01:03
*** sdake_ has quit IRC01:03
alex_xueliqiao: or we can wait sahid wakeup, then try to get agreement with him01:03
alex_xueliqiao: np01:04
eliqiaoalex_xu: that would be nice... besides, I need to fix a typo .. :(, so it's require to update a new version.01:04
alex_xueliqiao: ok01:04
*** pixelb has quit IRC01:05
eliqiaoalex_xu: do you know what is the time zone of sahid?01:05
alex_xueliqiao: sorry, i don't know01:05
alex_xueliqiao: the default is everybody wakeup at our night....01:05
eliqiaoalex_xu: okay , cool, that is not a hurry fix.01:05
*** JoshNang has joined #openstack-nova01:06
*** mordred has joined #openstack-nova01:06
*** gilliard has joined #openstack-nova01:07
*** otter768 has joined #openstack-nova01:11
*** claudiub has quit IRC01:13
*** tellesnobrega has joined #openstack-nova01:15
*** otter768 has quit IRC01:16
*** shaohe_feng has joined #openstack-nova01:18
*** annashen has joined #openstack-nova01:18
*** vilobhmm1 has quit IRC01:20
*** Nic has quit IRC01:22
*** unicell has quit IRC01:25
openstackgerritChet Burgess proposed openstack/nova: Allow _exec_ebtables to parse stderr  https://review.openstack.org/17032201:25
*** ferest has quit IRC01:27
cburgessFuture jogo: patch set updated to parse error string, -1 left on review for unit tests and because we need to do some functional tests (I didn't).01:28
jogocburgess: thanks01:31
cburgessjogo: Oh that was quick01:31
*** vmtrooper has joined #openstack-nova01:32
*** park_heijlong has joined #openstack-nova01:32
*** annashen has quit IRC01:34
*** devlaps1 has quit IRC01:35
*** vmtrooper has quit IRC01:36
*** popw has joined #openstack-nova01:37
*** takedakn has joined #openstack-nova01:38
*** sdake_ has joined #openstack-nova01:39
*** haomaiwang has quit IRC01:41
*** sdake has quit IRC01:43
*** annegentle has joined #openstack-nova01:43
*** popw has quit IRC01:44
*** erkules_ has joined #openstack-nova01:45
*** erkules has quit IRC01:47
*** annegentle has quit IRC01:48
*** annegentle has joined #openstack-nova01:50
*** harlowja is now known as harlowja_away01:52
jogoonly around for a moment01:52
*** amrith is now known as _amrith_01:54
*** popw has joined #openstack-nova01:55
*** haomaiwang has joined #openstack-nova01:55
*** adrian_otto has joined #openstack-nova01:58
*** yamahata has quit IRC01:59
*** marun has quit IRC02:00
*** annegentle has quit IRC02:00
*** artom has quit IRC02:01
*** dsanders has quit IRC02:01
*** markvoelker has quit IRC02:01
*** zhangtralon has joined #openstack-nova02:02
*** nelsnelson has joined #openstack-nova02:02
openstackgerritzhangtralon proposed openstack/nova: creating ordinary numa vm fails with large_page_vm  https://review.openstack.org/16791702:02
*** markvoelker has joined #openstack-nova02:03
*** takedakn has quit IRC02:06
openstackgerritYongli He proposed openstack/nova: resource tracker style pci resource management  https://review.openstack.org/13132102:12
*** baoli has joined #openstack-nova02:13
*** whenry has joined #openstack-nova02:19
*** vilobhmm1 has joined #openstack-nova02:20
*** ijw_ has quit IRC02:27
*** Marga_ has quit IRC02:28
*** yingjun has joined #openstack-nova02:31
openstackgerritzhangtralon proposed openstack/nova: DB:support for migration objects multi-statues  https://review.openstack.org/16960402:34
*** adrian_otto has quit IRC02:34
*** annashen has joined #openstack-nova02:34
*** dboik_ has quit IRC02:35
*** dboik has joined #openstack-nova02:36
*** otter768 has joined #openstack-nova02:37
*** jcoufal has joined #openstack-nova02:39
*** annashen has quit IRC02:39
*** vilobhmm1 has quit IRC02:43
openstackgerritEli Qiao proposed openstack/nova: Libvirt: Show real vCpuCompareResult instead of a url link  https://review.openstack.org/16567102:44
*** takedakn has joined #openstack-nova02:46
*** mwagner_lap has quit IRC02:46
eliqiaohello, any one know how to single tempes case ? fox example , I 'd like to test this case tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port02:47
*** takedakn has quit IRC02:49
openstackgerritzhangtralon proposed openstack/nova: DB:support for migration objects multi-statues  https://review.openstack.org/16960402:52
*** baoli has quit IRC02:52
*** dsanders has joined #openstack-nova02:56
*** vmtrooper has joined #openstack-nova02:56
*** suresh12 has quit IRC02:58
*** mwagner_lap has joined #openstack-nova02:59
*** max_lobur has quit IRC02:59
*** vilobhmm1 has joined #openstack-nova02:59
eliqiaohi park_heijlong:02:59
park_heijlonghi eliqiao03:00
eliqiaopark_heijlong: do you know how to run a sigle tempest case?03:02
*** achanda has quit IRC03:03
*** unicell has joined #openstack-nova03:03
park_heijlongeliqiao, let me re-call03:04
eliqiaopark_heijlong: cool thx.03:04
*** yingjun_ has joined #openstack-nova03:12
*** jcoufal has quit IRC03:12
*** yingjun has quit IRC03:12
*** vmtrooper has quit IRC03:16
*** achanda has joined #openstack-nova03:16
*** dsanders has quit IRC03:27
*** sbfox has joined #openstack-nova03:31
liushenganyone can help to take a look at https://review.openstack.org/#/c/142033/ ? thanks03:33
*** Longgeek has joined #openstack-nova03:34
*** achanda has quit IRC03:36
*** vmtrooper has joined #openstack-nova03:41
*** links has joined #openstack-nova03:45
*** achanda has joined #openstack-nova03:45
*** zzzeek has joined #openstack-nova03:46
*** yingjun_ has quit IRC03:50
*** sdake has joined #openstack-nova03:51
*** otter768 has quit IRC03:53
openstackgerritzhangtralon proposed openstack/nova: add support for muti_statuses_query from migration  https://review.openstack.org/16963103:54
*** sdake_ has quit IRC03:55
*** adrian_otto has joined #openstack-nova03:56
*** shaohe_feng has quit IRC03:58
*** rushiagr_away is now known as rushiagr03:58
*** Longgeek has quit IRC03:59
*** Longgeek has joined #openstack-nova03:59
*** achanda has quit IRC04:02
*** dsanders has joined #openstack-nova04:02
*** popw has quit IRC04:06
*** subscope has quit IRC04:07
openstackgerritzhangtralon proposed openstack/nova: DB:support for migration objects multi-statues  https://review.openstack.org/16960404:07
*** annashen has joined #openstack-nova04:10
*** Marga_ has joined #openstack-nova04:15
*** vmtrooper has quit IRC04:16
*** nelsnelson has quit IRC04:17
*** adrian_otto has quit IRC04:20
*** wanghong has joined #openstack-nova04:20
*** ferest has joined #openstack-nova04:21
*** jlvillal has quit IRC04:25
*** jlvillal has joined #openstack-nova04:28
*** wanghong has quit IRC04:29
*** annashen has quit IRC04:31
*** sbfox has quit IRC04:32
*** annashen has joined #openstack-nova04:34
*** Nikolay_St has quit IRC04:35
*** changbl_ has quit IRC04:40
*** penick has joined #openstack-nova04:41
*** penick has quit IRC04:42
*** devlaps has joined #openstack-nova04:42
*** achanda has joined #openstack-nova04:45
*** penick has joined #openstack-nova04:46
*** briancurtin has quit IRC04:46
*** kun_huang has quit IRC04:46
*** dougwig has quit IRC04:46
*** ameade has quit IRC04:46
*** zhiyan has quit IRC04:46
*** penick has quit IRC04:46
*** s0mik_ has quit IRC04:47
*** aweeks has quit IRC04:47
*** briancurtin has joined #openstack-nova04:47
*** zhiyan has joined #openstack-nova04:47
*** ameade has joined #openstack-nova04:47
*** annashen has quit IRC04:47
*** kun_huang has joined #openstack-nova04:47
*** kun_huang has quit IRC04:48
*** dougwig has joined #openstack-nova04:48
*** s0mik_ has joined #openstack-nova04:49
*** kun_huang has joined #openstack-nova04:49
*** aweeks has joined #openstack-nova04:50
*** zhangtralon has quit IRC04:51
*** popw has joined #openstack-nova04:53
*** zhangtralon has joined #openstack-nova04:55
*** hdd has joined #openstack-nova04:55
openstackgerritzhangtralon proposed openstack/nova: add support for muti_statuses_query from migration  https://review.openstack.org/16963105:03
openstackgerritzhangtralon proposed openstack/nova: DB:support for migration objects multi-statues  https://review.openstack.org/16960405:03
*** unicell1 has joined #openstack-nova05:05
*** Administrator has joined #openstack-nova05:07
*** unicell has quit IRC05:07
*** Administrator is now known as Guest8915005:07
*** Guest89150 is now known as wanghong05:07
*** yingjun has joined #openstack-nova05:09
*** zzzeek has quit IRC05:11
*** hdd has quit IRC05:14
*** penick has joined #openstack-nova05:15
openstackgerritzhangtralon proposed openstack/nova: add support for muti_statuses_query from migration  https://review.openstack.org/16963105:15
*** penick has quit IRC05:15
*** setuid has quit IRC05:17
*** annashen has joined #openstack-nova05:20
*** lpetrut has joined #openstack-nova05:20
*** rushiagr is now known as rushiagr_away05:20
*** yingjun has quit IRC05:23
*** Marga_ has quit IRC05:28
*** vilobhmm1 has quit IRC05:29
*** annashen has quit IRC05:31
*** mdbooth has quit IRC05:32
*** penick has joined #openstack-nova05:33
*** tojuvone has joined #openstack-nova05:33
*** dave-mccowan has quit IRC05:34
*** arnaud___ has joined #openstack-nova05:37
*** mdbooth has joined #openstack-nova05:38
openstackgerritGhanshyam Mann proposed openstack/nova: Merge server tests between v2 and v2.1  https://review.openstack.org/17035005:39
*** mpaolino has joined #openstack-nova05:39
*** ildikov_ has quit IRC05:40
eliqiaohi, it is worthy to do a backport on H release ?05:41
*** wverdugo5001 has quit IRC05:44
kashyapeliqiao: Havana is End-Of-Life -- https://wiki.openstack.org/wiki/Releases05:45
kashyapSo, I'd say it's a waste of time.05:45
eliqiaoah.. thanks kashyap:05:46
eliqiaoI found this bug https://bugs.launchpad.net/nova/+bug/1296967 , they are testing havana.05:47
openstackLaunchpad bug 1296967 in OpenStack Compute (nova) "instances stuck with task_state of REBOOTING after controller switchover" [High,Incomplete] - Assigned to Eli Qiao (taget-9)05:47
eliqiaokashya: so, we can closed it , right ?05:48
*** ferest has quit IRC05:49
*** zhangtralon has quit IRC05:50
kashyapeliqiao: Since the report looks reasonably investigated, you might want to note the commits that fixed the bug in IceHouse/Juno/Kilo.05:50
kashyapAnd, ask the reporter if it can be closed.05:50
eliqiaokashyap:  thanks, actually , I have a patch get merged in Kilo. not sure if that works for him, I'v ask him to verify. thanks kashyap.05:51
*** shaohe_feng has joined #openstack-nova05:51
kashyapYep, if you wrote the patch, and got it merged, it's very reasonable to ask them to test if it works for them.05:52
*** otter768 has joined #openstack-nova05:54
*** yingjun has joined #openstack-nova05:56
*** penick has quit IRC05:56
*** achanda has quit IRC05:57
*** otter768 has quit IRC05:58
*** oro has joined #openstack-nova05:58
*** wverdugo5001 has joined #openstack-nova05:59
*** vmtrooper has joined #openstack-nova06:05
*** armax has quit IRC06:07
*** yingjun has quit IRC06:08
*** vmtrooper has quit IRC06:10
openstackgerritOpenStack Proposal Bot proposed openstack/nova: Imported Translations from Transifex  https://review.openstack.org/16963706:18
*** dsanders has quit IRC06:19
*** ildikov_ has joined #openstack-nova06:23
*** romainh has joined #openstack-nova06:25
*** achanda has joined #openstack-nova06:26
*** shaohe_feng has quit IRC06:29
*** markvoelker has quit IRC06:29
*** rushiagr_away is now known as rushiagr06:29
*** vmtrooper has joined #openstack-nova06:29
*** annashen has joined #openstack-nova06:31
*** aswadr has joined #openstack-nova06:32
*** shaohe_feng has joined #openstack-nova06:34
*** vmtrooper has quit IRC06:36
*** royce has joined #openstack-nova06:36
*** annashen has quit IRC06:37
*** doude has joined #openstack-nova06:39
*** sahid has joined #openstack-nova06:40
*** cfriesen has quit IRC06:40
*** ttx has quit IRC06:44
*** ttx has joined #openstack-nova06:44
*** arnaud___ has quit IRC06:51
kun_huangoomichi_: ping06:58
*** markvoelker has joined #openstack-nova06:59
*** otter768 has joined #openstack-nova07:00
openstackgerritEli Qiao proposed openstack/nova-specs: Validate the service state before deleting it  https://review.openstack.org/16327407:01
*** mmedvede has joined #openstack-nova07:02
*** markvoelker has quit IRC07:04
*** otter768 has quit IRC07:05
*** gibi has joined #openstack-nova07:10
*** ajayaa has joined #openstack-nova07:10
*** matrohon has joined #openstack-nova07:12
*** rajesht has joined #openstack-nova07:23
*** royce has quit IRC07:25
*** jistr has joined #openstack-nova07:29
*** jcoufal has joined #openstack-nova07:32
*** penick has joined #openstack-nova07:32
*** achanda has quit IRC07:33
*** achanda has joined #openstack-nova07:33
*** penick has quit IRC07:40
openstackgerritEli Qiao proposed openstack/nova-specs: Improve return code of lock_server api  https://review.openstack.org/16327507:44
*** oomichi- has joined #openstack-nova07:44
openstackgerritEli Qiao proposed openstack/nova-specs: Improve lock_server api return code  https://review.openstack.org/16327507:45
*** oomichi- has quit IRC07:50
*** arnaud___ has joined #openstack-nova07:51
*** fawadkhaliq has joined #openstack-nova07:52
kun_huangoomichi_: ping07:52
*** arnaud___ has quit IRC07:56
openstackgerritAnkit Agrawal proposed openstack/nova: Detach volume after deleting the instance  https://review.openstack.org/14573807:56
*** dulek has joined #openstack-nova07:57
*** ajayaa has quit IRC07:59
*** markvoelker has joined #openstack-nova08:00
*** penick has joined #openstack-nova08:02
*** dims has quit IRC08:03
*** rushiagr is now known as rushiagr_away08:04
*** markvoelker has quit IRC08:05
*** shaohe_feng has quit IRC08:07
*** fawadk has joined #openstack-nova08:08
*** derekh has joined #openstack-nova08:11
*** ajayaa has joined #openstack-nova08:11
*** Bsony has joined #openstack-nova08:12
*** fawadkhaliq has quit IRC08:12
*** fawadk has quit IRC08:13
*** mpaolino has quit IRC08:15
*** shaohe_feng has joined #openstack-nova08:16
*** penick has quit IRC08:19
*** lucasagomes has joined #openstack-nova08:20
*** marun has joined #openstack-nova08:23
*** tojuvone has quit IRC08:23
*** lpetrut has quit IRC08:24
*** marun has quit IRC08:27
oomichi_kun_huang: hi08:31
kun_huangoomichi_: welcome back, I have questions on small api changes/spec/bp08:32
kun_huangoomichi_: this one https://bugs.launchpad.net/nova/+bug/118296508:32
openstackLaunchpad bug 1182965 in OpenStack Compute (nova) "keypair-list should allow you to specify a user or all-users" [Wishlist,Confirmed] - Assigned to Kun Huang (academicgareth)08:32
oomichi_ok08:32
kun_huangoomichi_: this change is not complicated and seems don't need too much discussion on it08:33
kun_huangoomichi_: but it's an API change08:33
oomichi_kun_huang: yeah08:33
kun_huangoomichi_: I have to write a spec and BP for it?08:33
oomichi_kun_huang: we are requiring both now.08:34
*** Nikolay_St has joined #openstack-nova08:34
oomichi_kun_huang: for example, https://review.openstack.org/#/c/168996/ is also small change, but he are writing both08:34
oomichi_s/are/is/08:35
kun_huangoomichi_: hah, okay, one more question on microversion08:35
oomichi_kun_huang: ok08:35
kun_huangoomichi_: according to the rule: any API change increase microversions08:36
*** Longgeek has quit IRC08:36
oomichi_kun_huang: yes, you are right08:36
*** eglynn has joined #openstack-nova08:36
kun_huangoomichi_: would that be a problem, many some changes on API make microversion increase too much08:37
kun_huangmaybe, after L release, v2.1 becomes v2.101?08:37
*** Longgeek has joined #openstack-nova08:37
oomichi_kun_huang: yeah, that would be expected situation. I feel 101 seems too many anyway ;)08:38
oomichi_kun_huang: 101 means current API contains many problems08:38
*** mpaolino has joined #openstack-nova08:39
oomichi_anyway, the rule requires each microversion for all api changes.08:39
*** salv-orlando has quit IRC08:40
kun_huangoomichi_: got it08:40
kun_huangoomichi_: no more questions :) thanks08:41
oomichi_np :)08:41
*** atuvenie has joined #openstack-nova08:42
*** ndipanov has joined #openstack-nova08:46
*** lpetrut has joined #openstack-nova08:49
*** ferest has joined #openstack-nova08:50
*** andreykurilin_ has joined #openstack-nova08:50
*** arnaud___ has joined #openstack-nova08:52
openstackgerritAlex Xu proposed openstack/nova-specs: Virt driver to support cpu features  https://review.openstack.org/17039608:53
openstackgerritAlex Xu proposed openstack/nova-specs: Virt driver support custom cpu model based on flavor/image  https://review.openstack.org/17039708:53
*** fawadkhaliq has joined #openstack-nova08:54
*** achanda has quit IRC08:55
*** achanda has joined #openstack-nova08:55
*** oomichi_ has quit IRC08:56
*** arnaud___ has quit IRC08:57
*** salv-orlando has joined #openstack-nova08:57
*** oomichi has joined #openstack-nova08:58
openstackgerritAlex Xu proposed openstack/nova-specs: Virt driver support custom cpu model based on flavor/image  https://review.openstack.org/17039708:58
*** bkopilov has quit IRC09:01
*** oomichi has quit IRC09:01
*** markvoelker has joined #openstack-nova09:01
*** otter768 has joined #openstack-nova09:01
*** subscope has joined #openstack-nova09:02
openstackgerritmelanie witt proposed openstack/python-novaclient: Handle binary userdata files such as gzip  https://review.openstack.org/17039909:03
*** otter768 has quit IRC09:05
*** markvoelker has quit IRC09:05
openstackgerritheijlong proposed openstack/nova: Merge flavor_manage functional tests of v2 and v2.1  https://review.openstack.org/17040009:06
*** ankit_ag has joined #openstack-nova09:09
*** rushiagr_away is now known as rushiagr09:09
*** park_heijlong has quit IRC09:11
openstackgerritAlex Xu proposed openstack/nova-specs: Virt driver support custom cpu model based on flavor/image  https://review.openstack.org/17039709:11
openstackgerritAlex Xu proposed openstack/nova-specs: Virt driver to support cpu features  https://review.openstack.org/17039609:11
*** devlaps has quit IRC09:19
openstackgerritmelanie witt proposed openstack/python-novaclient: Handle binary userdata files such as gzip  https://review.openstack.org/17039909:19
*** achanda has quit IRC09:25
*** achanda has joined #openstack-nova09:28
*** sdake has quit IRC09:28
*** achanda has quit IRC09:28
*** popw has quit IRC09:29
*** achanda has joined #openstack-nova09:30
*** wanghong has quit IRC09:32
*** bnemec has quit IRC09:33
*** rushiagr is now known as rushiagr_away09:43
openstackgerritwanghao proposed openstack/nova: fix 'Ignoring EndpointNotFound' error in init host  https://review.openstack.org/14704209:50
*** andreykurilin_ has quit IRC09:50
openstackgerritafazekas proposed openstack/nova-specs: Rethinking scheduling  https://review.openstack.org/17018609:51
openstackgerritAlex Xu proposed openstack/nova-specs: Virt driver support custom cpu model based on flavor/image  https://review.openstack.org/17039709:56
openstackgerritAlex Xu proposed openstack/nova-specs: Virt driver to support cpu features  https://review.openstack.org/17039609:56
*** zhangtralon has joined #openstack-nova09:57
*** rushiagr_away is now known as rushiagr09:58
bauzassdague: I'm surprised to see that you agree on modifying a former DB migration https://review.openstack.org/#/c/160195/310:01
bauzassdague: this is a really old migration, we can't just modify it like if it was merged yesterday IMHO10:02
*** markvoelker has joined #openstack-nova10:02
*** achanda has quit IRC10:02
*** markvoelker has quit IRC10:06
*** dims has joined #openstack-nova10:12
salv-orlandosdague: good morning! Can I ask you a quick thing about your devstack patch https://review.openstack.org/#/c/169709/ ?10:12
*** aswadr has quit IRC10:13
*** dims has quit IRC10:13
*** eliqiao has quit IRC10:16
openstackgerritSylvain Bauza proposed openstack/nova: Add INFO logging to successful schedules  https://review.openstack.org/17042110:17
*** shaohe_feng has quit IRC10:18
*** bnemec has joined #openstack-nova10:19
*** dims has joined #openstack-nova10:20
*** IanGovett has joined #openstack-nova10:24
*** tvb has joined #openstack-nova10:32
*** tvb has left #openstack-nova10:32
*** oro_ has joined #openstack-nova10:33
openstackgerritzhangtralon proposed openstack/nova: DB:support for migration objects multi-statues  https://review.openstack.org/16960410:34
*** annashen has joined #openstack-nova10:35
*** claudiub has joined #openstack-nova10:36
*** annashen has quit IRC10:40
*** pixelb has joined #openstack-nova10:42
*** haomaiwang has quit IRC10:43
openstackgerritPetrut Lucian proposed openstack/nova: Add 'suspended' lifecycle event  https://review.openstack.org/17043310:43
openstackgerritPetrut Lucian proposed openstack/nova: Hyper-V: restart serial console workers after instance power change  https://review.openstack.org/16308010:45
*** Marga_ has joined #openstack-nova10:52
*** mpaolino has quit IRC10:53
*** dulek_ has joined #openstack-nova10:55
*** jcoufal_ has joined #openstack-nova10:55
*** jcoufal has quit IRC10:58
*** dulek has quit IRC10:59
sdaguebauzas: did you even read that patch?11:00
sdaguesalv-orlando: sure, fire away11:00
*** otter768 has joined #openstack-nova11:02
*** markvoelker has joined #openstack-nova11:02
*** otter768 has quit IRC11:07
*** markvoelker has quit IRC11:07
*** oro_ has quit IRC11:07
salv-orlandosdague: no biggies, it seems keystone and nova are always being disabled. somebody pushed a quick fix https://review.openstack.org/#/c/170405/11:10
sdaguebauzas: I'm really surprised by your comments about https://review.openstack.org/#/c/160195 - because I'm not sure how you could have that comment if you actually read that code. There is no change in the through path, and the only change is adding a "don't face plant" conditional so that the index add can be backported and not break people moving from juno forward.11:10
sdaguesalv-orlando: oops... thanks11:10
sdaguesalv-orlando: gah, I guess that's the issue with us not testing the default anywhere11:11
bauzassdague: I understood the code11:12
bauzassdague: my main problem is that some people already called this migration11:12
bauzassdague: the ones using trunk11:13
sdaguebauzas: uh huh...11:13
bauzassdague: so it would create a discrepancy11:13
sdaguereally wouldn't11:13
sdaguethey'd end up at the same place, this is just the idempotent version of the migration11:13
sdaguedemonstrate to me how the schema of people running the 2 versions of this would be different11:14
bauzassdague: it's not a code problem11:15
bauzassdague: it's a process problem11:15
sdaguebauzas: I don't understand what you are saying?11:16
bauzassdague: so it's adding an idempotent check11:18
bauzassdague: but the migration was actually fine when migrating from 273 to 27411:19
bauzassdague: anyway, I really to go out - lunch time11:20
bauzas*need11:20
sdagueok, that's fine, you still aren't making any sense here though11:20
*** aix has joined #openstack-nova11:20
openstackgerritRajesh Tailor proposed openstack/nova: Fix quota-update when nova-compute startup finish  https://review.openstack.org/12234711:22
openstackgerritRajesh Tailor proposed openstack/nova: Fix quota-update when nova-compute startup finish  https://review.openstack.org/17011811:22
*** fawadkhaliq has quit IRC11:22
*** zhangtralon has quit IRC11:25
*** zhangtralon has joined #openstack-nova11:25
openstackgerritzhangtralon proposed openstack/nova: add support for muti_statuses_query from migration  https://review.openstack.org/16963111:28
kashyapsdague: When you get a11:30
kashyapmoment,11:30
kashyapDo you have any further comments on this? -- https://review.openstack.org/#/c/169679/ "functions-libvirt: Enable DEBUG_LIBVIRT config attribute by default"11:31
*** kiwik-chenrui has quit IRC11:35
*** kiwik-chenrui has joined #openstack-nova11:35
ndipanovhey sdague https://review.openstack.org/#/c/159106/ this now made the -1ers happy, and I think it's an RC1 bug11:37
ndipanovnot sure I should be +2ing it since I reposted it last night11:38
ndipanov(it might be a public holiday in the US in which case sorry)11:38
sdaguekashyap: approved11:39
sdaguendipanov: no holiday here, let me take a look11:39
kashyapsdague: Thanks. I hope at a future time Elastic Recheck can index them too.11:39
*** alexpilotti has joined #openstack-nova11:39
ndipanovsdague, thanks11:39
*** Marga_ has quit IRC11:40
sdaguendipanov: ok, given my understanding level of the numa code, I'm good with moving that forward. Probably get zz_johnthetubagu to look as well11:43
ndipanovsdague, cool - it's basically about getting a nice error message when running a lower than required version of libvirt11:44
ndipanovbut also will not schedule to those hosts if you have a filter turned on11:44
ndipanovthe NUMA filter I mean11:44
sdagueyeh, that's one of the rc bugs as well right?11:46
*** shaohe_feng has joined #openstack-nova11:46
ndipanovsdague, yeah at least one of the bugs it references is11:50
ndipanovI'm not sure it qualifies as a blocker...11:50
*** Marga_ has joined #openstack-nova11:50
ndipanovper se11:50
*** shaohe_feng has quit IRC11:51
*** lucasagomes is now known as lucas-hungry11:51
sdagueseems good to get in regardless11:51
ndipanovyeah11:51
ndipanovI see that we now have a numa tag for bugs11:51
ndipanovthat's how buggy it is lol :(11:51
ndipanov:D11:51
sdagueyeh, I don't remember if I added it to the official list yet11:51
bauzassdague: okay, I thought about it11:51
*** ndipanov is now known as ndipanoff11:51
sdaguebut when I was triaging there are quite a few, so it seemed good to group them11:51
bauzassdague: thanks for having given your opinion, I was thinking that we weren't accepting to merge patches for old migrations11:52
ndipanoffsdague, yes it makes sense11:52
bauzassdague: so, okay, I understand that it's possible, I'll change my view11:52
sdaguebauzas: the point is understanding why we say "don't change old migrations"11:52
sdaguebecause it's not just a blind policy for not changing things11:53
kashyapndipanoff: FWIW, I look at it this way: NUMA/Huge Pages are a bit more specialized, having a tag merely doesn't mean it's "buggy".11:53
bauzassdague: yeah, by looking on my phrase, it sounds like you misunderstood "surprised"11:53
sdagueit's just a first order guideline to make everyone stop and think hard that they haven't created a diverged data model11:53
bauzassdague: I was actually wondering (hence the word 'surprised') to see you giving a +2 for something I was thinking it was not acceptable11:54
sdaguethe important thing is the data model is idempotent, everyone at 274, no matter how they go there, has exactly the same schema11:54
bauzasso my bad11:54
bauzasI can understand that you maybe thought I was thinking you were fool, but that's not11:54
sdaguebauzas: yeh, sorry. That was the first thing I read after logging into my computer this morning, so was set aback.11:55
bauzassdague: I actually pinged you because I try to understand all of your patches (ie. learning how cores have views)11:56
sdaguebauzas: ok, well, better now after a cup of coffee :)11:57
bauzassdague: agreed, same after recoffeeing11:57
luvrussellb: Hi. Just a quick one. I see you are the maintainer for openstack nova. I have noticed live migrations dont work for lvm-backed disks. I have wrote a simple patch which works for us ( https://gist.github.com/luv/2336b8852c023e62f6af ). I am thinking getting this merged could help few people. Should I just file a bug in launchpad and attach the patch?11:58
sdagueluv: please submit via gerrit11:58
ndipanoffluv, https://wiki.openstack.org/wiki/How_To_Contribute11:59
luvcheers, will do11:59
ndipanofflot's of text sorry11:59
sdagueluv: https://wiki.openstack.org/wiki/How_To_Contribute#If_you.27re_a_developer11:59
sdagueyeh it is a bunch of text11:59
*** haomaiwang has joined #openstack-nova11:59
kashyapluv: IIRC, you were about live migration the other day on #virt, OFTC?12:01
ndipanoffas for your patch - I am looking at it now, and I think that we should use the code in imagebackend.py instead of that bare image_create12:01
kashyapluv: If so, were you able to do p2p migration w/ no-shared storage with QEMU+SSH?12:02
ndipanoffluv, ^ something to think about while reading our contributing guidelines to not get bored :D12:02
ndipanoffluv, and tests of course12:02
*** markvoelker has joined #openstack-nova12:03
*** Marga_ has quit IRC12:05
luvkashyap: yup. libvirt tunnelled migration is buggy for me (ubuntu 14.04) so12:06
kashyapluv: Speaking of tunnelled, I've been digging on it for the past day or two -12:07
kashyapluv: It doesn't work at all in libvirt as of today, because --12:07
luvkashyap: I set nova flags to tell libvirt to use direct qemu to qemu migration, and that works for me block_migration_flag = VIR_MIGRATE_UNDEFINE_SOURCE, VIR_MIGRATE_PEER2PEER, VIR_MIGRATE_LIVE, VIR_MIGRATE_NON_SHARED_INC12:07
kashyapluv: Tunnelled migration requires support for NBD in libvirt, which libvirt upstream dev confirmed it's not there yet.12:07
luvndipanoff: uh ok12:08
kashyapluv: Yep, the above flags will work for live block migration.12:08
*** markvoelker has quit IRC12:08
ndipanoffluv, but since your patch fixes a bug - we can merge it as is and refactor later12:09
ndipanofftests are a must though12:09
luvi am happy to dig deeper into the code myself. yup, I will have to have a look at the tests soon.12:10
kashyapluv: As we speak, I'm trying to test from git  non-shared live migration w/ plain libvirt, but somehow, doPeer2PeerMigrate method on the source libvirt daemon fails to connect to dest libvirtd.12:10
luvwould it make sense to start the review in gerrit with the current code and add the tests/refactor in the process ?12:11
kashyapluv: Yes, that'll allow other devs to review existing parts, while you iterate.12:12
luvkashyap: didnt run into that issue myself12:13
ndipanoffluv, sure12:13
sdaguebauzas: so I'm confused that we're at 18 fails at the end of your patch series here - https://review.openstack.org/#/c/157185/ ?12:13
sdaguebecause I thought that was going to take us down to 312:13
kashyapluv: I found the root cause (the src daemon cannot connect to the URI qemu+ssh), trying to play w/ some contribute attributes that can fix this.12:14
kashyap(s/contribute attributes/config attributes)12:16
bauzassdague: we discussed that yesterday evening in the chan12:18
bauzassdague: with mtreinish12:18
bauzassdague: that's a new regression12:18
openstackgerritSylvain Bauza proposed openstack/nova: WIP: Add logging for unsuccessful schedules  https://review.openstack.org/17047212:18
*** _amrith_ is now known as amrith12:18
sdaguebauzas: ok12:19
*** erkules_ is now known as erkules12:19
*** erkules has joined #openstack-nova12:19
bauzassdague: Tempest is now checking the list of networks, but it fails because of a discrepancy between child and parent cell12:19
sdagueah, gotcha12:19
openstackgerritStephen Finucane proposed openstack/nova: libvirt: Add version check when pinning guest CPUs  https://review.openstack.org/17019012:20
*** adam_g is now known as adam_g_out12:20
bauzassdague: I'll be off (Easter) until Tuesday, so melwitt proposed to help12:20
sdagueok12:20
*** markvoelker has joined #openstack-nova12:21
*** fawadkhaliq has joined #openstack-nova12:23
*** sdake has joined #openstack-nova12:24
*** jistr_ has joined #openstack-nova12:27
*** lsmola_ has joined #openstack-nova12:27
*** jcoufal has joined #openstack-nova12:27
*** fawadkhaliq has quit IRC12:28
*** jcoufal_ has quit IRC12:28
*** amrith has left #openstack-nova12:28
*** jcoufal_ has joined #openstack-nova12:28
*** smccully has joined #openstack-nova12:30
*** jistr has quit IRC12:30
*** lsmola has quit IRC12:31
*** jistr has joined #openstack-nova12:31
*** jcoufal has quit IRC12:32
*** lsmola_ has quit IRC12:32
*** jistr_ has quit IRC12:32
*** signed8bit has joined #openstack-nova12:35
*** dave-mccowan has joined #openstack-nova12:36
*** lpetrut has quit IRC12:37
*** dkliban_afk is now known as dkliban12:38
*** mpaolino has joined #openstack-nova12:39
*** lsmola_ has joined #openstack-nova12:44
*** lpetrut has joined #openstack-nova12:45
*** signed8bit has quit IRC12:45
*** fawadkhaliq has joined #openstack-nova12:46
*** VW_ has joined #openstack-nova12:48
*** baoli has joined #openstack-nova12:49
*** oro has quit IRC12:49
*** signed8bit has joined #openstack-nova12:49
*** baoli has quit IRC12:53
*** baoli has joined #openstack-nova12:53
*** oro has joined #openstack-nova12:55
*** oro_ has joined #openstack-nova12:55
*** joefides has joined #openstack-nova12:56
*** dulek_ has quit IRC13:00
*** joefides has left #openstack-nova13:01
*** dims has quit IRC13:01
*** dims has joined #openstack-nova13:02
*** derekh has quit IRC13:06
*** alaski is now known as lascii13:07
*** rajesht has quit IRC13:09
*** ankit_ag has quit IRC13:14
*** suresh12 has joined #openstack-nova13:14
*** eliqiao has joined #openstack-nova13:17
*** annegentle has joined #openstack-nova13:18
*** eliqiao has quit IRC13:18
*** sdake_ has joined #openstack-nova13:19
*** sdake has quit IRC13:22
*** kaufer has joined #openstack-nova13:23
*** setuid has joined #openstack-nova13:23
*** zhangtralon has quit IRC13:24
luvSo i got stuck while following the code contribution docs/process. Gotta wait for my employer to sign Corporate Contributor License Agreement ... oh well, 5 lines of code. But, yeah, I understand it's needed.13:25
*** mriedem_away is now known as mriedem13:26
*** sdake has joined #openstack-nova13:29
*** vladikr has joined #openstack-nova13:30
*** dboik has quit IRC13:32
*** sdake_ has quit IRC13:33
*** IanGovett has quit IRC13:35
*** openstackgerrit has quit IRC13:36
*** openstackgerrit has joined #openstack-nova13:36
*** nihilifer has quit IRC13:37
*** nihilifer has joined #openstack-nova13:38
*** annashen has joined #openstack-nova13:38
*** edleafe is now known as figleaf13:39
sdagueluv: yeh, the CLA is a giant pain. :(13:39
*** jecarey has joined #openstack-nova13:39
*** IanGovett has joined #openstack-nova13:40
*** rushiagr is now known as rushiagr_away13:41
*** ivasev has joined #openstack-nova13:41
*** garyk has joined #openstack-nova13:42
*** IanGovett has quit IRC13:43
*** annashen has quit IRC13:43
*** apuimedo has joined #openstack-nova13:46
*** lucas-hungry is now known as lucasagomes13:53
*** mpaolino has quit IRC13:54
mriedemdansmith: question came up about the need for this on stable/juno https://review.openstack.org/#/c/151775/13:55
mriedemdansmith: they are prepping for the final juno release before stable/kilo so were asking about a few of these upgrade related patches13:55
*** dboik has joined #openstack-nova13:58
*** ildikov_ has quit IRC14:00
*** adrian_otto has joined #openstack-nova14:01
*** ajayaa has quit IRC14:03
*** apuimedo has quit IRC14:05
*** irenab has quit IRC14:07
figleafsdague: I had a code-related question about https://review.openstack.org/#/c/16019514:07
figleafsdague: not a procedural one :)14:07
sdaguefigleaf: sequence is important14:08
figleafsdague: so it will always return the same order in the list comp?14:09
sdagueindex order determines how the btrees are built, do putting them in a set would actually compare 2 things that are not actually equivalent14:09
sdagueafaik it's iterating the first list so it should be stable order14:09
*** exploreshaifali has joined #openstack-nova14:09
figleafsdague: ok, thanks14:10
sdagueotherwise I think a bunch of things would break down14:10
figleafsdague: that's what looked fragile to me, without knowing the internals of sqla14:10
sdagueif it was a dict comprehension, order is all over the board14:10
figleafwell, yeah :)14:10
sdaguefigleaf: yeh, it's not even sqla here really, that's just the fact that at a db level the index column order is really really important14:11
figleafsdague: ok, understood. Thanks14:11
figleafsdague: I was thinking it might be like table.indexes, where the order isn't so important14:12
*** kaufer has quit IRC14:13
*** zul has quit IRC14:13
sdaguefigleaf: ah, yeh, right. in those cases, the set would be more appropriate. Though we're just walking all the indexes here in this case looking for the one we're about to add.14:13
*** zul has joined #openstack-nova14:14
*** apuimedo has joined #openstack-nova14:14
openstackgerritAlex Xu proposed openstack/nova-specs: Virt driver support custom cpu model based on flavor/image  https://review.openstack.org/17039714:17
openstackgerritAlex Xu proposed openstack/nova-specs: Virt driver to support cpu features  https://review.openstack.org/17039614:17
dansmithmriedem: I'm supposed to be out today14:18
dansmithmriedem: but I left some words in the review for you/adam_g/ttx14:18
*** rushil has joined #openstack-nova14:19
mriedemdansmith: ok14:19
mriedemdanka14:19
sdaguehttp://www.quickmeme.com/img/13/13aef6638f92131cd092ac85d2260c0439447e7e9674ca3b4a286e5a4b36fd17.jpg <= dansmith14:23
sdaguemriedem / dansmith - so https://review.openstack.org/#/c/160195/3 - is prep to backport that change to juno14:23
dansmithsdague: heh14:23
sdagueit does massively impact the delete server path due to quota calculation14:24
sdagueif we are going to land it, we should do so before the rc14:24
sdagueso we're not trying to doubly backport things14:24
*** annegentle has quit IRC14:25
*** armax has joined #openstack-nova14:25
sdagueI actually believe this is one of the bugs that was causing gate sadness with hpcloud the other day14:25
mriedemwell let me try to grok the change here14:26
mriedembefore you go all dante on me with roof hockey14:26
mriedemand bj's in the parking lot14:26
dansmithsdague: you're proposing that we merge that into master now?14:28
mriedemsdague: there should be a new bug for that14:28
mriedemsdague: so hp public cloud already had this index and when they upgraded they blew up for having an out of tree index?14:28
*** rushiagr_away is now known as rushiagr14:28
*** adrian_otto has quit IRC14:30
*** adrian_otto has joined #openstack-nova14:30
*** ildikov_ has joined #openstack-nova14:32
openstackgerritJim Rollenhagen proposed openstack/nova: Respect CONF.scheduler_use_baremetal_filters  https://review.openstack.org/17029914:32
*** links has quit IRC14:33
*** suresh12 has quit IRC14:33
sdaguemriedem: no, they don't have that index14:33
*** iamjarvo has joined #openstack-nova14:33
sdaguehence performance face plant on delete14:33
openstackgerritVincent Untz proposed openstack/nova: Add 'docker' to the list of known hypervisor types  https://review.openstack.org/17051714:33
sdaguedansmith: I am14:33
*** iamjarvo has quit IRC14:33
mriedemsdague: oh hp public cloud just wasn't at that migration yet14:34
sdagueit's actually pretty old14:34
sdagueso yeh14:34
mriedemit being hp public cloud14:34
*** iamjarvo has joined #openstack-nova14:34
*** adrian_otto has quit IRC14:34
*** pkarikh has joined #openstack-nova14:34
sdaguebut given that, it probably will help a bunch of folks to get that in a future juno stable14:34
*** subscope has quit IRC14:35
mriedemoh i see, so we have to add this to master so that if someone gets the backport in stable/juno release, when they upgrade to 274 they don't blow up14:36
sdaguemriedem: yes14:36
sdaguealso, sorting the column names is wrong14:36
*** chachajee has quit IRC14:36
sdagueindex(deleted, project_id) != index(project_id, deleted)14:37
sdaguethey will impact the query performance in very different ways14:37
dansmithI think we need a lot more in the commit message here14:37
dansmithI'm still not sure I get it14:37
mriedemdansmith: they just want to backport this fix to stable14:37
sdaguedansmith: it's the idempotent version of the existing migration14:37
mriedemwell, they want to backport the index change migration to juno14:38
dansmithso there is something >274 that does this?14:38
sdagueno, the opposite14:38
sdaguethere is a desire to add this index in juno14:39
*** openstackgerrit has quit IRC14:39
*** vokhrimenko has joined #openstack-nova14:39
dansmithto backport 274 to juno?14:39
sdaguebecause it has a 2 order of magnitude speed up14:39
sdagueyes14:39
*** openstackgerrit has joined #openstack-nova14:39
dansmithwhat I'm asking is,14:39
sdagueit wouldn't be 274, it would be one of the blank spots14:39
mriedem25514:40
dansmithpeople who already have rolled past 274, when do they get it?14:40
mriedemthey don't14:40
mriedemthey are already good14:40
mriedemthis is for people on 25414:40
dansmithoh, sorry, I see14:40
dansmiththis isn't fixing 274 for perf, it's making it idempotent?14:40
mriedemthis gets backported to 255 in stable/juno14:40
mriedemi get juno release and upgrade14:40
mriedemyes14:40
mriedemso when i upgrade to kilo and hit 274 i don't splode my load14:40
dansmithffs, THAT is what we need to say in the commit message14:40
sdaguedansmith: yes, exactly14:40
mriedemyes14:40
mriedem-1 on the commit message14:41
mriedemsdague: wanna update the commit message and then i'm +214:41
sdaguedansmith: sure, let me fix the commit message14:41
dansmithafter that, I have to get busy on my day of holy rest14:42
*** jaypipes has joined #openstack-nova14:42
mriedemsdague:  and i can push this through14:42
mriedemdansmith: get back to your sweatpants14:42
dansmithI am wearing my "holy jeans"14:43
dansmither, whole-y14:43
*** ZZelle has quit IRC14:43
*** ZZelle has joined #openstack-nova14:43
vokhrimenkoHi all! maybe who know --- How I can get server list, send list of id ?14:45
mriedemvokhrimenko: docs.openstack.org14:45
openstackgerritSean Dague proposed openstack/nova: Make migration 274 idempotent so it can be backported  https://review.openstack.org/16019514:46
sdaguemriedem: how about that?14:46
mriedemreading14:46
vokhrimenkoThere is no answer to the question14:47
mriedemsdague: +214:47
mriedemsend'er to the gate14:47
mriedemnvm, i got it14:47
*** annegentle has joined #openstack-nova14:48
mriedemvokhrimenko: you're asking how to use the rest API to list servers?14:48
*** armax has quit IRC14:49
*** eezhova has joined #openstack-nova14:49
*** pixelb has quit IRC14:49
vokhrimenkoI need possibility send list of servers instead one id (https://github.com/openstack/python-novaclient/blob/master/novaclient/v2/servers.py#L533)14:49
*** fawadkhaliq has quit IRC14:49
*** Marga_ has joined #openstack-nova14:49
ndipanoffmriedem, easy layup https://review.openstack.org/#/c/159106/14:50
*** annashen has joined #openstack-nova14:50
*** hanzhang has quit IRC14:51
mriedemndipanoff: i was never good at basketball14:51
mriedemndipanoff: ha, that's your definition of easy?14:51
*** hanzhang has joined #openstack-nova14:51
ndipanoffof course it is :)14:51
*** claudiub has quit IRC14:52
vokhrimenkomriedem: No, I need possibility send list of servers instead one id (something like this https://github.com/openstack/python-novaclient/blob/master/novaclient/v2/servers.py#L533)14:54
*** emagana has joined #openstack-nova14:55
sdaguemriedem: oh, this is a fun bug - https://bugs.launchpad.net/nova/+bug/143985514:55
openstackLaunchpad bug 1439855 in OpenStack Compute (nova) "encrypted iSCSI volume fails to attach, name too long" [Undecided,New]14:55
*** annashen has quit IRC14:55
mriedemvokhrimenko: you can use filters to filter the server list request14:57
mriedemsdague: that is fun14:57
mriedembut seems like an easy fix14:57
sdagueanyone know what max cryptsetup name length is?14:57
openstackgerritJim Rollenhagen proposed openstack/nova: Respect CONF.scheduler_use_baremetal_filters  https://review.openstack.org/17029914:59
mtreinishsdague, mriedem: ask thingee about that bug he was hitting something similar on his company's CI IIRC14:59
mtreinishI think it was a bug in brick and/or the cinder driver on passing in the wrong value15:00
sdaguethat string is 129 characters15:00
*** annashen has joined #openstack-nova15:00
*** Longgeek has quit IRC15:01
mtreinishsdague: https://bugs.launchpad.net/nova/+bug/143249015:02
openstackLaunchpad bug 1432490 in tempest "TestEncryptedCinderVolumes cryptsetup name is too long" [Undecided,Invalid]15:02
*** jaypipes is now known as leakypipes15:02
*** emagana has quit IRC15:03
mriedemmtreinish: that's marked invalid15:03
mriedembut also sounds like thingee was maybe going to make some change?15:03
*** emagana has joined #openstack-nova15:03
* mriedem goes to -cinder15:03
*** sdake_ has joined #openstack-nova15:03
sdagueso it seems like we should at least bail nicely in nova if the name is over length15:03
mriedembut alas he's not raound15:03
sdagueI'd just like to know the length name15:03
mriedemyeah google is failing me15:04
sdagueI'll ML it15:04
*** otter768 has joined #openstack-nova15:04
*** unicell has joined #openstack-nova15:04
vokhrimenkomriedem: I found this method  https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/servers.py#L1129 but I didn't see key for server.id15:04
*** joefides_ has joined #openstack-nova15:04
mriedemvokhrimenko: yeah, because index (list) doesn't filter on id15:04
vokhrimenkomriedem: Maybe you will say me -- where I can see name of key ?15:04
mriedemthat's what show is for15:04
*** nelsnelson has joined #openstack-nova15:05
mriedemvokhrimenko: if you need to get details for a list of servers, you can iterate over the id's in your application/script and call show on each15:05
*** pkoniszewski has joined #openstack-nova15:05
*** annashen has quit IRC15:05
*** joefides has joined #openstack-nova15:05
*** unicell1 has quit IRC15:06
*** claudiub has joined #openstack-nova15:06
*** sdake has quit IRC15:07
*** thedodd has joined #openstack-nova15:07
*** EmilienM is now known as EmilienM|afk15:07
*** exploreshaifali has quit IRC15:08
*** Marga_ has quit IRC15:08
mtreinishsdague: I thought it was the iqn length that was at issue, not cryptsetup15:08
*** joefides_ has quit IRC15:08
*** otter768 has quit IRC15:08
sdagueit's failing in the cryptsetup call15:08
sdague2015-03-27 18:06:48.928 29082 TRACE nova.virt.libvirt.driver [instance: ddeda0aa-1457-41d2-82e9-9a4ae888125a] Command: sudo nova-rootwrap /etc/nova/rootwrap.conf cryptsetup luksOpen --key-file=- /dev/sdb ip-10.52.1.17:3260-iscsi-iqn.2003-10.com.lefthandnetworks:ci-vsa-12-725:159021:volume-e74c95eb-e69b-4cf3-ac37-74e4ef38f796-lun-015:09
sdague2015-03-27 18:06:48.928 29082 TRACE nova.virt.libvirt.driver [instance: ddeda0aa-1457-41d2-82e9-9a4ae888125a] Exit code: 115:09
sdague2015-03-27 18:06:48.928 29082 TRACE nova.virt.libvirt.driver [instance: ddeda0aa-1457-41d2-82e9-9a4ae888125a] Stdout: u''15:09
sdague2015-03-27 18:06:48.928 29082 TRACE nova.virt.libvirt.driver [instance: ddeda0aa-1457-41d2-82e9-9a4ae888125a] Stderr: u'Name "ip-10.52.1.17:3260-iscsi-iqn.2003-10.com.lefthandnetworks:ci-vsa-12-725:159021:volume-e74c95eb-e69b-4cf3-ac37-74e4ef38f796-lun-0" too long.\n'15:09
sdaguethough, I wonder if that's coming out of device mapper15:11
vokhrimenkomriedem: Thanks for the help!15:14
mriedemsdague: i can't find any docs on what the name length restriction is, which makes me wonder if it's kernel specific15:15
sdagueyeh15:15
*** claudiub has quit IRC15:15
mriedemsdague: so if we made a change in nova, we might have to just parse stderr15:15
mriedemthe key length sounds like it's definitely kernel specific15:16
mriedemin /proc/crypt15:16
mriedem*/proc/crypto15:16
*** annegentle has quit IRC15:17
*** annegentle has joined #openstack-nova15:17
*** nelsnelson has quit IRC15:17
sdagueit's not keylength that's the problem15:18
*** nelsnelson has joined #openstack-nova15:18
sdaguedammit, this is actually a place where dansmith would be helpful, as he probably knows this answer15:20
*** salv-orlando has quit IRC15:20
dansmithmax length of a dm device name?15:20
*** armax has joined #openstack-nova15:20
sdaguedansmith: yep15:21
dansmithsdague: and "actually a piece" makes it sound like I'm not normally helpful :/15:21
sdaguedansmith: heh, sorry15:21
dansmithI would expect it to be 255 as I think the path elements are all 255 each15:21
*** exploreshaifali has joined #openstack-nova15:21
sdagueso 129 values are failnig15:21
sdaguebut this is for the X bit of /dev/mapper/X15:21
dansmith129 is what, just the part after mapper/ ?15:21
dansmithyeah, that' weird15:21
sdagueyeh15:21
vokhrimenkomriedem: getting the details of each server in a cycle appears to be suboptimal in case there are many instance_id-s. It would be much more efficient to make a batch request. Is such functionality already exists/plannend in Nova?15:21
sdaguebut bugs have 129 length names15:22
dansmithlet me try something15:22
sdagues/but/both/15:22
*** chachaji has joined #openstack-nova15:22
sdaguedansmith: sorry about before, mostly, I think you might be the most qualified person in all of openstack to answer this question based on your previous experience15:23
mriedemvokhrimenko: i don't think so, you'd have to put up a spec for liberty15:23
*** jcoufal_ has quit IRC15:23
openstackgerritJim Rollenhagen proposed openstack/nova: Respect CONF.scheduler_use_baremetal_filters  https://review.openstack.org/17029915:23
*** zzzeek has joined #openstack-nova15:23
dansmithsdague: yeah, fails at 12815:25
sdagueso 127 is the limit?15:26
dansmithsdague: http://pastebin.com/pCpTc9DK15:26
dansmithapparently15:26
sdagueah, cool15:26
*** links has joined #openstack-nova15:26
*** pixelb has joined #openstack-nova15:27
*** vladikr has quit IRC15:28
*** matrohon has quit IRC15:31
*** Marga_ has joined #openstack-nova15:31
*** marun has joined #openstack-nova15:33
*** amotoki has joined #openstack-nova15:35
*** tonytan4ever has joined #openstack-nova15:36
openstackgerritPetrut Lucian proposed openstack/nova: Add 'suspended' lifecycle event  https://review.openstack.org/17043315:38
*** EmilienM|afk is now known as EmilienM15:39
openstackgerritPetrut Lucian proposed openstack/nova: Hyper-V: restart serial console workers after instance power change  https://review.openstack.org/16308015:39
*** pixelb has quit IRC15:39
*** rushiagr is now known as rushiagr_away15:40
*** suresh12 has joined #openstack-nova15:44
*** packet has joined #openstack-nova15:44
*** dims is now known as dimsum__15:44
leakypipesndipanoff: https://review.openstack.org/#/c/159106/ +W'd15:47
*** suresh12 has quit IRC15:48
*** arnaud___ has joined #openstack-nova15:50
*** penick has joined #openstack-nova15:50
openstackgerritAlex Xu proposed openstack/nova-specs: Virt driver support custom cpu model based on flavor/image  https://review.openstack.org/17039715:51
openstackgerritAlex Xu proposed openstack/nova-specs: Virt driver to support cpu features  https://review.openstack.org/17039615:51
*** claudiub has joined #openstack-nova15:51
*** rushiagr_away is now known as rushiagr15:51
sahidleakypipes: +1! :)15:51
leakypipessahid: feel free to push a patch for those little nits and I'll review today.15:52
ndipanoffleakypipes, many thanks!15:52
leakypipesno problemo.15:52
*** jistr has quit IRC15:53
*** jistr has joined #openstack-nova15:53
alex_xundipanoff: Can I add you as reviewer in https://review.openstack.org/170396 and //review.openstack.org/170397? hope I can get some suggestion from youwhen you have time. Thanks in advance!15:55
ndipanoffalex_xu, sure - I will look at it15:56
alex_xundipanoff: thanks a lot15:56
*** unicell1 has joined #openstack-nova15:59
*** adrian_otto has joined #openstack-nova15:59
*** unicell has quit IRC15:59
mriedembusted! https://review.openstack.org/#/c/170433/16:02
*** hdd has joined #openstack-nova16:04
*** penick has quit IRC16:04
*** annashen has joined #openstack-nova16:05
*** annashen has quit IRC16:06
*** annashen has joined #openstack-nova16:06
claudiubmriedem: not busted, check reply. :D16:07
*** annegentle has quit IRC16:07
figleafmriedem: did you see the next patch in the series?16:08
*** atuvenie has quit IRC16:08
mriedemi refuse to look16:09
claudiubmriedem: you don't have to look when you press the +2 button. :D16:09
lpetrutmriedem: I agree w/ claudiub :)16:09
mriedemheh, at least i didn't -216:09
lpetrutmriedem: well, thanks, I guess :)16:10
claudiubmriedem: I'm wondering what would happen if you press both -2 and +A. :D16:11
figleafmriedem's a generous guy :)16:11
*** iamjarvo has quit IRC16:11
mriedemfine +2 then16:14
mriedemalthough it is a string freeze thing maybe16:14
mriedemgiven _("Suspended")16:14
*** exploreshaifali has quit IRC16:15
mriedemso -1 again :)16:15
mriedemsorry16:15
mriedemit's not an rc blocker for kilo16:15
mriedemand has string freeze changes16:15
mriedembesides, given the change in the virt driver to use events now, that's safer to land when liberty opens up16:16
*** vilobhmm1 has joined #openstack-nova16:16
figleafmriedem: yeah, I didn't see this as critical for Kilo16:16
claudiubwhat if it is just "Suspended" instead of _("Suspended")?16:17
claudiub+todo16:17
mriedemclaudiub: what's the point?16:17
mriedemthe thing that needs it won't be in liberty16:17
mriedem*kilo16:17
*** jistr has quit IRC16:17
mriedemthis isn't kilo-rc-potential imo16:18
mriedemit's also marked as low priority in the bug report16:18
figleafclaudiub: the dependent patch has CONF opts, strings, etc.16:18
mriedemyeah man, this is not a trivial change16:18
mriedembest to hold off until liberty16:18
claudiubok then, got it. :)16:18
mriedemthen i'm +2 so hard on the event change16:19
lpetrutwell, I guess this can be backported afterwards, right? since it fixes a bug16:19
mriedemlpetrut: not if it has config options16:19
mriedemthis is really borderline feature16:19
lpetrutI see, makes sense16:19
*** pczesno has quit IRC16:20
lpetrutwell, anyway, thanks guys for taking a look!16:20
*** arnaud___ has quit IRC16:20
*** devlaps has joined #openstack-nova16:20
*** oro has quit IRC16:20
*** oro_ has quit IRC16:20
*** thedodd has quit IRC16:21
*** oro has joined #openstack-nova16:22
*** joefides has quit IRC16:25
*** joefides has joined #openstack-nova16:25
*** pkarikh has left #openstack-nova16:26
*** thedodd has joined #openstack-nova16:27
ndipanoffleakypipes, if you're up for an easy one https://review.openstack.org/#/c/170088/16:36
*** atuvenie has joined #openstack-nova16:37
*** tjones1 has joined #openstack-nova16:38
*** Mike_D_laptop has joined #openstack-nova16:40
*** Marga_ has quit IRC16:40
*** Marga_ has joined #openstack-nova16:41
*** dsanders1 has joined #openstack-nova16:42
*** claudiub has quit IRC16:44
*** annashen has quit IRC16:48
*** lpetrut has left #openstack-nova16:50
*** atuvenie has quit IRC16:52
*** sdake_ has quit IRC16:52
*** hdd has quit IRC16:52
*** sdake has joined #openstack-nova16:53
*** hdd has joined #openstack-nova16:53
*** ferest has quit IRC16:54
*** patrickeast has joined #openstack-nova16:54
*** lucasagomes is now known as lucas-dinner16:54
*** annashen has joined #openstack-nova16:56
*** unicell1 has quit IRC16:56
*** pkoniszewski has quit IRC16:57
*** jogo is now known as flashgordon16:57
*** annegentle has joined #openstack-nova16:58
*** yamahata has joined #openstack-nova16:58
flashgordonmtreinish: re: https://bugs.launchpad.net/tempest/+bug/143631417:00
openstackLaunchpad bug 1436314 in tempest "Option to boot VM only from volume is not available" [Medium,New] - Assigned to Soumit (soumit-mishra)17:00
flashgordonndipanoff: ^,17:01
*** jecarey has quit IRC17:01
flashgordonI am interested to hear what you have to say about the idea of only exposing boot from volume17:01
ndipanoffflashgordon, I am not sure I get what they want with that bug17:02
ndipanoffI mean - just run the tests that only do boot from volume17:02
*** harlowja_away is now known as harlowja17:02
flashgordonndipanoff: so they are making an argument that it makes sense to only expose boot from volume17:02
ndipanoffin Nova?17:03
flashgordonndipanoff: ignore the tempest impact for a moment, trying to figure out of the idea of only exposing boot from volume (versus boot from image) makes sense17:03
*** annegentle has quit IRC17:04
ndipanoffif it does we might wanna make it a bit more smoother that that config option (since that config will disallow swap and epehemerals too)17:04
*** annegentle has joined #openstack-nova17:04
flashgordonndipanoff: right17:05
*** otter768 has joined #openstack-nova17:05
*** Marga_ has quit IRC17:05
flashgordonndipanoff: it sounds like from reading his reply  that this related to making it easier to provide better uptime and make migrations easier17:05
*** tjones1 has quit IRC17:05
ndipanoffah there;s a reply - let me see17:06
flashgordonndipanoff: FWIW I have a pending tempest patch to test boot from volume based live migration17:07
*** romainh has left #openstack-nova17:07
leakypipesndipanoff: done17:07
*** tonytan4ever has quit IRC17:07
ndipanoffleakypipes, thanks17:07
openstackgerritVincent Untz proposed openstack/nova: Add 'docker' to the list of known hypervisor types  https://review.openstack.org/17051717:09
ndipanoffflashgordon, sounds good tho I had no idea we were testing live mig17:09
*** otter768 has quit IRC17:10
flashgordonndipanoff: the aiopcpu job is17:10
flashgordonbrand new17:10
flashgordonmulti node test17:10
ndipanoffis it running on commits?17:11
*** sahid has quit IRC17:11
flashgordonndipanoff: on nova, still debugging a few things in it though17:11
ndipanoffflashgordon, awesome news still17:12
ndipanoffthe clip is back?17:12
flashgordonndipanoff: yeah, looks like its doing a good job of shaking out a few bugs17:12
ndipanoffhmm17:12
ndipanoffflashgordon, orly17:12
ndipanoff(though I am not at all surprised17:12
ndipanoff)17:12
ndipanoffhave an example or 2?17:13
flashgordonwhy yes17:16
flashgordonhttps://bugs.launchpad.net/nova/+bug/143880317:16
openstackLaunchpad bug 1438803 in OpenStack Compute (nova) "libvirt error libvirtError: Requested operation is not valid: nwfilter is in use hit in _post_live_migration" [High,In progress] - Assigned to Matt Riedemann (mriedem)17:16
flashgordonhttps://bugs.launchpad.net/nova/+bug/143935517:16
openstackLaunchpad bug 1439355 in OpenStack Compute (nova) "tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance periodically failing on aiopcpu job" [High,Confirmed]17:16
flashgordonndipanoff: the failure rate of aiopcpu is still pretty high http://jogo.github.io/gate/aiopcpu17:17
flashgordonalthough that graph is a bit misleading since tempest-dsvm-full runs on a lot more then nova17:17
flashgordonbut aiopcpu is nova only for now17:17
ndipanoffflashgordon, I responded to that bug btw - I think setting root_gb to 0 will do what they want in Nova17:18
ndipanoffaiopcpu stands fro all in one plus compute I assume?17:18
flashgordonthanks17:18
flashgordonndipanoff: yeah I think so, its a pretty terrible name17:18
flashgordonso suggestions welcome17:19
*** annashen has quit IRC17:20
*** leakypipes has quit IRC17:21
*** lpetrut has joined #openstack-nova17:21
*** devlaps has quit IRC17:21
*** devlaps has joined #openstack-nova17:22
*** exploreshaifali has joined #openstack-nova17:22
*** dsanders1 has quit IRC17:24
*** dsanders1 has joined #openstack-nova17:24
mtreinishflashgordon: yeah that was my issue just setting that config option isn't really friendly from an interop perspective17:25
mtreinishI'm fine with having that be a backend config choice but it doesn't make much sense to just abruptly fail with a 400 on the api17:25
flashgordonmtreinish: right, just want to make sure if we think this is a reasonable requirement that we do it in a interop friendly way17:27
*** Nikolay_St has quit IRC17:27
*** links has quit IRC17:27
mtreinishflashgordon: sure, whether it's reasonable or not I'm not sure. I can see the use case for it I guess it's just not something I thought anyone would care about17:27
*** penick has joined #openstack-nova17:28
ndipanoffmtreinish, flashgordon I commented on the bug - it seems to me disallowing boot form image should go into flavors?17:28
*** david-lyle has quit IRC17:29
*** dsanders1 has quit IRC17:29
*** dsanders1 has joined #openstack-nova17:30
*** iamjarvo has joined #openstack-nova17:30
*** melwitt has joined #openstack-nova17:30
*** yamahata has quit IRC17:31
*** yamahata has joined #openstack-nova17:31
*** lpetrut has quit IRC17:32
mtreinishndipanoff: maybe I'm not sure though. I was strictly thinking about it from the use case of writing code agains 2 clouds how is a user supposed to determine whether it's a boot from volume only cloud or not17:32
*** ajayaa has joined #openstack-nova17:33
mtreinishndipanoff: my thought was that if there is no root disk allowed why not have nova tell cinder to convert the image into a volume and just do it seemlessly17:33
* mtreinish disappears to find food17:34
ndipanoffmtreinish, well the flavor approach kind of takes care of code against 2 clouds - but yeah seamlessly doing it can be a nice feature17:34
*** lpetrut has joined #openstack-nova17:35
figleafSince it's a quiet day, and cores want to review https://review.openstack.org/#/c/165849/ ?17:35
figleafs/and/any17:35
*** ajayaa has quit IRC17:41
*** hdd has quit IRC17:45
*** hdd has joined #openstack-nova17:46
*** Marga_ has joined #openstack-nova17:47
mriedemfigleaf: looking17:51
mriedemfigleaf: so expected_attrs=[] since we don't care about anything on the instance but it's uuid17:52
figleafmriedem: yep17:52
*** ferest has joined #openstack-nova17:55
mriedemwhich is to avoid the default joins here http://git.openstack.org/cgit/openstack/nova/tree/nova/db/sqlalchemy/api.py#n235917:55
mriedemgot it17:55
figleafmriedem: yeah. johnthetubaguy caught that17:55
mriedem+W17:56
*** annegentle has quit IRC17:56
*** achanda has joined #openstack-nova17:57
*** tonytan4ever has joined #openstack-nova17:58
figleafthx17:58
mriedemgaryk: this is probably waiting for your +1 at this point https://review.openstack.org/#/c/135182/17:59
*** ferest has quit IRC17:59
openstackgerritJoe Gordon proposed openstack/nova: Stacktrace on live migration monitoring  https://review.openstack.org/16942918:01
mriedemflashgordon: that still changes the translated message which breaks string freeze18:02
*** ajayaa has joined #openstack-nova18:04
flashgordonmriedem: doh18:05
*** VW_ has quit IRC18:05
*** eglynn has quit IRC18:06
*** ajayaa has quit IRC18:06
flashgordonmriedem: one more time18:07
mriedemdaft punk?18:07
openstackgerritJoe Gordon proposed openstack/nova: Stacktrace on live migration monitoring  https://review.openstack.org/16942918:07
*** baoli has quit IRC18:08
mriedemflashgordon: you're going to hate me :)18:09
*** annashen has joined #openstack-nova18:09
*** armax_ has joined #openstack-nova18:09
flashgordongoing to? who says I don't already :)18:10
*** leakypipes has joined #openstack-nova18:10
mriedemtouche18:10
*** armax has quit IRC18:10
*** armax_ is now known as armax18:10
*** hdd has quit IRC18:10
*** Marga_ has quit IRC18:11
openstackgerritJoe Gordon proposed openstack/nova: Stacktrace on live migration monitoring  https://review.openstack.org/16942918:11
*** dboik_ has joined #openstack-nova18:12
*** aix has quit IRC18:13
*** pixelb has joined #openstack-nova18:14
*** dsanders1 has quit IRC18:15
*** dsanders has joined #openstack-nova18:15
*** dboik has quit IRC18:15
mriedemleakypipes: you know you want it https://review.openstack.org/#/c/169429/18:16
*** suresh12 has joined #openstack-nova18:17
*** armax has quit IRC18:17
*** garyk has quit IRC18:17
*** sdake_ has joined #openstack-nova18:20
*** chachaji has quit IRC18:20
*** achanda has quit IRC18:20
*** Marga_ has joined #openstack-nova18:21
*** achanda has joined #openstack-nova18:24
sdaguemriedem: on it18:24
*** sdake has quit IRC18:24
mriedemsdague: was someone going to try and get that migration backport into the current stable/juno freeze/release that's happening now?18:25
mriedemb/c it would require an exception in the ML18:25
sdaguemriedem: I don't know, honestly this was posted a month ago18:25
mtreinishmriedem: just do it, no one would notice anyway18:25
ndipanoffmriedem, https://review.openstack.org/#/c/170088/ you know this code18:26
sdagueok, calling it a week, later folks18:26
mriedemndipanoff: heh, i do now :)18:26
ndipanoffsdague, ttyl18:26
mriedemndipanoff: looking18:26
mriedemmtreinish: do what? the backport?18:26
mriedemmtreinish: i'm not +2 on stable nova18:26
mtreinishmriedem: yeah. Oh I just assummed you were. I would push it through for you18:27
mtreinishbut they took my mojo away18:27
mriedemi would like to be18:27
mriedemndipanoff: +W18:29
ndipanoffwooo18:30
mriedemflashgordon: i must be unlucky b/c i just can't recreate with logging here https://review.openstack.org/#/c/169520/18:30
*** tjones1 has joined #openstack-nova18:31
*** annegentle has joined #openstack-nova18:35
*** joefides has quit IRC18:37
*** joefides has joined #openstack-nova18:37
*** sbfox has joined #openstack-nova18:37
*** alexpilotti has quit IRC18:37
*** annegentle has quit IRC18:38
*** annashen has quit IRC18:39
*** aix has joined #openstack-nova18:41
*** igordcard_ has joined #openstack-nova18:41
*** annegentle has joined #openstack-nova18:43
*** tjones1 has left #openstack-nova18:48
*** Maike has joined #openstack-nova18:51
*** armax has joined #openstack-nova18:55
*** ferest has joined #openstack-nova18:55
*** sdake has joined #openstack-nova18:56
*** joefides has quit IRC18:58
*** joefides has joined #openstack-nova18:59
*** VW_ has joined #openstack-nova18:59
*** pixelb has quit IRC18:59
*** penick has quit IRC19:00
*** ferest has quit IRC19:00
*** sdake_ has quit IRC19:00
*** baoli has joined #openstack-nova19:00
*** exploreshaifali has quit IRC19:00
*** matrohon has joined #openstack-nova19:03
*** joefides has quit IRC19:03
*** sbfox has quit IRC19:03
*** joefides has joined #openstack-nova19:04
*** sbfox has joined #openstack-nova19:04
*** devlaps has quit IRC19:05
*** devlaps has joined #openstack-nova19:05
*** sdake_ has joined #openstack-nova19:05
*** otter768 has joined #openstack-nova19:05
*** eglynn has joined #openstack-nova19:07
*** sbfox has quit IRC19:08
*** sdake has quit IRC19:08
*** vilobhmm1 has quit IRC19:10
*** otter768 has quit IRC19:10
*** rook has joined #openstack-nova19:11
*** joefides_ has joined #openstack-nova19:11
*** joefides has quit IRC19:11
*** eglynn has quit IRC19:13
*** vilobhmm1 has joined #openstack-nova19:13
*** eglynn has joined #openstack-nova19:14
*** penick has joined #openstack-nova19:14
*** vilobhmm1 has joined #openstack-nova19:15
*** sdake has joined #openstack-nova19:15
*** achanda has quit IRC19:15
*** tonytan4ever has quit IRC19:17
*** sdake_ has quit IRC19:19
*** eglynn has quit IRC19:21
*** ndipanoff has quit IRC19:21
*** wznoinsk has quit IRC19:21
*** Maike has quit IRC19:22
*** Maike has joined #openstack-nova19:22
*** tonytan4ever has joined #openstack-nova19:25
*** Marga_ has quit IRC19:26
*** ijw has joined #openstack-nova19:28
*** mitz has quit IRC19:28
*** achanda has joined #openstack-nova19:29
*** apuimedo has quit IRC19:29
*** lucas-dinner has quit IRC19:29
*** mspreitz has joined #openstack-nova19:30
*** annashen has joined #openstack-nova19:32
flashgordonmriedem: maybe the issue was fixed magically?19:33
flashgordonnot  being able to make something fail can be frustrating19:34
*** eglynn has joined #openstack-nova19:34
*** dboik_ has quit IRC19:34
*** dboik has joined #openstack-nova19:35
mriedemfailure rates have dropped off a bit http://goo.gl/XbZuck19:36
*** mitz has joined #openstack-nova19:37
openstackgerritafazekas proposed openstack/nova-specs: Rethinking scheduling  https://review.openstack.org/17018619:37
flashgordoninteresting19:42
flashgordonthat may be due to fewer nova patches ?19:42
*** joefides has joined #openstack-nova19:45
*** amotoki has quit IRC19:47
*** joefides_ has quit IRC19:47
*** zzzeek has quit IRC19:47
*** zzzeek has joined #openstack-nova19:48
*** annegentle has quit IRC19:49
*** krtaylor has quit IRC19:51
*** krtaylor has joined #openstack-nova19:52
*** ivasev has quit IRC19:52
openstackgerritJoe Gordon proposed openstack/nova: Log ebtables output on failure  https://review.openstack.org/17030719:53
openstackgerritJoe Gordon proposed openstack/nova: Allow _exec_ebtables to parse stderr  https://review.openstack.org/17032219:53
*** matrohon has quit IRC19:55
*** ferest has joined #openstack-nova19:56
*** mmedvede has quit IRC19:58
*** annashen has quit IRC20:00
*** devlaps has quit IRC20:01
*** ferest has quit IRC20:01
*** devlaps has joined #openstack-nova20:01
*** annashen has joined #openstack-nova20:03
*** sbfox has joined #openstack-nova20:04
*** annegentle has joined #openstack-nova20:07
*** sbfox has quit IRC20:09
*** mmedvede has joined #openstack-nova20:10
*** rushil has quit IRC20:11
*** annegentle has quit IRC20:13
openstackgerritThang Pham proposed openstack/nova: VMware: Add support for swap disk  https://review.openstack.org/14217420:14
openstackgerritThang Pham proposed openstack/nova: VMware: Add support for swap disk  https://review.openstack.org/14217420:16
*** annegentle has joined #openstack-nova20:19
openstackgerritEric Brown proposed openstack/nova: Replace ssh exec calls with paramiko lib  https://review.openstack.org/15793120:23
*** annashen has quit IRC20:24
*** annegentle has quit IRC20:25
*** annashen has joined #openstack-nova20:28
*** fawadkhaliq has joined #openstack-nova20:39
*** hdd has joined #openstack-nova20:42
*** aix has quit IRC20:47
*** eglynn has quit IRC20:47
*** eglynn has joined #openstack-nova20:47
*** packet has quit IRC20:48
mriedemkrtaylor: fyi https://bugs.launchpad.net/nova/+bug/141904720:48
openstackLaunchpad bug 1419047 in OpenStack Compute (nova) "Error on nova compute on Power" [Low,Confirmed]20:48
mriedempowerkvm bug apparently20:49
mriedembut testing on icehouse...20:49
*** Mike_D_laptop has quit IRC20:51
*** eglynn has quit IRC20:53
*** harlowja has quit IRC20:53
*** vilobhmm1 has quit IRC20:56
*** penick has quit IRC20:56
*** vilobhmm1 has joined #openstack-nova20:57
*** ferest has joined #openstack-nova20:57
*** vilobhmm1 has quit IRC20:57
*** vilobhmm1 has joined #openstack-nova20:58
*** melwitt_ has joined #openstack-nova20:58
*** melwitt has quit IRC20:58
*** sdake has quit IRC20:58
*** melwitt_ has quit IRC20:58
*** melwitt has joined #openstack-nova20:59
*** andreykurilin_ has joined #openstack-nova21:00
*** ferest has quit IRC21:02
*** patrickeast_ has joined #openstack-nova21:02
*** patrickeast has quit IRC21:02
*** patrickeast_ is now known as patrickeast21:02
*** melwitt has quit IRC21:03
*** melwitt has joined #openstack-nova21:03
*** vilobhmm1 has quit IRC21:03
*** vilobhmm1 has joined #openstack-nova21:04
mriedemtimello: ^21:04
*** annegentle has joined #openstack-nova21:05
*** sbfox has joined #openstack-nova21:06
*** otter768 has joined #openstack-nova21:06
*** achanda has quit IRC21:08
*** andreykurilin_ has quit IRC21:08
*** andreykurilin_ has joined #openstack-nova21:09
openstackgerritmelanie witt proposed openstack/python-novaclient: Handle binary userdata files such as gzip  https://review.openstack.org/17039921:09
*** sbfox has quit IRC21:10
*** otter768 has quit IRC21:11
*** VW_ has quit IRC21:12
*** tonytan4ever has quit IRC21:17
*** ZZelle_ has joined #openstack-nova21:17
*** apuimedo has joined #openstack-nova21:17
figleafmriedem: I pinged them on the LTC channel, but I don't think that they're around21:17
mriedemfigleaf: ok21:18
mriedemi have no idea how well pkvm works with icehouse level code and ubuntu 14.0421:18
mriedempowerkvm ci runs against fedora21:18
mriedem+ patches21:18
figleafmriedem: yeah, well I probably know even less about that :)21:19
mriedemif ubuntu powerkvm doesn't require patches, they should probably move over to a distro that ships the thing working out of the box21:19
mriedemfigleaf: c'mon!21:19
*** lpetrut has quit IRC21:19
*** Marga_ has joined #openstack-nova21:21
*** joefides has quit IRC21:26
*** Maike_ has joined #openstack-nova21:28
*** dkliban is now known as dkliban_afk21:29
*** Maike has quit IRC21:29
mriedembauzas: you now have 3 patches up for bug 1431291 - can any of those be abandoned?21:30
openstackbug 1431291 in OpenStack Compute (nova) "Scheduler Failures are no longer logged with enough detail for a site admin to do problem determination" [High,In progress] https://launchpad.net/bugs/1431291 - Assigned to Sylvain Bauza (sylvain-bauza)21:30
bauzasmriedem: afternoon, yay the oldest one can be abandoned21:34
bauzasSorry I'm on mobile (French Riviera for Easter ;-) )21:35
mriedemooo la la :)21:36
dimsum__bauzas: nice! have fun :)21:36
melwittbauzas: I'm jealous :)21:36
bauzasThere is a WIP one that I provided because I wanted to get reviews on how provide logs21:36
bauzasThe main issue is that the sched is not knowing the instance list21:38
bauzasmelwitt: dimsum__: ty :-) Time for family in the work-life balance :-)21:39
*** yamahata has quit IRC21:40
*** yamahata has joined #openstack-nova21:40
*** burt1 has quit IRC21:42
*** vilobhmm1 has quit IRC21:43
*** vilobhmm1 has joined #openstack-nova21:44
mriedemspeaking of, i'm out of here - good weekend all21:44
figleaf yeah, I'm headed offline, too. Enjoy!21:44
*** mriedem has quit IRC21:44
*** penick has joined #openstack-nova21:49
*** igordcard_ has quit IRC21:51
*** figleaf is now known as edleafe21:52
*** iamjarvo has quit IRC21:56
*** ferest has joined #openstack-nova21:58
*** devlaps has quit IRC21:59
*** devlaps has joined #openstack-nova21:59
*** unicell has joined #openstack-nova22:01
*** ferest has quit IRC22:02
*** doude has quit IRC22:06
*** achanda has joined #openstack-nova22:08
*** david-lyle has joined #openstack-nova22:12
*** Bsony has quit IRC22:13
*** achanda has quit IRC22:14
*** mspreitz has quit IRC22:17
*** nelsnelson has quit IRC22:18
*** ijw_ has joined #openstack-nova22:19
*** ijw has quit IRC22:19
*** iamjarvo has joined #openstack-nova22:21
*** yamahata has quit IRC22:21
*** iamjarvo has quit IRC22:21
*** hdd has quit IRC22:21
*** sbfox has joined #openstack-nova22:21
*** iamjarvo has joined #openstack-nova22:22
*** iamjarvo has joined #openstack-nova22:22
*** sbfox has quit IRC22:25
*** achanda has joined #openstack-nova22:26
*** smccully has quit IRC22:28
*** annegentle has quit IRC22:28
*** annegentle has joined #openstack-nova22:28
*** penick has quit IRC22:30
*** thedodd has quit IRC22:32
*** melwitt has quit IRC22:33
*** melwitt has joined #openstack-nova22:33
*** vilobhmm1 has quit IRC22:34
*** vilobhmm1 has joined #openstack-nova22:34
*** vilobhmm1 has quit IRC22:34
*** vilobhmm1 has joined #openstack-nova22:35
*** penick has joined #openstack-nova22:35
*** devlaps1 has joined #openstack-nova22:37
*** devlaps has quit IRC22:37
*** annashen has quit IRC22:38
*** iamjarvo has quit IRC22:38
*** iamjarvo has joined #openstack-nova22:38
*** iamjarvo has quit IRC22:39
*** harlowja has joined #openstack-nova22:40
alex_xuwhy my spec always failed on jenkins, but can pass on local https://review.openstack.org/#/c/170396/ ?22:40
*** baoli has quit IRC22:42
*** andreykurilin_ has quit IRC22:42
*** annegentle has quit IRC22:43
*** Maike_ has quit IRC22:45
*** amotoki has joined #openstack-nova22:48
*** fawadkhaliq has quit IRC22:48
*** annashen has joined #openstack-nova22:49
*** amotoki has quit IRC22:52
*** achanda has quit IRC22:53
*** Nikolay_St has joined #openstack-nova22:54
melwittalex_xu: how are you running tox? should just be "tox" so you get both environments22:58
*** ferest has joined #openstack-nova22:58
*** ferest has quit IRC23:03
*** zzzeek has quit IRC23:06
*** otter768 has joined #openstack-nova23:07
alex_xumelwitt: thanks, I passed now, I update master and rebase23:07
*** otter768 has quit IRC23:12
openstackgerritAlex Xu proposed openstack/nova-specs: Virt driver support custom cpu model based on flavor/image  https://review.openstack.org/17039723:12
openstackgerritAlex Xu proposed openstack/nova-specs: Virt driver to support cpu features  https://review.openstack.org/17039623:12
*** signed8bit has quit IRC23:17
melwittalex_xu: awesome!23:18
*** chachaji has joined #openstack-nova23:19
*** zzzeek has joined #openstack-nova23:26
*** zzzeek has quit IRC23:26
*** Viswanath has joined #openstack-nova23:31
*** achanda has joined #openstack-nova23:32
*** rushiagr is now known as rushiagr_away23:33
*** melwitt has quit IRC23:34
*** penick has quit IRC23:35
*** ZZelle_ has quit IRC23:40
*** Viswanath has quit IRC23:40
*** mspreitz has joined #openstack-nova23:42
*** annashen has quit IRC23:42
*** annegentle has joined #openstack-nova23:43
*** oro has quit IRC23:46
*** annashen has joined #openstack-nova23:47
*** annegentle has quit IRC23:49
*** joefides has joined #openstack-nova23:51
*** annashen has quit IRC23:53
*** joefides_ has joined #openstack-nova23:54
*** joefides has quit IRC23:57
*** ferest has joined #openstack-nova23:59

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